diff options
author | Chris Demetriou <cgd@google.com> | 2002-09-18 21:45:29 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-09-18 21:45:29 +0000 |
commit | e8dcafb0b8648bbb91dbb2eb57e38491a4d9bc6c (patch) | |
tree | e005d2bedc909c76dcedf75c9d229a3fb8a1b3c8 /gas | |
parent | 885add9520d0f5e7eab8d56b93d791064805657d (diff) | |
download | gdb-e8dcafb0b8648bbb91dbb2eb57e38491a4d9bc6c.zip gdb-e8dcafb0b8648bbb91dbb2eb57e38491a4d9bc6c.tar.gz gdb-e8dcafb0b8648bbb91dbb2eb57e38491a4d9bc6c.tar.bz2 |
[ gas/ChangeLog ]
2002-09-18 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (md_apply_fix3): Just return for BFD_RELOC_8.
[ gas/testsuite/ChangeLog ]
2002-09-18 Chris Demetriou <cgd@broadcom.com>
* gas/mips/baddata1.s: New file.
* gas/mips/baddata1.l: New file.
* gas/mips/mips.exp: Run new test.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/mips/mips.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index d23390d..7a05ee6 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -162,6 +162,7 @@ if { [istarget mips*-*-*] } then { run_dump_test "relax" run_list_test "illegal" "" + run_list_test "baddata1" "" # LOSE: As of 2002-02-08, the next 4 tests fail for target mips-ecoff. # It's unknown whether they _should_ pass as-is, or whether different |