Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / coff_sparc.sh
index 91e5410e7a0dbe9ec4b6db4f926c0693df6f1fed..d66cf616415fd0f9d1d3338542ce2971345fb145 100644 (file)
@@ -1,7 +1,9 @@
 SCRIPT_NAME=sparccoff
 OUTPUT_FORMAT="coff-sparc"
 # following are dubious (borrowed from sparc lynx)
-PAGE_SIZE=0x1000
+TARGET_PAGE_SIZE=0x1000
 TEXT_START_ADDR=0
-NONPAGED_TEXT_START_ADDR=0x1000
+case ${LD_FLAG} in
+    n|N)       TEXT_START_ADDR=0x1000 ;;
+esac
 ARCH=sparc
This page took 0.023028 seconds and 4 git commands to generate.