aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/memory_test.s
diff options
context:
space:
mode:
Diffstat (limited to 'gold/testsuite/memory_test.s')
-rw-r--r--gold/testsuite/memory_test.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/gold/testsuite/memory_test.s b/gold/testsuite/memory_test.s
index dbb63ea..ce8576c 100644
--- a/gold/testsuite/memory_test.s
+++ b/gold/testsuite/memory_test.s
@@ -1,14 +1,14 @@
.section .sec0, "a"
- .word 0
+ .long 0
.section .sec1, "a"
- .word 0x11
+ .long 0x11
.section .sec2, "a"
- .word 0x22
+ .long 0x22
.section .sec3, "a"
- .word 0x33
+ .long 0x33
.section .sec4, "a"
- .word 0x44
+ .long 0x44