* testsuite/script_test_4.sh: Permit leading zeroes.

This commit is contained in:
Ian Lance Taylor 2008-04-16 17:43:38 +00:00
parent ce886ab1f8
commit 85c7bf8b11
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-04-16 Ian Lance Taylor <iant@google.com>
* testsuite/script_test_4.sh: Permit leading zeroes.
2008-04-15 Ian Lance Taylor <iant@google.com>
* script-sections.cc (Script_sections::create_segments): Use

View File

@ -38,4 +38,4 @@ check()
fi
}
check script_test_4.stdout "\\.interp[ ]*PROGBITS[ ]*10000400"
check script_test_4.stdout "\\.interp[ ]*PROGBITS[ ]*0*10000400"