Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / gold / testsuite / memory_test.s
1 .section .sec0, "a"
2 .long 0
3
4 .section .sec1, "a"
5 .long 0x11
6
7 .section .sec2, "a"
8 .long 0x22
9
10 .section .sec3, "a"
11 .long 0x33
12
13 .section .sec4, "a"
14 .long 0x44
This page took 0.02935 seconds and 4 git commands to generate.