On Sun, 16 Aug 2009, Marcel Moolenaar wrote:
MFC revision 196269: Fix misalignment in nvpair_native_embedded() caused by the compiler replacing the bzero().
How can it replace bzero() with -ffreestanding, which implies -fbuiltin and guarantees that should be stronger not to use library functions? (gcc.info is poorly worded, so the stronger guarantees are actually weaker.)
Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) ...
Still has too many props. Bruce _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"