diff options
author | DJ Delorie <dj@redhat.com> | 2009-06-01 19:40:32 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-06-01 19:40:32 +0000 |
commit | e941ee1180946f48fe117dca80643d625992860d (patch) | |
tree | 4bd53e8675a6e6b17097658459ecf62f6bb08744 /include/ChangeLog | |
parent | 2838430f1bb75b5ac0ee9758a441948b43afbf86 (diff) | |
download | newlib-e941ee1180946f48fe117dca80643d625992860d.zip newlib-e941ee1180946f48fe117dca80643d625992860d.tar.gz newlib-e941ee1180946f48fe117dca80643d625992860d.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 3b97e9c..93308e8 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,12 @@ +2009-05-31 Ian Lance Taylor <iant@google.com> + + * ansidecl.h: Add extern "C" when compiling with C++. Treat C++ + the way we treat an ISO C compiler. Don't define inline as a + macdro when compiling with C++. + * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C" + when compiling with C++. + * fibheap.h: Add extern "C" when compiling with C++. + 2009-05-25 Tristan Gingold <gingold@adacore.com> * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB, |