diff options
| author | ccoutant <ccoutant@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-26 23:32:13 +0000 |
|---|---|---|
| committer | ccoutant <ccoutant@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-26 23:32:13 +0000 |
| commit | 17f036adb68e635c0e7221cc583df42d567475ca (patch) | |
| tree | ba5708f4f1b3afdacb08a80b7c1c07c38a298d1e /include/ChangeLog | |
| parent | 3329144ee9213f47f0daba96531a02f030296661 (diff) | |
| download | ppe42-gcc-17f036adb68e635c0e7221cc583df42d567475ca.tar.gz ppe42-gcc-17f036adb68e635c0e7221cc583df42d567475ca.zip | |
PR lto/47247
* plugin-api.h (enum ld_plugin_symbol_resolution): Add
LDPR_PREVAILING_DEF_IRONLY_EXP.
(enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179220 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ChangeLog')
| -rw-r--r-- | include/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 63feb8356ce..3cc89960688 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,10 @@ +2011-09-26 Cary Coutant <ccoutant@google.com> + + PR lto/47247 + * plugin-api.h (enum ld_plugin_symbol_resolution): Add + LDPR_PREVAILING_DEF_IRONLY_EXP. + (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2. + 2011-09-23 Cary Coutant <ccoutant@google.com> PR 40831 |

