diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-11-23 16:50:39 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2006-11-23 16:50:39 +0000 |
commit | 0e2bc53a686b4123a99669269d480ac24cef105c (patch) | |
tree | a484ab46a5a21d33ff5ae56af42a3011cdd54007 /ld/testsuite/ld-elf/warn2.d | |
parent | 6bdcbd8f81026d908da75f1e028229027db6fa62 (diff) | |
download | gdb-0e2bc53a686b4123a99669269d480ac24cef105c.zip gdb-0e2bc53a686b4123a99669269d480ac24cef105c.tar.gz gdb-0e2bc53a686b4123a99669269d480ac24cef105c.tar.bz2 |
* ld-elf/warn2.d: Match regex also for the second segment.
Diffstat (limited to 'ld/testsuite/ld-elf/warn2.d')
-rw-r--r-- | ld/testsuite/ld-elf/warn2.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-elf/warn2.d b/ld/testsuite/ld-elf/warn2.d index 864db83..97d4f59 100644 --- a/ld/testsuite/ld-elf/warn2.d +++ b/ld/testsuite/ld-elf/warn2.d @@ -11,5 +11,5 @@ # construct and that the symbol still appears as expected. #... -[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+20[ ]+OBJECT[ ]+GLOBAL DEFAULT[ ]+1 Foo +[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+20[ ]+OBJECT[ ]+GLOBAL DEFAULT[ ]+[1-2] Foo #pass |