From: Alan Modra Date: Thu, 7 Mar 2013 05:30:06 +0000 (+0000) Subject: * testsuite/script_test_10.sh: Don't test .bss section X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3366d57cbc9b4f06e9591e988082a4c46df5fb16;p=binutils-gdb.git * testsuite/script_test_10.sh: Don't test .bss section header number. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index 0a3f6eff19d..b0c5fc7b23c 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2013-03-07 Alan Modra + + * testsuite/script_test_10.sh: Don't test .bss section + header number. + 2013-03-06 Alan Modra * 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 3e6ad389cb2..58446ab5556 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"