diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2014-05-02 00:31:58 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2014-05-02 00:31:58 +0200 |
commit | b46fa76826669b1496cac329d132485ede779d85 (patch) | |
tree | 6f15a2e75875f807f45ac1283d4f347019b05021 /ld/testsuite/ld-mmix/sec-10.s | |
parent | 1218d67db11b6a1aceeb477855047f70d4856854 (diff) | |
download | gdb-b46fa76826669b1496cac329d132485ede779d85.zip gdb-b46fa76826669b1496cac329d132485ede779d85.tar.gz gdb-b46fa76826669b1496cac329d132485ede779d85.tar.bz2 |
ld/testsuite:
* ld-mmix/sec-11.d, ld-mmix/sec-11.ld, ld-mmix/sec-10.s,
ld-mmix/sec-10.d, ld-mmix/b-offlocmis.s, ld-mmix/sec-12.d: New
tests.
* ld-mmix/b-offloc.s: Correct address in comment.
Diffstat (limited to 'ld/testsuite/ld-mmix/sec-10.s')
-rw-r--r-- | ld/testsuite/ld-mmix/sec-10.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/sec-10.s b/ld/testsuite/ld-mmix/sec-10.s new file mode 100644 index 0000000..2729e55 --- /dev/null +++ b/ld/testsuite/ld-mmix/sec-10.s @@ -0,0 +1,8 @@ + .section .text.1 + .byte 42 + .byte 0,0,0,0, 0,0,0,0, 0,0,0,0 + + .section .text.2 + .space 32752 + .byte 0,0,0,0, 0,0,0,0, 0,0,0 + .byte 43,44,0,0 |