This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: Fix gas/mips testsuite for linux/mips


Since linux/mips is switched to stabs, line number is not longer
supported. I checked in the following patch.

H.J.
----
2001-06-07  H.J. Lu  <hjl@gnu.org>

	* gas/mips/mips.exp: Set xfail for "lineno" on Linux/mips.

Index: gas/mips/mips.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/mips.exp,v
retrieving revision 1.10
diff -u -p -r1.10 mips.exp
--- mips.exp	2001/06/07 00:57:10	1.10
+++ mips.exp	2001/06/07 17:16:29
@@ -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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]