Subject: i386 build failure: bootxx_ffsv2 size 7884 is larger than 7680
To: None <current-users@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: current-users
Date: 02/11/2008 03:48:13
i386 build failure: bootxx_ffsv2 size 7884 is larger than 7680
All the atomic ops are being pulled in.
# nm --size-sort bootxx_ffsv2/bootxx_ffsv2.sym | grep ' T .*atomic'
0000003b T _atomic_dec_64
0000003b T _atomic_inc_64
00000041 T _atomic_swap_64
00000047 T _atomic_add_64
00000047 T _atomic_and_64
00000047 T _atomic_dec_64_nv
00000047 T _atomic_inc_64_nv
00000047 T _atomic_or_64
00000053 T _atomic_add_64_nv
00000055 T _atomic_and_64_nv
00000055 T _atomic_or_64_nv
#
Regards,
Geoff