* testsuite/script_test_4.sh: Permit leading zeroes.
authorIan Lance Taylor <ian@airs.com>
Wed, 16 Apr 2008 17:43:38 +0000 (17:43 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 16 Apr 2008 17:43:38 +0000 (17:43 +0000)
gold/ChangeLog
gold/testsuite/script_test_4.sh

index 0c6148e3a5ea3e4d186421862a44ecc279774da4..f749dea9ffc3225bab4097d82b22a2f41f3a9ff3 100644 (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
index e84c580e7ab88b32214e121855c981d1e8927f57..755d1a05977f57e3c96c16d1370959868a4606e1 100755 (executable)
@@ -38,4 +38,4 @@ check()
     fi
 }
 
-check script_test_4.stdout "\\.interp[         ]*PROGBITS[     ]*10000400"
+check script_test_4.stdout "\\.interp[         ]*PROGBITS[     ]*0*10000400"
This page took 0.033346 seconds and 4 git commands to generate.