Include big endian and little endian formats in OUTPUT_FORMAT directive.
[deliverable/binutils-gdb.git] / ld / scripttempl / h8300h.sc
index 59d84fb408ed9ad5539eab4894487d2c3e775440..d1cfd860b653f446a9cfe969f80728445e24fd8b 100644 (file)
@@ -17,7 +17,7 @@ MEMORY
        /* The stack starts at the top of main ram.  */
        topram : o = 0x3fffc, l = 0x4
        /* This holds variables in the "tiny" sections.  */
-       tiny   : o = 0xff8000, l = 7f00
+       tiny   : o = 0xff8000, l = 0x7f00
        /* At the very top of the address space is the 8-bit area.  */
        eight  : o = 0xffff00, l = 0x100
 }
@@ -60,7 +60,7 @@ SECTIONS
        ${RELOCATING+ _stack = . ; }
        *(.stack)
        } ${RELOCATING+ > topram}
-.data : {
+.tiny : {
        *(.tiny)
        } ${RELOCATING+ > tiny}
 .eight : {
This page took 0.022879 seconds and 4 git commands to generate.