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.
This commit is contained in:
Chris Demetriou 2002-10-03 23:53:09 +00:00
parent 52c6a6ac2d
commit 21bd8c3134
2 changed files with 6 additions and 1 deletions

View 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.

View 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'