Hi Carlos, I would like to apply the following binutils change to align data segments to a page boundary. However, it breaks building glibc. Problem occurs in call_init trying to run constructors for new libc.so.6. Any thoughts? Dave -- J. David Anglin dave.anglin@xxxxxxxxxxxxxx National Research Council of Canada (613) 990-0752 (FAX: 952-6602) Index: emulparams/hppalinux.sh =================================================================== RCS file: /cvs/src/src/ld/emulparams/hppalinux.sh,v retrieving revision 1.14 diff -u -3 -p -r1.14 hppalinux.sh --- emulparams/hppalinux.sh 22 Oct 2008 05:20:44 -0000 1.14 +++ emulparams/hppalinux.sh 15 Feb 2011 14:30:24 -0000 @@ -8,6 +8,8 @@ NO_REL_RELOCS=yes TEXT_START_ADDR=0x10000 TARGET_PAGE_SIZE=0x10000 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)" +DATA_ADDR="ALIGN(${MAXPAGESIZE})" +SHLIB_DATA_ADDR="ALIGN(${MAXPAGESIZE})" ARCH=hppa MACHINE=hppa1.1 # We use 1.1 specific features. NOP=0x08000240 -- 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