* ld-plugin/plugin-6.d: Relax file name match.

This commit is contained in:
Alan Modra 2010-11-06 10:47:32 +00:00
parent b89883f710
commit a92833adb6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-11-06 Kirill A. Shutemov <kirill@shutemov.name>
* ld-plugin/plugin-6.d: Relax file name match.
2010-11-05 Joseph Myers <joseph@codesourcery.com>
* ld-tic6x/attr-unknown-1.d, ld-tic6x/attr-unknown-1000-1.s,

View File

@ -26,6 +26,6 @@ hook called: claim_file tmpdir/text.o \[@0/.* not claimed
#...
hook called: all symbols read.
tmpdir/main.o: In function `main':
.*ld/testsuite/ld-plugin/main.c:12: undefined reference to `func'
.*main.c.*: undefined reference to `func'
hook called: cleanup.
#...