diff options
author | Nick Clifton <nickc@redhat.com> | 2017-09-15 14:53:48 +0000 |
---|---|---|
committer | Pedro Alves <palves@gcc.gnu.org> | 2017-09-15 14:53:48 +0000 |
commit | efae2b2f9b70196b6e282a2cebb97b6f00714a36 (patch) | |
tree | 10b852d68885a942e3f6d790a8234d54cdeecf5d /include/ChangeLog | |
parent | 870118b7f139a2477cd16de9d8539946959c5633 (diff) | |
download | gcc-efae2b2f9b70196b6e282a2cebb97b6f00714a36.tar.gz |
Fix compile time error when using ansidecl.h with an old version of GCC.
include/
2017-07-31 Nick Clifton <nickc@redhat.com>
Binutils PR 21850
* ansidecl.h (OVERRIDE): Protect check of __cplusplus value with
#idef __cplusplus.
From-SVN: r252822
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index c7ce2592979..47035883d3b 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -8,6 +8,12 @@ * simple-object.h (simple_object_copy_lto_debug_sections): New function. +2017-07-31 Nick Clifton <nickc@redhat.com> + + Binutils PR 21850 + * ansidecl.h (OVERRIDE): Protect check of __cplusplus value with + #idef __cplusplus. + 2017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com> * dwarf2.def (DW_IDX_compile_unit, DW_IDX_type_unit, DW_IDX_die_offset) |