summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2009-06-15 13:28:56 +0000
committerH.J. Lu <hjl@lucon.org>2009-06-15 13:28:56 +0000
commit368b950c9a7f9920c83dd6435ecd14fc326c6cd1 (patch)
treefa3fa1ef42e7779fe83c8f294f51fad427332de8
parentf91b05aa5cabca082e431582a1cd65ff9a4d9f55 (diff)
downloadbinutils-redhat-368b950c9a7f9920c83dd6435ecd14fc326c6cd1.tar.gz
2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
* ld-ifunc/ifunc-9-x86.d: Fix a typo.
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-ifunc/ifunc-9-x86.d2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 3906981323..c8a1305225 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-ifunc/ifunc-9-x86.d: Fix a typo.
+
2009-06-14 H.J. Lu <hongjiu.lu@intel.com>
PR ld/10270
diff --git a/ld/testsuite/ld-ifunc/ifunc-9-x86.d b/ld/testsuite/ld-ifunc/ifunc-9-x86.d
index 207c5d4a84..7390dd1fed 100644
--- a/ld/testsuite/ld-ifunc/ifunc-9-x86.d
+++ b/ld/testsuite/ld-ifunc/ifunc-9-x86.d
@@ -1,3 +1,3 @@
#ld: --export-dynamic
-#error: .*dynamic STT_GNU_IFUNC symbool `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
+#error: .*dynamic STT_GNU_IFUNC symbol `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
#target: x86_64-*-* i?86-*-*