aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/attr-merge-nosection-1a.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-arm/attr-merge-nosection-1a.s')
-rw-r--r--ld/testsuite/ld-arm/attr-merge-nosection-1a.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/attr-merge-nosection-1a.s b/ld/testsuite/ld-arm/attr-merge-nosection-1a.s
new file mode 100644
index 0000000..ab358e3
--- /dev/null
+++ b/ld/testsuite/ld-arm/attr-merge-nosection-1a.s
@@ -0,0 +1,10 @@
+ .cpu cortex-m0
+ .fpu softvfp
+ .syntax unified
+ .thumb
+ .text
+ .global foo
+ .thumb_func
+ .type foo, %function
+foo:
+ bx lr