- add missing svn props and fix incorrect line endings from last commit
[fw/openocd] / testing / examples / ledtest-imx31pdk / ldscript
index 1baea1eff29253d94dc361ef8346f55117f46d9d..d6f60d6fad60ba911e7d0ce3256ae0d733c45505 100644 (file)
@@ -1,18 +1,18 @@
-SECTIONS\r
-{\r
-       . = 0x80000100;\r
-       .text : { *(.text) }\r
-       .data ALIGN(0x10): { *(.data) }\r
-       .bss ALIGN(0x10): {\r
-           __bss_start__ = ABSOLUTE(.);\r
-           *(.bss)\r
-           . += 0x100;\r
-        }\r
-       __bss_end__ = .;\r
-PROVIDE (__stack = .);\r
-       _end = .;\r
-       .debug_info     0 : { *(.debug_info) }\r
-       .debug_abbrev   0 : { *(.debug_abbrev) }\r
-       .debug_line     0 : { *(.debug_line) }\r
-       .debug_frame    0 : { *(.debug_frame) }\r
-}\r
+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) }
+}