diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-04-16 17:43:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-04-16 17:43:38 +0000 |
commit | 85c7bf8b112b57b777f19030443136ca267fc8b7 (patch) | |
tree | 616d859579a9fd2c88e7580874179875e1bf7957 /gold | |
parent | ce886ab1f881e00ad77c6b1a41e351d7b47f2540 (diff) | |
download | gdb-85c7bf8b112b57b777f19030443136ca267fc8b7.zip gdb-85c7bf8b112b57b777f19030443136ca267fc8b7.tar.gz gdb-85c7bf8b112b57b777f19030443136ca267fc8b7.tar.bz2 |
* testsuite/script_test_4.sh: Permit leading zeroes.
Diffstat (limited to 'gold')
-rw-r--r-- | gold/ChangeLog | 4 | ||||
-rwxr-xr-x | gold/testsuite/script_test_4.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 0c6148e..f749dea 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -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 diff --git a/gold/testsuite/script_test_4.sh b/gold/testsuite/script_test_4.sh index e84c580..755d1a0 100755 --- a/gold/testsuite/script_test_4.sh +++ b/gold/testsuite/script_test_4.sh @@ -38,4 +38,4 @@ check() fi } -check script_test_4.stdout "\\.interp[ ]*PROGBITS[ ]*10000400" +check script_test_4.stdout "\\.interp[ ]*PROGBITS[ ]*0*10000400" |