Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / shelf_nbsd.sh
index 52d9bccdc349ad63ee8207e44443791d2c3cf49c..9d331c6b78e44f09dcfa24f5dce9044164bfc946 100644 (file)
@@ -5,11 +5,11 @@
 
 OUTPUT_FORMAT="elf32-sh-nbsd"
 TEXT_START_ADDR=0x400000
-MAXPAGESIZE=0x10000
+MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 
-DATA_START_SYMBOLS='__data_start = . ;';
+DATA_START_SYMBOLS='PROVIDE (__data_start = .);';
 
 ENTRY=_start
 
 unset EMBEDDED
-unset STACK_ADDR
+unset OTHER_SECTIONS
This page took 0.023596 seconds and 4 git commands to generate.