diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-04-18 21:45:37 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-04-18 21:45:37 +0000 |
commit | 86942c28f60782652ce1e1ddbf2ac31b73de480a (patch) | |
tree | 6dc880e6779eeb09a9bfa99c1c88794bcec5f4d4 | |
parent | dc204beb8b37c1b6f7bf55e2155621ed97dcb563 (diff) | |
download | gdb-86942c28f60782652ce1e1ddbf2ac31b73de480a.zip gdb-86942c28f60782652ce1e1ddbf2ac31b73de480a.tar.gz gdb-86942c28f60782652ce1e1ddbf2ac31b73de480a.tar.bz2 |
Update expected LTO linker errors for GCC 4.6.
2011-04-18 H.J. Lu <hongjiu.lu@intel.com>
* ld-plugin/plugin-7.d: Update expected LTO linker errors for
GCC 4.6.
* ld-plugin/plugin-8.d: Likewise.
-rw-r--r-- | ld/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-plugin/plugin-7.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-plugin/plugin-8.d | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 2eb37c5..538d8b1 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2011-04-18 H.J. Lu <hongjiu.lu@intel.com> + + * ld-plugin/plugin-7.d: Update expected LTO linker errors for + GCC 4.6. + * ld-plugin/plugin-8.d: Likewise. + 2011-04-18 Alan Modra <amodra@gmail.com> * ld-plugin/plugin-7.d: Adjust for plugin changes. diff --git a/ld/testsuite/ld-plugin/plugin-7.d b/ld/testsuite/ld-plugin/plugin-7.d index ba0ed94..04f4139 100644 --- a/ld/testsuite/ld-plugin/plugin-7.d +++ b/ld/testsuite/ld-plugin/plugin-7.d @@ -26,6 +26,6 @@ hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED hook called: claim_file tmpdir/text.o \[@0/.* not claimed #... hook called: all symbols read. -`func' referenced in section `\.text' of tmpdir/main.o: defined in discarded section .* +`func' referenced in section `\.text.*' of tmpdir/main.o: defined in discarded section .* hook called: cleanup. #... diff --git a/ld/testsuite/ld-plugin/plugin-8.d b/ld/testsuite/ld-plugin/plugin-8.d index 8411c31..003537c 100644 --- a/ld/testsuite/ld-plugin/plugin-8.d +++ b/ld/testsuite/ld-plugin/plugin-8.d @@ -30,6 +30,6 @@ hook called: claim_file tmpdir/text.o \[@0/.* not claimed hook called: all symbols read. Sym: '_?func' Resolution: LDPR_PREVAILING_DEF Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY -`func' referenced in section `\.text' of tmpdir/main.o: defined in discarded section .* +`func' referenced in section `\.text.*' of tmpdir/main.o: defined in discarded section .* hook called: cleanup. #... |