summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/script-type.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-arm/script-type.ld')
-rw-r--r--ld/testsuite/ld-arm/script-type.ld9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/script-type.ld b/ld/testsuite/ld-arm/script-type.ld
new file mode 100644
index 0000000..01995eb
--- /dev/null
+++ b/ld/testsuite/ld-arm/script-type.ld
@@ -0,0 +1,9 @@
+SECTIONS {
+ .text : {
+ foo_a = bar_a;
+ foo_t = bar_t;
+ foo_o = bar_o;
+ *(.text)
+ }
+ .ARM.attribues 0 : { *(.ARM.attributes) }
+}