PowerPC64 ELFv2 ABI: skip global entry point code
[deliverable/binutils-gdb.git] / ld / emulparams / coff_sparc.sh
index 0cf852a7b2156d1c32d19a317ca42b54aa5556b8..d66cf616415fd0f9d1d3338542ce2971345fb145 100644 (file)
@@ -3,5 +3,7 @@ OUTPUT_FORMAT="coff-sparc"
 # following are dubious (borrowed from sparc lynx)
 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.027348 seconds and 4 git commands to generate.