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 ld.texinfo lexsup.c plugin.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	hjl@sourceware.org	2011-03-04 23:44:02

Modified files:
	ld             : ChangeLog ld.texinfo lexsup.c plugin.c plugin.h 

Log message:
	Report plugin symbols for --verbose=N.
	
	2011-03-04  H.J. Lu  <hongjiu.lu@intel.com>
	
	* ld.texinfo: Document --verbose[=NUMBER].
	
	* lexsup.c (ld_options): Update --verbose.
	(parse_args): Set report_plugin_symbols.
	
	* plugin.c (report_plugin_symbols): New.
	(get_symbols): Report plugin symbols if report_plugin_symbols
	is TRUE.
	
	* plugin.h (report_plugin_symbols): New.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2288&r2=1.2289
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ld.texinfo.diff?cvsroot=src&r1=1.272&r2=1.273
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/lexsup.c.diff?cvsroot=src&r1=1.123&r2=1.124
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/plugin.c.diff?cvsroot=src&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/plugin.h.diff?cvsroot=src&r1=1.6&r2=1.7


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