aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2009-01-15 01:28:14 +0000
committerCary Coutant <ccoutant@google.com>2009-01-15 01:28:14 +0000
commitfa7f3e72292434483fbce576f8613a1af727df6c (patch)
tree17c676050f4cd12f6dc5d22b2fe924328eb62b5a /include/ChangeLog
parent1a4fdb0ad3f543ad84850a8202058735a1e403f6 (diff)
downloadgdb-fa7f3e72292434483fbce576f8613a1af727df6c.zip
gdb-fa7f3e72292434483fbce576f8613a1af727df6c.tar.gz
gdb-fa7f3e72292434483fbce576f8613a1af727df6c.tar.bz2
* plugin-api.h (LDPS_BAD_HANDLE): New constant.
(ld_plugin_get_input_file): New typedef. (ld_plugin_release_input_file): New typedef. (LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE): New constants. (struct ld_plugin_tv): Add two new fields.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index d9fae82..ccfc776 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-01 Cary Coutant <ccoutant@google.com>
+
+ * plugin-api.h (LDPS_BAD_HANDLE): New constant.
+ (ld_plugin_get_input_file): New typedef.
+ (ld_plugin_release_input_file): New typedef.
+ (LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE): New constants.
+ (struct ld_plugin_tv): Add two new fields.
+
2008-12-23 Jon Beniston <jon@beniston.com>
* dis-asm.h: Add LM32 disassembler function prototype.