2002-10-03 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Thu, 3 Oct 2002 23:53:09 +0000 (23:53 +0000)
committerChris Demetriou <cgd@google.com>
Thu, 3 Oct 2002 23:53:09 +0000 (23:53 +0000)
        * gas/mips/mips-no-jalx.l: Make error message regexps accomodate
        tools which target a specific CPU by default.

gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips-no-jalx.l

index 6ba1a19..3cecec9 100644 (file)
@@ -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.
index 7c0e2fe..9233591 100644 (file)
@@ -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'