OSDN Git Service

* 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 0c6148e..f749dea 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 e84c580..755d1a0 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"