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 | |
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')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/warn2.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 1e7f287..cce90f9 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-11-23 Thiemo Seufer <ths@mips.com> + + * ld-elf/warn2.d: Match regex also for the second segment. + 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com> * ld-arm/mixed-app.d, ld-arm/tls-app.d, ld-arm/tls-lib.d: Update 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 |