aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-06-01 19:40:44 +0000
committerDJ Delorie <dj@redhat.com>2009-06-01 19:40:44 +0000
commit52d6785fd97bd443c21c8de17903ec138fe9fa2f (patch)
treec9062715eb093a15b9806db5f2d33184b09d52e7 /include/ChangeLog
parentc141c6961a837a93efb15536de339f466ff2f3b5 (diff)
downloadgdb-52d6785fd97bd443c21c8de17903ec138fe9fa2f.zip
gdb-52d6785fd97bd443c21c8de17903ec138fe9fa2f.tar.gz
gdb-52d6785fd97bd443c21c8de17903ec138fe9fa2f.tar.bz2
merge from gcc
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog9
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,