aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2001-05-25 12:42:28 +0000
committerTimothy Wall <twall@alum.mit.edu>2001-05-25 12:42:28 +0000
commit64e9ece0ca23e2d4bd03b323990421dc713828e0 (patch)
treebd53769f43d0f0453c457f0f7549ba3711af3409 /ld/emulparams
parent05bdb37eec56a54e1115eddf807f57ebdb7e002e (diff)
downloadgdb-64e9ece0ca23e2d4bd03b323990421dc713828e0.zip
gdb-64e9ece0ca23e2d4bd03b323990421dc713828e0.tar.gz
gdb-64e9ece0ca23e2d4bd03b323990421dc713828e0.tar.bz2
monterey updates
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/elf64_aix.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/ld/emulparams/elf64_aix.sh b/ld/emulparams/elf64_aix.sh
index 057949b..af6b63a 100644
--- a/ld/emulparams/elf64_aix.sh
+++ b/ld/emulparams/elf64_aix.sh
@@ -5,12 +5,11 @@ TEMPLATE_NAME=elf32
OUTPUT_FORMAT="elf64-ia64-aix-little"
ARCH=ia64
MACHINE=
-MAXPAGESIZE=0x1000
-TEXT_START_ADDR="0x100000000"
-DATA_ADDR="0x200000000 + (. & (${MAXPAGESIZE} - 1))"
+MAXPAGESIZE=0x10000
+TEXT_START_ADDR="0x10000000"
+DATA_ADDR="0x20000000 + (. & (${MAXPAGESIZE} - 1))"
GENERATE_SHLIB_SCRIPT=yes
NOP=0x00300000010070000002000001000400 # a bundle full of nops
-OTHER_GOT_SYMBOLS='. = ALIGN (8); PROVIDE (__gp = . + 0x200000);'
OTHER_GOT_SECTIONS='.IA_64.pltoff : { *(.IA_64.pltoff) }'
OTHER_PLT_RELOC_SECTIONS='.rela.IA_64.pltoff : { *(.rela.IA_64.pltoff) }'
OTHER_READONLY_SECTIONS='.opd : { *(.opd) } .IA_64.unwind_info : { *(.IA_64.unwind_info*) *(.gnu.linkonce.ia64unwi.*) } .IA_64.unwind : { *(.IA_64.unwind*) *(.gnu.linkonce.ia64unw.*) }'