ELF ld -r scripts
[deliverable/binutils-gdb.git] / ld / emulparams / elf32mep.sh
index 2ebbda1bdc4708e27cf49f36fca503e5b3e9f5d0..7d93abab1ea0a02f7161045494401e982b86fb81 100644 (file)
@@ -7,6 +7,8 @@ MAXPAGESIZE=256
 ENTRY=_start
 EMBEDDED=yes
 TEMPLATE_NAME=elf32
+
+if test -n "${RELOCATING}"; then
 DATA_START_SYMBOLS='__data_start = . ;'
 OTHER_GOT_SYMBOLS='
   . = ALIGN(4);
@@ -53,3 +55,4 @@ OTHER_BSS_SECTIONS='
   __assert_near_size = ASSERT (. <= 0x1000000, "near section overflow");
   .farbss : { PROVIDE (__farbss_start = .); *(.farbss) *(.farbss.*) PROVIDE (__farbss_end = .); }
 '
+fi
This page took 0.024512 seconds and 4 git commands to generate.