summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-10-03 23:53:09 +0000
committerChris Demetriou <cgd@google.com>2002-10-03 23:53:09 +0000
commit21bd8c3134b7d221990162b1f7bf0f1030dc8597 (patch)
tree6ffe306af2e7d1b5bbd519b8f3d7a1e2c50010fd
parent52c6a6ac2dbf7264ce348f9abf1360a2c354aea0 (diff)
downloadbinutils-gdb-21bd8c3134b7d221990162b1f7bf0f1030dc8597.tar.gz
2002-10-03 Chris Demetriou <cgd@broadcom.com>
* gas/mips/mips-no-jalx.l: Make error message regexps accomodate tools which target a specific CPU by default.
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/mips/mips-no-jalx.l2
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 6ba1a1953ab..3cecec9faeb 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-03 Chris Demetriou <cgd@broadcom.com>
+
+ * gas/mips/mips-no-jalx.l: Make error message regexps accomodate
+ tools which target a specific CPU by default.
+
2002-10-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* testsuite/gas/sh/pcrel2.d: Check code also.
diff --git a/gas/testsuite/gas/mips/mips-no-jalx.l b/gas/testsuite/gas/mips/mips-no-jalx.l
index 7c0e2fea4c2..9233591bed4 100644
--- a/gas/testsuite/gas/mips/mips-no-jalx.l
+++ b/gas/testsuite/gas/mips/mips-no-jalx.l
@@ -1,2 +1,2 @@
.*: Assembler messages:
-.*:3: Error: opcode not supported at this ISA level \(mips.*\) `jalx external_label'
+.*:3: Error: opcode not supported (at this ISA level|on this processor: .*) \(mips.*\) `jalx external_label'