This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Error with gas/testsuite/gas/elf/setion2.*


On Thu, Jun 07, 2001 at 07:10:26AM -0700, Seger, Justin M wrote:
> Hello.  When running the new section2 test on an ARM-linux target, the test
> fails.  This patch will fix it.
> 
>  <<gas-testsuite-patch-js1.gz>> 
> 
> [root@localhost testsuite]# ../as-new
> ../../../binutils/gas/testsuite/gas/elf/section2.s
> ../../../binutils/gas/testsuite/gas/elf/section2.s: Assembler messages:
> ../../../binutils/gas/testsuite/gas/elf/section2.s:2: Warning: Section
> symbols are already global
> ARM GAS ../../../binutils/gas/testsuite/gas/elf/section2.s
> page 1
> 

Thanks. I checked in a slightly different patch.


H.J.
----
2001-06-07  H.J. Lu  <hjl@gnu.org>

	* gas/elf/section2.l: Match ".*GAS.*" instead of
	"GAS LISTING .*".

Index: gas/elf/section2.l
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/elf/section2.l,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 section2.l
--- gas/elf/section2.l	2001/06/06 22:00:47	1.1.1.1
+++ gas/elf/section2.l	2001/06/07 18:05:00
@@ -1,6 +1,6 @@
 .*: Assembler messages:
 .*:2: Warning: Section symbols are already global
-GAS LISTING .*
+.*GAS.*
 
 
    1              	          .section A


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]