Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / script-type.ld
index 684fc97275b4a1a0b29996542310a395d775433a..01995eb07ebef2515a30376bded2f662990ecbca 100644 (file)
@@ -1,7 +1,9 @@
 SECTIONS {
-  foo_a = bar_a;
-  foo_t = bar_t;
-  foo_o = bar_o;
-  .text : { *(.text) }
-  .ARM.attribues 0 : { *(.ARM.attributes) }
+    .text : {
+       foo_a = bar_a;
+       foo_t = bar_t;
+       foo_o = bar_o;
+       *(.text) 
+    }
+    .ARM.attribues 0 : { *(.ARM.attributes) }
 }
This page took 0.03429 seconds and 4 git commands to generate.