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.s14
1 files changed, 14 insertions, 0 deletions
diff --git a/gold/testsuite/memory_test.s b/gold/testsuite/memory_test.s
new file mode 100644
index 0000000..dbb63ea
--- /dev/null
+++ b/gold/testsuite/memory_test.s
@@ -0,0 +1,14 @@
+ .section .sec0, "a"
+ .word 0
+
+ .section .sec1, "a"
+ .word 0x11
+
+ .section .sec2, "a"
+ .word 0x22
+
+ .section .sec3, "a"
+ .word 0x33
+
+ .section .sec4, "a"
+ .word 0x44