aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorSriraman Tallam <tmsriram@google.com>2013-02-11 19:36:56 +0000
committerSriraman Tallam <tmsriram@google.com>2013-02-11 19:36:56 +0000
commitf5c033f1f3d7534aa9513c49a89d97ef0bd1cac3 (patch)
treedab309ea035a88d20939ce8b189c2d6261a0822b /include/ChangeLog
parent476366af6902bb771f71dd4746632bc466b65ddb (diff)
downloadgdb-f5c033f1f3d7534aa9513c49a89d97ef0bd1cac3.zip
gdb-f5c033f1f3d7534aa9513c49a89d97ef0bd1cac3.tar.gz
gdb-f5c033f1f3d7534aa9513c49a89d97ef0bd1cac3.tar.bz2
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.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index b34099b..a7b145e 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-11 Sriraman Tallam <tmsriram@google.com>
+
+ * plugin-api.h (enum ld_plugin_level): Assign integers
+ explicitly for all values.
+
2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
Andrew Jenner <andrew@codesourcery.com>