aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr26580-a.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elf/pr26580-a.s')
-rw-r--r--ld/testsuite/ld-elf/pr26580-a.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/pr26580-a.s b/ld/testsuite/ld-elf/pr26580-a.s
new file mode 100644
index 0000000..3b70ccc
--- /dev/null
+++ b/ld/testsuite/ld-elf/pr26580-a.s
@@ -0,0 +1,10 @@
+ .text
+ .globl _start
+ .globl __start
+_start:
+__start:
+ .ifdef HPUX
+one .comm 1
+ .else
+ .comm one, 1, 1
+ .endif