Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / shelf32_nbsd.sh
index edd6216860f8e06ef61914601829d89bc615bc4e..63aee8f408422563ab50516cabc577b1ff1e93f9 100644 (file)
@@ -5,9 +5,13 @@
 
 OUTPUT_FORMAT="elf32-sh64-nbsd"
 TEXT_START_ADDR=0x400000
-MAXPAGESIZE=0x10000
+MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 
 ENTRY=__start
 
 unset EMBEDDED
 unset STACK_ADDR
+unset OTHER_SECTIONS
+OTHER_SECTIONS="
+  .cranges 0 : { *(.cranges) }
+"
This page took 0.023924 seconds and 4 git commands to generate.