Bug 12529 - New linker plugin test failures
Summary: New linker plugin test failures
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: ld (show other bugs)
Version: 2.22
: P2 normal
Target Milestone: 2.23
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-01 22:41 UTC by H.J. Lu
Modified: 2023-01-23 16:56 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2011-03-01 22:41:12 UTC
On Linux/x86, this patch:

http://sourceware.org/ml/binutils/2011-02/msg00393.html

caused:

FAIL: load plugin
FAIL: fail plugin onload
FAIL: fail plugin allsymbolsread
FAIL: fail plugin cleanup
FAIL: plugin all hooks
FAIL: plugin claimfile lost symbol
FAIL: plugin claimfile replace symbol
FAIL: plugin claimfile resolve symbol
FAIL: plugin claimfile replace file
FAIL: plugin set symbol visibility
FAIL: plugin ignore lib
FAIL: plugin claimfile replace lib
Comment 1 Sourceware Commits 2011-03-01 22:55:39 UTC
CVSROOT:	/cvs/src
Module name:	src
Changes by:	hjl@sourceware.org	2011-03-01 22:55:35

Modified files:
	ld             : ChangeLog testplug.c 

Log message:
	Don't use filename_cmp in plugin test DSO.
	
	2011-03-01  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR ld/12529
	* testplug.c: Don't include "filenames.h".
	(onclaim_file): Don't use filename_cmp.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2287&r2=1.2288
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testplug.c.diff?cvsroot=src&r1=1.3&r2=1.4
Comment 2 H.J. Lu 2023-01-23 16:56:05 UTC
Fixed.