Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / elf64_aix.sh
index 738fea94ff03830bc664d9cd78bf6d183ee53a8f..39325f577201d65c4d3c44dcc6120465e9b946f0 100644 (file)
@@ -5,7 +5,7 @@ TEMPLATE_NAME=elf32
 OUTPUT_FORMAT="elf64-ia64-aix-little"
 ARCH=ia64
 MACHINE=
-MAXPAGESIZE=0x10000
+MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 TEXT_START_ADDR="0x10000000"
 DATA_ADDR="ALIGN (0x10000000) + (. & (${MAXPAGESIZE} - 1))"
 GENERATE_SHLIB_SCRIPT=yes
This page took 0.023472 seconds and 4 git commands to generate.