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/testsuite | |
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/testsuite')
-rwxr-xr-x | gold/testsuite/script_test_4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |