Remove comment-outed garbage.
Introduce libc_aligned.so for evbppc-powerpc32, which providesstrictly-aligned versions of memcmp(3), bcopy(3), memcpy(3), andmemmove(3).This is used for 403 by ld.so.conf with machdep.no_unalign
Introduce libc_aligned.so for evbppc-powerpc32, which providesstrictly-aligned versions of memcmp(3), bcopy(3), memcpy(3), andmemmove(3).This is used for 403 by ld.so.conf with machdep.no_unaligned variable.With this library, unaligned memory accesses are significantly reducedfor 403 (from several hundreds to few tens per sec under heavy load);only ld.elf_so (typically few times per fork) and statically-linkedbinaries do such access.
show more ...