aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/mips-elf.exp
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-09-18 20:50:47 +0000
committerChris Demetriou <cgd@google.com>2002-09-18 20:50:47 +0000
commit2dc83527fbad2600adff4eb9fdcb0229117bc436 (patch)
treefb13d4da48427c40b7e1324c576d6ce89d73f682 /ld/testsuite/ld-mips-elf/mips-elf.exp
parent5afc051b4b574b1aa31f42cc51ea608432841a64 (diff)
downloadfsf-binutils-gdb-2dc83527fbad2600adff4eb9fdcb0229117bc436.zip
fsf-binutils-gdb-2dc83527fbad2600adff4eb9fdcb0229117bc436.tar.gz
fsf-binutils-gdb-2dc83527fbad2600adff4eb9fdcb0229117bc436.tar.bz2
[ gas/testsuite/ChangeLog ]
2002-09-18 Chris Demetriou <cgd@broadcom.com> * gas/mips/branch-misc-1.d: New file. * gas/mips/branch-misc-1.s: New file. * gas/mips/branch-misc-2.s: New file. * gas/mips/branch-misc-2.d: New file. * gas/mips/mips.exp: Run new tests. [ ld/testsuite/ChangeLog ] 2002-09-18 Chris Demetriou <cgd@broadcom.com> * ld-mips-elf/branch-misc-1.d: New file. * ld-mips-elf/branch-misc-2.d: New file. * ld-mips-elf/mips-elf.exp: Run new tests.
Diffstat (limited to 'ld/testsuite/ld-mips-elf/mips-elf.exp')
-rw-r--r--ld/testsuite/ld-mips-elf/mips-elf.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/mips-elf.exp b/ld/testsuite/ld-mips-elf/mips-elf.exp
index 03f4e32..63de3ca 100644
--- a/ld/testsuite/ld-mips-elf/mips-elf.exp
+++ b/ld/testsuite/ld-mips-elf/mips-elf.exp
@@ -42,5 +42,8 @@ if { [istarget mips*-*-*] } then {
run_dump_test "mips16-1"
run_dump_test "region1"
+
+ run_dump_test "branch-misc-1"
+ run_dump_test "branch-misc-2"
}
}