X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=testing%2Fexamples%2Fledtest-imx27ads%2Fldscript;h=a8f0a0885644b2767cc293c1cbec36724d3f0ced;hp=39cf76845c63499d9e73b528abacd6176c703437;hb=cb3f970b6c61d0643839f9261ddcce2b8664eac7;hpb=2e0f28149d46f128cf6851e76bf541f66b484fd5 diff --git a/testing/examples/ledtest-imx27ads/ldscript b/testing/examples/ledtest-imx27ads/ldscript index 39cf76845c..a8f0a08856 100644 --- a/testing/examples/ledtest-imx27ads/ldscript +++ b/testing/examples/ledtest-imx27ads/ldscript @@ -1,18 +1,18 @@ -SECTIONS -{ - . = 0xA0000000; - .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 +{ + . = 0xA0000000; + .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) } +}