This is the mail archive of the binutils@sourceware.org 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]

committed: update mmix gas testsuite for readelf relocation warning.


Nick, you missed updating the MMIX gas testsuite for your
readelf change.  (For those just tuned in: it's up to the
changer-of-tool-output to do that.)

It would have been nice with an option to turn off that warning.
And why not warn for SHT_REL?  Those too aren't applied, as in
"readable"; there's just an internal part in there.

	* gas/mmix/comment-1.d, gas/mmix/bspec-1.d, gas/mmix/bspec-2.d:
	Adjust for change in readelf output.

Index: bspec-1.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mmix/bspec-1.d,v
retrieving revision 1.3
diff -p -u -r1.3 bspec-1.d
--- bspec-1.d	24 Feb 2002 17:11:21 -0000	1.3
+++ bspec-1.d	11 Mar 2007 11:13:07 -0000
@@ -23,4 +23,5 @@ Hex dump of section '\.text':
   0x0+ fd010203                            .*

 Hex dump of section '\.MMIX\.spec_data\.2':
+ NOTE: This section has relocations against it, but these have NOT been applied to this dump.
   0x0+ 00000000                            .*
Index: bspec-2.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mmix/bspec-2.d,v
retrieving revision 1.3
diff -p -u -r1.3 bspec-2.d
--- bspec-2.d	24 Feb 2002 17:11:21 -0000	1.3
+++ bspec-2.d	11 Mar 2007 11:13:07 -0000
@@ -23,4 +23,5 @@ Hex dump of section '\.text':
   0x0+ fd010203                            .*

 Hex dump of section '\.MMIX\.spec_data\.2':
+ NOTE: This section has relocations against it, but these have NOT been applied to this dump.
   0x0+ 00000000 0000002a 00000000 00000000 .*
Index: comment-1.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mmix/comment-1.d,v
retrieving revision 1.5
diff -p -u -r1.5 comment-1.d
--- comment-1.d	5 Sep 2002 00:05:44 -0000	1.5
+++ comment-1.d	11 Mar 2007 11:13:07 -0000
@@ -31,6 +31,7 @@ Symbol table '\.symtab' contains 12 entr
     11: 0+     0 NOTYPE  GLOBAL DEFAULT  UND target3

 Hex dump of section '\.text':
+ NOTE: This section has relocations against it, but these have NOT been applied to this dump.
   0x0+ 0000007b 00010017 00010203 01030201 .*
   0x0+10 09050006 09070208 0509000a 050b030c .*
   0x0+20 230f1011 23121300 23141516 34170018 .*

brgds, H-P


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