From: Chris Demetriou Date: Thu, 3 Oct 2002 23:53:09 +0000 (+0000) Subject: 2002-10-03 Chris Demetriou X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21bd8c3134b7d221990162b1f7bf0f1030dc8597;p=binutils-gdb.git 2002-10-03 Chris Demetriou * gas/mips/mips-no-jalx.l: Make error message regexps accomodate tools which target a specific CPU by default. --- 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 + + * gas/mips/mips-no-jalx.l: Make error message regexps accomodate + tools which target a specific CPU by default. + 2002-10-03 Kaz Kojima * 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'