diff options
Diffstat (limited to 'ld/testsuite/ld-h8300/h8300.exp')
-rw-r--r-- | ld/testsuite/ld-h8300/h8300.exp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/testsuite/ld-h8300/h8300.exp b/ld/testsuite/ld-h8300/h8300.exp index 5390961..a8e8dda 100644 --- a/ld/testsuite/ld-h8300/h8300.exp +++ b/ld/testsuite/ld-h8300/h8300.exp @@ -1,5 +1,5 @@ # Expect script for ld-h8300 tests -# Copyright 2002, 2003 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,6 +29,8 @@ run_dump_test relax if {[istarget *-elf]} { run_dump_test relax-2 run_dump_test relax-3 + run_dump_test relax-4 } else { run_dump_test relax-3-coff + run_dump_test relax-4-coff } |