ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / emulparams / h8300elf_linux.sh
index 97050ddf4e35146f9bae43ba4a5888d16d58fc79..4395cfc4da88b46b538293851dc4668b7e548c5b 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.02397 seconds and 4 git commands to generate.