This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/ld ChangeLog ldmain.c plugin.c plugin.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	hjl@sourceware.org	2010-12-06 12:44:51

Modified files:
	ld             : ChangeLog ldmain.c plugin.c plugin.h 

Log message:
	Call xatexit with plugin_call_cleanup.
	
	2010-12-06  H.J. Lu  <hongjiu.lu@intel.com>
	Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
	
	PR ld/12289
	* ldmain.c (main): Don't call plugin_call_cleanup.
	
	* plugin.c (plugin_call_cleanup): Make it static.
	(message): Don't call plugin_call_cleanup.
	(plugin_load_plugins): Call xatexit with plugin_call_cleanup.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2247&r2=1.2248
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ldmain.c.diff?cvsroot=src&r1=1.146&r2=1.147
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/plugin.c.diff?cvsroot=src&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/plugin.h.diff?cvsroot=src&r1=1.4&r2=1.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]