diff options
author | Pedro Alves <palves@redhat.com> | 2015-02-19 22:44:44 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-02-19 22:44:44 +0000 |
commit | 07df97c8578023d1c9313bcec8aceef14de3e90b (patch) | |
tree | ccb2434d3db83749c2046efb807160b6647f027d /include/ChangeLog | |
parent | ffdf88ecd798f111b18060e6394b040a1accf7fb (diff) | |
download | gdb-07df97c8578023d1c9313bcec8aceef14de3e90b.zip gdb-07df97c8578023d1c9313bcec8aceef14de3e90b.tar.gz gdb-07df97c8578023d1c9313bcec8aceef14de3e90b.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".
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 606ed90..cdce0a8 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-14 Alan Modra <amodra@gmail.com> PR ld/17973 |