Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / m68knbsd.sh
index a742807ddd946129bc7e041961fa513906e0a875..fcda407f47ccc8e18283d5fc269232c18a1ebb3f 100644 (file)
@@ -1,6 +1,8 @@
 SCRIPT_NAME=aout
 TEXT_START_ADDR=0x2020
-NONPAGED_TEXT_START_ADDR=0x2000
+case ${LD_FLAG} in
+    n|N)       TEXT_START_ADDR=0x2000 ;;
+esac
 OUTPUT_FORMAT="a.out-m68k-netbsd"
 TARGET_PAGE_SIZE=0x2000
 ARCH=m68k
This page took 0.02305 seconds and 4 git commands to generate.