aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr14170b.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elf/pr14170b.s')
-rw-r--r--ld/testsuite/ld-elf/pr14170b.s11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/pr14170b.s b/ld/testsuite/ld-elf/pr14170b.s
new file mode 100644
index 0000000..818f975
--- /dev/null
+++ b/ld/testsuite/ld-elf/pr14170b.s
@@ -0,0 +1,11 @@
+ .data
+ .type foo,%object
+ .globl foo
+foo:
+ .dc.a 0
+ .size foo, . - foo
+ .type foo,%object
+ .globl bar
+bar:
+ .dc.a 0
+ .size bar, . - bar