ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / emulparams / h8300elf.sh
index 38b8a3692f2e1548ea2f3806a34567a00723bd56..6db8c216d6785ba843c90850607d52687c9b1ece 100644 (file)
@@ -18,7 +18,7 @@ TINY_READONLY_SECTION=".tinyrodata :
 TINY_DATA_SECTION=".tinydata   ${RELOCATING+0xff8000} :
   {
        *(.tinydata)
-        ${RELOCATING+ _tinydata = .; }
+       ${RELOCATING+ _tinydata = .; }
   }"
 TINY_BSS_SECTION=".tinybss     : ${RELOCATING+AT (_tinydata)}
   {
This page took 0.023634 seconds and 4 git commands to generate.