aboutsummaryrefslogtreecommitdiff
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
parentb89883f7108f360d3c4f297f04de4ebba5db0d0e (diff)
downloadgdb-a92833adb6b9799fd0835f7144925df6987a34eb.zip
gdb-a92833adb6b9799fd0835f7144925df6987a34eb.tar.gz
gdb-a92833adb6b9799fd0835f7144925df6987a34eb.tar.bz2
* ld-plugin/plugin-6.d: Relax file name match.
-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 e5b1623..24cc68b 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 cb9257d..d107d29 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.
#...