Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / emulparams / sparcaout.sh
index 429b925c18c61c3039ebc6fdc0d937969c3c1a38..e109064646587c757ace2668159715caf31eb068 100644 (file)
@@ -3,6 +3,8 @@ OUTPUT_FORMAT="a.out-sunos-big"
 BIG_OUTPUT_FORMAT="a.out-sunos-big"
 LITTLE_OUTPUT_FORMAT="a.out-sparc-little"
 TEXT_START_ADDR=0x2020
+case ${LD_FLAG} in
+    n|N)       TEXT_START_ADDR=0x2000 ;;
+esac
 TARGET_PAGE_SIZE=0x2000
-NONPAGED_TEXT_START_ADDR=0x2000
 ARCH=sparc
This page took 0.026254 seconds and 4 git commands to generate.