aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr22150b.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elf/pr22150b.s')
-rw-r--r--ld/testsuite/ld-elf/pr22150b.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/pr22150b.s b/ld/testsuite/ld-elf/pr22150b.s
new file mode 100644
index 0000000..dcdf509
--- /dev/null
+++ b/ld/testsuite/ld-elf/pr22150b.s
@@ -0,0 +1,13 @@
+ .section .text._start,"ax",%progbits
+ .globl _start
+ .type _start, %function
+_start:
+ .byte 0
+ .size _start, .-_start
+
+ .section .text.bar,"ax",%progbits
+ .globl foo
+ .type foo, %function
+foo:
+ .dc.a bar
+ .size foo, .-foo