diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2017-01-31 00:58:47 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2017-01-31 00:58:47 +0000 |
commit | 023721aab10f963e82eee27d732d2397c44af1de (patch) | |
tree | 28d62acca1daac8b19283f49afc7db58a33e47fb /libcc1/ChangeLog | |
parent | fe31d6efd7ec33043ed6bb2e9e55253940861e12 (diff) | |
download | gcc-023721aab10f963e82eee27d732d2397c44af1de.zip gcc-023721aab10f963e82eee27d732d2397c44af1de.tar.gz gcc-023721aab10f963e82eee27d732d2397c44af1de.tar.bz2 |
libcc1 base API version bump
for include/ChangeLog
* gcc-interface.h (enum gcc_base_api_version): Add
GCC_FE_VERSION_1.
for libcc1/ChangeLog
* libcc1.cc (vtable): Update to GCC_FE_VERSION_1.
(gcc_c_fe_context): Accept also GCC_FE_VERSION_1.
From-SVN: r245047
Diffstat (limited to 'libcc1/ChangeLog')
-rw-r--r-- | libcc1/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index 47cc288..e899df3 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,3 +1,8 @@ +2017-01-30 Jan Kratochvil <jan.kratochvil@redhat.com> + + * libcc1.cc (vtable): Update to GCC_FE_VERSION_1. + (gcc_c_fe_context): Accept also GCC_FE_VERSION_1. + 2017-01-17 Jakub Jelinek <jakub@redhat.com> PR other/79046 |