On Wed, 16 Feb 2011, John David Anglin wrote: > > > It's probably not a glibc issue: > > > > > > /home2/dave/debian/glibc/eglibc-2.11.2/build-tree/hppa-libc/libc.so.6: file > > > format elf32-hppa-linux > > > > > > Contents of section .init_array: > > > 159008 ffffffff 0015bee2 00000000 ............ > > > > Hmmm, there is no .init_array section in the installed libc. So, maybe > > it's not the patch. This is a binutils bug introduced by merging .ctors into .init_array. That's where the ffffffff and 00000000 values come from. They actual mark the limits of the .ctors list. It can be avoided by building binutils with --disable-initfini-array. This is not exactly obvious... Dave -- J. David Anglin dave.anglin@xxxxxxxxxxxxxx National Research Council of Canada (613) 990-0752 (FAX: 952-6602) -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html