Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / h8300sxelf.sh
index bac2cc3cd0e88b701bdae4e546f9f69380e095df..c0b715f0ba9016330125b5cbce6b54f949e90cb8 100644 (file)
@@ -8,7 +8,7 @@ TINY_READONLY_SECTION=".tinyrodata :
 TINY_DATA_SECTION=".tinydata   0xff8000 :
   {
        *(.tinydata)
-       _tinydata = .;
+       ${RELOCATING+ _tinydata = .; }
   }"
 TINY_BSS_SECTION=".tinybss     : AT (_tinydata)
   {
This page took 0.023658 seconds and 4 git commands to generate.