aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-11-06 10:47:32 +0000
committerAlan Modra <amodra@gmail.com>2010-11-06 10:47:32 +0000
commita92833adb6b9799fd0835f7144925df6987a34eb (patch)
treeebb035820dee0672728d6a1088193184b01a553a /ld
parent*** empty log message *** (diff)
downloadbinutils-gdb-a92833adb6b9799fd0835f7144925df6987a34eb.tar.gz
binutils-gdb-a92833adb6b9799fd0835f7144925df6987a34eb.tar.bz2
binutils-gdb-a92833adb6b9799fd0835f7144925df6987a34eb.zip
* ld-plugin/plugin-6.d: Relax file name match.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-plugin/plugin-6.d2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index e5b16230974..24cc68b532f 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -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,
diff --git a/ld/testsuite/ld-plugin/plugin-6.d b/ld/testsuite/ld-plugin/plugin-6.d
index cb9257dd0eb..d107d29b4a1 100644
--- a/ld/testsuite/ld-plugin/plugin-6.d
+++ b/ld/testsuite/ld-plugin/plugin-6.d
@@ -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.
#...