* ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
[deliverable/binutils-gdb.git] / ld / emulparams / elf64_ia64.sh
index 0699d3d030214b139d6c31f7efc9a9a6c00d3293..4ff0ca91ce7901a08fc6460fed821c4850b1585b 100644 (file)
@@ -7,6 +7,10 @@ OUTPUT_FORMAT="elf64-ia64-little"
 ARCH=ia64
 MACHINE=
 MAXPAGESIZE=0x10000
+if test -n "$CREATE_SHLIB"; then
+  # Optimize shared libraries for 16K page size
+  COMMONPAGESIZE=0x4000
+fi
 TEXT_START_ADDR="0x4000000000000000"
 DATA_ADDR="0x6000000000000000 + (. & (${MAXPAGESIZE} - 1))"
 GENERATE_SHLIB_SCRIPT=yes
This page took 0.022799 seconds and 4 git commands to generate.