diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/rgn-at5.s')
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-at5.s | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/rgn-at5.s b/ld/testsuite/ld-scripts/rgn-at5.s new file mode 100644 index 0000000..dbb63ea --- /dev/null +++ b/ld/testsuite/ld-scripts/rgn-at5.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 |