diff options
author | Chris Demetriou <cgd@google.com> | 2002-10-03 23:53:09 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-10-03 23:53:09 +0000 |
commit | 21bd8c3134b7d221990162b1f7bf0f1030dc8597 (patch) | |
tree | 6ffe306af2e7d1b5bbd519b8f3d7a1e2c50010fd | |
parent | 52c6a6ac2dbf7264ce348f9abf1360a2c354aea0 (diff) | |
download | gdb-21bd8c3134b7d221990162b1f7bf0f1030dc8597.zip gdb-21bd8c3134b7d221990162b1f7bf0f1030dc8597.tar.gz gdb-21bd8c3134b7d221990162b1f7bf0f1030dc8597.tar.bz2 |
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/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips-no-jalx.l | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6ba1a19..3cecec9 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 7c0e2fe..9233591 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' |