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.
This commit is contained in:
H.J. Lu 2011-04-18 21:45:37 +00:00
parent dc204beb8b
commit 86942c28f6
3 changed files with 8 additions and 2 deletions

View File

@ -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.

View File

@ -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.
#...

View File

@ -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.
#...