Add aix5 settings.
[deliverable/binutils-gdb.git] / ld / emulparams / elf64_aix.sh
index 8376df237a3866839375acba891311e9be222c03..c0e73a9afd5c4bf970bd3b0a344c461323269e4f 100644 (file)
@@ -10,8 +10,8 @@ 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_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
+OTHER_READONLY_SECTIONS='.opd : { *(.opd) }  .IA_64.unwind_info : { *(.IA_64.unwind_info*) }  .IA_64.unwind : { *(.IA_64.unwind*) }'
+LIB_PATH=/usr/lib/ia64l64:/usr/lib:/usr/local/lib
This page took 0.024046 seconds and 4 git commands to generate.