diff options
author | Cary Coutant <ccoutant@google.com> | 2009-01-15 01:28:14 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2009-01-15 01:28:14 +0000 |
commit | 9c60088a81366f8e4e4f9c4c89731f79fe1937e0 (patch) | |
tree | 00cb5083074e29b9503ec9beba50175ccc7012ed /include/ChangeLog | |
parent | 4eff98a240c8f061c060eb3d90f867732d0c3dc8 (diff) | |
download | cygnal-9c60088a81366f8e4e4f9c4c89731f79fe1937e0.tar.gz cygnal-9c60088a81366f8e4e4f9c4c89731f79fe1937e0.tar.bz2 cygnal-9c60088a81366f8e4e4f9c4c89731f79fe1937e0.zip |
* 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/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index d9fae8232..ccfc77665 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. |