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]

[GOLD] script_test_10


PowerPC64 gold generates two more sections for this test, .got and
.brlt, which result in .bss being section number 10.  Since the test
is really checking that a given set of sections are in order, and
sections 0 to 7 are occupied, any number for .bss ought to be good.
OK to apply?

	* testsuite/script_test_10.sh: Don't test .bss section
	header number.

Index: gold/testsuite/script_test_10.sh
===================================================================
RCS file: /cvs/src/src/gold/testsuite/script_test_10.sh,v
retrieving revision 1.1
diff -u -p -r1.1 script_test_10.sh
--- gold/testsuite/script_test_10.sh	12 Oct 2010 19:21:41 -0000	1.1
+++ gold/testsuite/script_test_10.sh	6 Mar 2013 09:51:12 -0000
@@ -42,5 +42,5 @@ check script_test_10.stdout ".*\[ 4\] .s
 check script_test_10.stdout ".*\[ 5\] .secz"
 check script_test_10.stdout ".*\[ 6\] .sec3"
 check script_test_10.stdout ".*\[ 7\] .data"
-check script_test_10.stdout ".*\[ 8\] .bss"
+check script_test_10.stdout ".* .bss"
 

-- 
Alan Modra
Australia Development Lab, IBM


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