aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2001-02-22 17:24:33 +0000
committerTimothy Wall <twall@alum.mit.edu>2001-02-22 17:24:33 +0000
commit41c4999810228d4795d0855426bfa4d24bb31230 (patch)
treebce42484c1c4e78980d4d45abc966cfb174846cd /ld/emulparams
parent7463c317ad788d1e29737ecaf5b71f466fa88476 (diff)
downloadgdb-41c4999810228d4795d0855426bfa4d24bb31230.zip
gdb-41c4999810228d4795d0855426bfa4d24bb31230.tar.gz
gdb-41c4999810228d4795d0855426bfa4d24bb31230.tar.bz2
Add ia64-*-aix* configuration.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/elf64_aix.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/emulparams/elf64_aix.sh b/ld/emulparams/elf64_aix.sh
new file mode 100644
index 0000000..8376df2
--- /dev/null
+++ b/ld/emulparams/elf64_aix.sh
@@ -0,0 +1,17 @@
+# See genscripts.sh and ../scripttempl/elf.sc for the meaning of these.
+SCRIPT_NAME=elf
+ELFSIZE=64
+TEMPLATE_NAME=elf32
+OUTPUT_FORMAT="elf64-ia64-aix-little"
+ARCH=ia64
+MACHINE=
+MAXPAGESIZE=0x1000
+TEXT_START_ADDR="0x100000000"
+DATA_ADDR="0x200000000 + (. & (${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) }'
+#LIB_PATH=/usr/lib/ia64l64:/usr/lib:/usr/local/lib