aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elf')
-rw-r--r--ld/testsuite/ld-elf/comm-data4.s6
-rw-r--r--ld/testsuite/ld-elf/comm-data5.s6
2 files changed, 6 insertions, 6 deletions
diff --git a/ld/testsuite/ld-elf/comm-data4.s b/ld/testsuite/ld-elf/comm-data4.s
index f2b608b..c4ac53f 100644
--- a/ld/testsuite/ld-elf/comm-data4.s
+++ b/ld/testsuite/ld-elf/comm-data4.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
.data
- .dc.a i
+ .dc.a v_i
.globl main
.globl _main
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