X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=testing%2Fexamples%2Fledtest-imx31pdk%2Fldscript;h=d6f60d6fad60ba911e7d0ce3256ae0d733c45505;hb=9094500ba60b677a9c93e970ec741d2fc8f0c89a;hp=1baea1eff29253d94dc361ef8346f55117f46d9d;hpb=2d43ea1a45882e53370c7b4abcdf064a2e5f80b3;p=fw%2Fopenocd diff --git a/testing/examples/ledtest-imx31pdk/ldscript b/testing/examples/ledtest-imx31pdk/ldscript index 1baea1eff..d6f60d6fa 100644 --- a/testing/examples/ledtest-imx31pdk/ldscript +++ b/testing/examples/ledtest-imx31pdk/ldscript @@ -1,18 +1,18 @@ -SECTIONS -{ - . = 0x80000100; - .text : { *(.text) } - .data ALIGN(0x10): { *(.data) } - .bss ALIGN(0x10): { - __bss_start__ = ABSOLUTE(.); - *(.bss) - . += 0x100; - } - __bss_end__ = .; -PROVIDE (__stack = .); - _end = .; - .debug_info 0 : { *(.debug_info) } - .debug_abbrev 0 : { *(.debug_abbrev) } - .debug_line 0 : { *(.debug_line) } - .debug_frame 0 : { *(.debug_frame) } -} +SECTIONS +{ + . = 0x80000100; + .text : { *(.text) } + .data ALIGN(0x10): { *(.data) } + .bss ALIGN(0x10): { + __bss_start__ = ABSOLUTE(.); + *(.bss) + . += 0x100; + } + __bss_end__ = .; +PROVIDE (__stack = .); + _end = .; + .debug_info 0 : { *(.debug_info) } + .debug_abbrev 0 : { *(.debug_abbrev) } + .debug_line 0 : { *(.debug_line) } + .debug_frame 0 : { *(.debug_frame) } +}