OSDN Git Service

2003-05-15 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl>
Thu, 15 May 2003 14:56:33 +0000 (14:56 +0000)
committerhjl <hjl>
Thu, 15 May 2003 14:56:33 +0000 (14:56 +0000)
* emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.

ld/ChangeLog
ld/emulparams/elf64_ia64.sh

index a17ea6a..f551e02 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-15  H.J. Lu <hongjiu.lu@intel.com>
+
+       * emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.
+
 2003-05-09  Daniel Jacobowitz  <drow@mvista.com>
 
        * Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
index 76f35e4..817c50a 100644 (file)
@@ -7,7 +7,9 @@ OUTPUT_FORMAT="elf64-ia64-little"
 ARCH=ia64
 MACHINE=
 MAXPAGESIZE=0x10000
-if test -n "$CREATE_SHLIB"; then
+# FIXME: It interferes with linker relaxation. Disable it until it is
+# fixed.
+if test "0" = "1" -a -n "$CREATE_SHLIB"; then
   # Optimize shared libraries for 16K page size
   COMMONPAGESIZE=0x4000
 fi