powerpc-lynxos and powerpc-windiss fixes
[deliverable/binutils-gdb.git] / ld / emulparams / h8300.sh
index 68ecdb3be7d4e4711a3f2c4328ba8fba57894175..7042535b40071e810fb7a0a15bbb38a833f7ff7e 100644 (file)
@@ -10,7 +10,7 @@ TINY_READONLY_SECTION=".tinyrodata :
 TINY_DATA_SECTION=".tinydata   0xff8000 :
   {
        *(.tinydata)
-       _tinydata = .;
+       ${RELOCATING+ _tinydata = .; }
   }"
 TINY_BSS_SECTION=".tinybss     : AT (_tinydata)
   {
This page took 0.024242 seconds and 4 git commands to generate.