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]
Other format: [Raw text]

Re: coff testsuite failures


On Wed, Jun 11, 2003 at 01:04:56PM +0930, Alan Modra wrote:
> On Tue, Jun 10, 2003 at 11:02:41PM -0400, Hans-Peter Nilsson wrote:
> > Umm, is the presence of those symbols a bug or is that as it
> > should be?
> 
> Well, it's changed behaviour..  The tests passed on May 7.

Duh.  Probably because the tests were added on May 13..
I'm updating the tests.  :)

	* gas/macros/app1.d: Ignore section symbols.
	* gas/macros/app2.d: Likewise.
	* gas/macros/app3.d: Likewise.
	* gas/macros/app4.d: Likewise.

Index: gas/testsuite/gas/macros/app1.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/macros/app1.d,v
retrieving revision 1.1
diff -u -p -r1.1 app1.d
--- gas/testsuite/gas/macros/app1.d	13 May 2003 01:57:11 -0000	1.1
+++ gas/testsuite/gas/macros/app1.d	11 Jun 2003 05:31:52 -0000
@@ -1,4 +1,5 @@
 #nm: -n
 #name: APP with macro without NO_APP
+#...
 0+ t a
 0+[1-f] t b
Index: gas/testsuite/gas/macros/app2.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/macros/app2.d,v
retrieving revision 1.1
diff -u -p -r1.1 app2.d
--- gas/testsuite/gas/macros/app2.d	13 May 2003 01:57:11 -0000	1.1
+++ gas/testsuite/gas/macros/app2.d	11 Jun 2003 05:31:52 -0000
@@ -1,4 +1,5 @@
 #nm: -n
 #name: APP with macro then NO_APP
+#...
 0+ t a
 0+[1-f] t b
Index: gas/testsuite/gas/macros/app3.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/macros/app3.d,v
retrieving revision 1.1
diff -u -p -r1.1 app3.d
--- gas/testsuite/gas/macros/app3.d	13 May 2003 01:57:11 -0000	1.1
+++ gas/testsuite/gas/macros/app3.d	11 Jun 2003 05:31:52 -0000
@@ -1,5 +1,6 @@
 #nm: -n
 #name: APP with macro then NO_APP then more code
+#...
 0+ t a
 0+[1-f] t b
 0+[2-f] t c
Index: gas/testsuite/gas/macros/app4.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/macros/app4.d,v
retrieving revision 1.1
diff -u -p -r1.1 app4.d
--- gas/testsuite/gas/macros/app4.d	13 May 2003 01:57:11 -0000	1.1
+++ gas/testsuite/gas/macros/app4.d	11 Jun 2003 05:31:52 -0000
@@ -1,6 +1,7 @@
 #as: -I$srcdir/$subdir
 #nm: -n
 #name: included file with .if 0 wrapped in APP/NO_APP, no final NO_APP, macro in main file
+#...
 0+ t d
 0+[1-f] t a
 0+[2-f] t b

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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