diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-27 16:47:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-27 16:47:02 +0000 |
commit | 1bec8141aa331266a162701c3ba0e0ea9bf3b6d5 (patch) | |
tree | 701b9fae61d058022def731004c5231980b7c30a /ld/testsuite/ld-h8300/h8300.exp | |
parent | 406f8ff91f7a7f9700d2bd938c58a11cbfcc690a (diff) | |
download | gdb-1bec8141aa331266a162701c3ba0e0ea9bf3b6d5.zip gdb-1bec8141aa331266a162701c3ba0e0ea9bf3b6d5.tar.gz gdb-1bec8141aa331266a162701c3ba0e0ea9bf3b6d5.tar.bz2 |
ld-h8300/h8300.exp: Addition of new test case to check relaxation for H8S target.
ld-h8300/relax-6.s: New test source file.
ld-h8300/relax-6.d: New test expected disassembly file.
ld-h8300/relax-6-coff.d: New test expected disassembly file for COFF format.
Diffstat (limited to 'ld/testsuite/ld-h8300/h8300.exp')
-rw-r--r-- | ld/testsuite/ld-h8300/h8300.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-h8300/h8300.exp b/ld/testsuite/ld-h8300/h8300.exp index 0c109ce..b4429d5 100644 --- a/ld/testsuite/ld-h8300/h8300.exp +++ b/ld/testsuite/ld-h8300/h8300.exp @@ -31,9 +31,11 @@ if {[istarget *-elf]} { run_dump_test relax-3 run_dump_test relax-4 run_dump_test relax-5 + run_dump_test relax-6 run_dump_test gcsection } else { run_dump_test relax-3-coff run_dump_test relax-4-coff run_dump_test relax-5-coff + run_dump_test relax-6-coff } |