On 17 May 2015 at 22:02, Matt Thomas <m...@3am-software.com> wrote: > >> On May 17, 2015, at 1:57 PM, Justin Cormack <jus...@netbsd.org> wrote: >> >> Module Name: src >> Committed By: justin >> Date: Sun May 17 20:57:12 UTC 2015 >> >> Modified Files: >> src/common/lib/libc/arch/arm/atomic: atomic_op_asm.h atomic_swap.S >> atomic_swap_16.S atomic_swap_64.S sync_bool_compare_and_swap_1.S >> sync_bool_compare_and_swap_2.S sync_bool_compare_and_swap_4.S >> sync_bool_compare_and_swap_8.S sync_fetch_and_add_8.S >> sync_fetch_and_and_8.S sync_fetch_and_nand_8.S >> sync_fetch_and_or_8.S sync_fetch_and_sub_8.S sync_fetch_and_xor_8.S >> src/common/lib/libc/arch/arm/string: ffs.S
> > Most of these changes should have been in Makefile.inc, not in the sources > themselves. Ok, will rework those ones. Justin