diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-10-14 23:12:16 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-10-14 23:12:16 +0000 |
commit | 0aa3b0e6e6107262ee3152d2736afa1b483017c5 (patch) | |
tree | 80bd6bf87b040f22fbc3be706e0b86462d1405db /ld/testsuite/ld-scripts/phdrs3.d | |
parent | 98b54043636441c99bad272bd27fa307451c6591 (diff) | |
download | gdb-0aa3b0e6e6107262ee3152d2736afa1b483017c5.zip gdb-0aa3b0e6e6107262ee3152d2736afa1b483017c5.tar.gz gdb-0aa3b0e6e6107262ee3152d2736afa1b483017c5.tar.bz2 |
* ld-scripts/phdrs3.d: Allow colon in name of linker binary.
Diffstat (limited to 'ld/testsuite/ld-scripts/phdrs3.d')
-rw-r--r-- | ld/testsuite/ld-scripts/phdrs3.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/phdrs3.d b/ld/testsuite/ld-scripts/phdrs3.d index 780c551..7b37d80 100644 --- a/ld/testsuite/ld-scripts/phdrs3.d +++ b/ld/testsuite/ld-scripts/phdrs3.d @@ -1,4 +1,4 @@ # name: PHDRS headers # source: phdrs.s # ld: -T phdrs3.t -# error: \A[^ \n:]*:[^:\n]*:5: PHDRS and FILEHDR.* +# error: \A[^ \n]*:[^:\n]*:5: PHDRS and FILEHDR.* |