From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18152 invoked by alias); 27 Mar 2004 10:43:20 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 18076 invoked from network); 27 Mar 2004 10:43:19 -0000 Received: from unknown (HELO bubble.modra.org) (144.136.178.58) by sources.redhat.com with SMTP; 27 Mar 2004 10:43:19 -0000 Received: by bubble.modra.org (Postfix, from userid 500) id 1B857D4C6D; Sat, 27 Mar 2004 21:13:18 +1030 (CST) Date: Sun, 28 Mar 2004 15:54:00 -0000 From: Alan Modra To: binutils@sources.redhat.com Subject: fix a couple of gas testsuite failures Message-ID: <20040327104318.GJ28575@bubble.modra.org> Mail-Followup-To: binutils@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2004-03/txt/msg00598.txt.bz2 gas/testsuite/ChangeLog * gas/i860/dir-intel03-err.l: Update for junk at end line becoming an error. * gas/m68hc11/m68hc11.exp: Likewise. Index: gas/testsuite/gas/i860/dir-intel03-err.l =================================================================== RCS file: /cvs/src/src/gas/testsuite/gas/i860/dir-intel03-err.l,v retrieving revision 1.1 diff -u -p -r1.1 dir-intel03-err.l --- gas/testsuite/gas/i860/dir-intel03-err.l 5 Aug 2003 23:02:50 -0000 1.1 +++ gas/testsuite/gas/i860/dir-intel03-err.l 27 Mar 2004 10:28:16 -0000 @@ -1,5 +1,5 @@ .*: Assembler messages: .*:8: Error: Directive .atmp available only with -mintel-syntax option -.*:8: Warning: rest of line ignored; first ignored character is `r' +.*:8: Error: junk at end of line, first unrecognized character is `r' .*:10: Error: Directive .dual available only with -mintel-syntax option .*:13: Error: Directive .enddual available only with -mintel-syntax option Index: gas/testsuite/gas/m68hc11/m68hc11.exp =================================================================== RCS file: /cvs/src/src/gas/testsuite/gas/m68hc11/m68hc11.exp,v retrieving revision 1.4 diff -u -p -r1.4 m68hc11.exp --- gas/testsuite/gas/m68hc11/m68hc11.exp 21 Jan 2004 11:17:51 -0000 1.4 +++ gas/testsuite/gas/m68hc11/m68hc11.exp 27 Mar 2004 10:28:16 -0000 @@ -161,7 +161,7 @@ setup_xfail m6812-*-* gas_m68hc11_warning "" ".mode \"bar\"\n" "Invalid mode: .bar." gas_m68hc11_error "" ".relax 23\n" "bad .relax format" gas_m68hc11_error "" ".relax bar-23\n" "bad .relax format" -gas_m68hc11_warning "" ".far bar bar\n" "rest of line ignored" +gas_m68hc11_error "" ".far bar bar\n" "junk at end of line" run_dump_test insns -- Alan Modra IBM OzLabs - Linux Technology Centre