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/include ChangeLog plugin-api.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	tmsriram@sourceware.org	2013-02-11 19:36:56

Modified files:
	include        : ChangeLog plugin-api.h 

Log message:
	This patch assigns explicit integers to enum values corresponding
	to the plugin API.  This patch helps preventing problems while
	cherry-picking plugin-api.h changes from trunk gold to local branches.
	For instance, a linker plugin compiled with a cherry-picked
	plugin-api.h header with some enum values missing will behave
	strangely when used with a linker built with the up to date header.
	
	* plugin-api.h (enum ld_plugin_level): Assign integers
	explicitly for all values.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/ChangeLog.diff?cvsroot=src&r1=1.604&r2=1.605
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/plugin-api.h.diff?cvsroot=src&r1=1.20&r2=1.21


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