Add support for DT_MIPS_RLD_MAP_REL.
[deliverable/binutils-gdb.git] / ld / emulparams / sparcaout.sh
index 5e01c28e57defba01e4587c7cff5b48809b9a07a..e109064646587c757ace2668159715caf31eb068 100644 (file)
@@ -1,6 +1,10 @@
 SCRIPT_NAME=aout
 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.023548 seconds and 4 git commands to generate.