From 529a34afae31f7a56492b88c71b99f42da900154 Mon Sep 17 00:00:00 2001 From: Chris Demetriou Date: Thu, 3 Oct 2002 23:53:09 +0000 Subject: [PATCH] 2002-10-03 Chris Demetriou * gas/mips/mips-no-jalx.l: Make error message regexps accomodate tools which target a specific CPU by default. --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/mips/mips-no-jalx.l | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6ba1a1953a..3cecec9fae 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 7c0e2fea4c..9233591bed 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' -- 2.11.0