From eb2f8e51ccd79224fb70f55ff40e64f6ec6b07f4 Mon Sep 17 00:00:00 2001 From: Sriraman Tallam Date: Mon, 11 Feb 2013 19:36:56 +0000 Subject: 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. --- include/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/ChangeLog') diff --git a/include/ChangeLog b/include/ChangeLog index b34099b6e..a7b145ee1 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2013-02-11 Sriraman Tallam + + * plugin-api.h (enum ld_plugin_level): Assign integers + explicitly for all values. + 2013-02-06 Sandra Loosemore Andrew Jenner -- cgit v1.2.3