aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2003-05-15 14:56:33 +0000
committerH.J. Lu <hjl.tools@gmail.com>2003-05-15 14:56:33 +0000
commita6c0916fe939b4fe0aef208d54f57c0aff5b4acc (patch)
treec9e6936ffdf62c2eb5b50a0383dd1467acd34c1b /ld/emulparams
parentc1be741f92411606487a75e08b4fee9c57ec8f0e (diff)
downloadfsf-binutils-gdb-a6c0916fe939b4fe0aef208d54f57c0aff5b4acc.zip
fsf-binutils-gdb-a6c0916fe939b4fe0aef208d54f57c0aff5b4acc.tar.gz
fsf-binutils-gdb-a6c0916fe939b4fe0aef208d54f57c0aff5b4acc.tar.bz2
2003-05-15 H.J. Lu <hongjiu.lu@intel.com>
* emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/elf64_ia64.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/emulparams/elf64_ia64.sh b/ld/emulparams/elf64_ia64.sh
index 76f35e4..817c50a 100644
--- a/ld/emulparams/elf64_ia64.sh
+++ b/ld/emulparams/elf64_ia64.sh
@@ -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