summaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2013-03-07 05:30:05 +0000
committerAlan Modra <amodra@bigpond.net.au>2013-03-07 05:30:05 +0000
commitc5b14cd7d6db161b45fc42c13e0b99f422450fa2 (patch)
treeeaa88a2a56cc65ab7545cdc721d19d3320f7a91a /gold
parent2735b922862e2e8598da4e72461ec885f67c5bec (diff)
downloadbinutils-redhat-c5b14cd7d6db161b45fc42c13e0b99f422450fa2.tar.gz
* testsuite/script_test_10.sh: Don't test .bss section
header number.
Diffstat (limited to 'gold')
-rw-r--r--gold/ChangeLog5
-rwxr-xr-xgold/testsuite/script_test_10.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 0a3f6eff19..b0c5fc7b23 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-07 Alan Modra <amodra@gmail.com>
+
+ * testsuite/script_test_10.sh: Don't test .bss section
+ header number.
+
2013-03-06 Alan Modra <amodra@gmail.com>
* powerpc.cc (class Powerpc_relobj): Move some member functions.
diff --git a/gold/testsuite/script_test_10.sh b/gold/testsuite/script_test_10.sh
index 3e6ad389cb..58446ab555 100755
--- a/gold/testsuite/script_test_10.sh
+++ b/gold/testsuite/script_test_10.sh
@@ -42,5 +42,5 @@ check script_test_10.stdout ".*\[ 4\] .sec2"
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"