diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-06-07 17:18:56 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-06-07 17:18:56 +0000 |
commit | 9160c09b0f3eaa27b3ae1c0a483e12ba430e7a09 (patch) | |
tree | 4c71a44741a145b6be7cd0e6241fe80dbfa288d2 /gas/testsuite | |
parent | add565213dd332d231c3400b9bd449f98c333e49 (diff) | |
download | gdb-9160c09b0f3eaa27b3ae1c0a483e12ba430e7a09.zip gdb-9160c09b0f3eaa27b3ae1c0a483e12ba430e7a09.tar.gz gdb-9160c09b0f3eaa27b3ae1c0a483e12ba430e7a09.tar.bz2 |
2001-06-07 H.J. Lu <hjl@gnu.org>
* gas/mips/mips.exp: Set xfail for "lineno" on Linux/mips.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips.exp | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index f0759fc..57c6707 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2001-06-07 H.J. Lu <hjl@gnu.org> + * gas/mips/mips.exp: Set xfail for "lineno" on Linux/mips. + +2001-06-07 H.J. Lu <hjl@gnu.org> + * gas/mips/empic.d: Support stabs. * gas/mips/mips16-e.d: Likewise. * gas/mips/mips16-f.d: Likewise. diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index 5720f62..aedaf90 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -88,6 +88,8 @@ if { [istarget mips*-*-*] } then { run_dump_test "mips4010" run_dump_test "mips4650" run_dump_test "mips4100" + # Linux uses ELF stabs, which doesn't support line number. + setup_xfail "mips*-*-*linux*" run_dump_test "lineno" run_dump_test "sync" run_dump_test "mips32" |