diff options
author | Nick Clifton <nickc@redhat.com> | 2010-09-01 08:05:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-09-01 08:05:16 +0000 |
commit | b97b635e0fb64036559954bfb8e90c7654243a07 (patch) | |
tree | 12f22fbb104e2c163634cc3a9a88cf1654b78abd /ld/testsuite/ld-scripts/section-match-1.s | |
parent | be5b8c8cdb018466f34d951409cd5f39c85db80a (diff) | |
download | gdb-b97b635e0fb64036559954bfb8e90c7654243a07.zip gdb-b97b635e0fb64036559954bfb8e90c7654243a07.tar.gz gdb-b97b635e0fb64036559954bfb8e90c7654243a07.tar.bz2 |
* ld-scripts/section-match.exp: New file. Runs ths
section-match-1 test.
* ld-scripts/section-match-1.d: New file.
* ld-scripts/section-match-1.s: New file.
* ld-scripts/section-match-1.t: New file.
Diffstat (limited to 'ld/testsuite/ld-scripts/section-match-1.s')
-rw-r--r-- | ld/testsuite/ld-scripts/section-match-1.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/section-match-1.s b/ld/testsuite/ld-scripts/section-match-1.s new file mode 100644 index 0000000..3e32a88 --- /dev/null +++ b/ld/testsuite/ld-scripts/section-match-1.s @@ -0,0 +1,5 @@ + .section .sec.foo + .word 1 + + .section .sec..foo + .word 2 |