diff options
author | Pedro Alves <palves@redhat.com> | 2015-02-19 12:18:45 +0000 |
---|---|---|
committer | Pedro Alves <palves@gcc.gnu.org> | 2015-02-19 12:18:45 +0000 |
commit | 49d8897995ee841fa8269bc099035c3ac8fa576c (patch) | |
tree | 3a4209bd6aa9da2a72d364ca8b414a70ac1a53b4 /include/ChangeLog | |
parent | 4cfe4a12748012881f26a8a655d68f80c7eee7b7 (diff) | |
download | gcc-49d8897995ee841fa8269bc099035c3ac8fa576c.zip gcc-49d8897995ee841fa8269bc099035c3ac8fa576c.tar.gz gcc-49d8897995ee841fa8269bc099035c3ac8fa576c.tar.bz2 |
floatformat.h: Wrap in extern "C"
Just like libiberty.h. So that C++ programs, such as GDB when built
as a C++ program, can use it.
include/ChangeLog:
2015-02-19 Pedro Alves <palves@redhat.com>
* floatformat.h [__cplusplus]: Wrap in extern "C".
From-SVN: r220812
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index dab727f..689873b 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2015-02-19 Pedro Alves <palves@redhat.com> + + * floatformat.h [__cplusplus]: Wrap in extern "C". + 2015-02-04 Jakub Jelinek <jakub@redhat.com> * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03 |