diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-06-15 13:28:56 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-06-15 13:28:56 +0000 |
commit | 1628149bdd8a31100a13e6ec80da4ac4f04fe99f (patch) | |
tree | 7be9ad84eaabbabc5c8e0ba4627f1efe7f9d4c5e | |
parent | eba077f227bc59c80875833157462e272a202a75 (diff) | |
download | gdb-1628149bdd8a31100a13e6ec80da4ac4f04fe99f.zip gdb-1628149bdd8a31100a13e6ec80da4ac4f04fe99f.tar.gz gdb-1628149bdd8a31100a13e6ec80da4ac4f04fe99f.tar.bz2 |
2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
* ld-ifunc/ifunc-9-x86.d: Fix a typo.
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-ifunc/ifunc-9-x86.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 3906981..c8a1305 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 207c5d4..7390dd1 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-*-* |