src/include ChangeLog plugin-api.h

tmsriram@sourceware.org tmsriram@sourceware.org
Mon Feb 11 19:36:00 GMT 2013


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



More information about the Binutils-cvs mailing list