aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/comm-data5.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elf/comm-data5.s')
-rw-r--r--ld/testsuite/ld-elf/comm-data5.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-elf/comm-data5.s b/ld/testsuite/ld-elf/comm-data5.s
index e74c2eb..91e57b4 100644
--- a/ld/testsuite/ld-elf/comm-data5.s
+++ b/ld/testsuite/ld-elf/comm-data5.s
@@ -1,11 +1,11 @@
.ifdef HPUX
-i .comm 4
+v_i .comm 4
.else
- .comm i,4,4
+ .comm v_i,4,4
.endif
.section .rodata,"a",%progbits
- .dc.a i
+ .dc.a v_i
.globl main
.globl _main