aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <cgf@gcc.gnu.org>2002-02-03 20:58:51 +0000
committerChristopher Faylor <cgf@gcc.gnu.org>2002-02-03 20:58:51 +0000
commit3b56934fb9a09d914aa94606a8db6b6ba3e901b5 (patch)
treeefafcc7501e369c80b7d9e3f751e7c36d740fcb6 /gcc/ChangeLog
parent2fd95d71b42381aaf0d924dde3358f87dfd1824c (diff)
downloadgcc-3b56934fb9a09d914aa94606a8db6b6ba3e901b5.zip
gcc-3b56934fb9a09d914aa94606a8db6b6ba3e901b5.tar.gz
gcc-3b56934fb9a09d914aa94606a8db6b6ba3e901b5.tar.bz2
gthr-win32.h: Protect against conflicting typedef for BOOL in windows headers and libobjc headers.
* gthr-win32.h: Protect against conflicting typedef for BOOL in windows headers and libobjc headers. * gthr-win32.h (__mingwthr_key_dtor): Use extern "C" linkage for C++. (_mingw.h): Remove duplicate include. From-SVN: r49465
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4b3d726..268c9b9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2001-02-03 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * gthr-win32.h: Protect against conflicting typedef for BOOL in windows
+ headers and libobjc headers.
+
+2002-02-03 Mumit Khan <khan@nanotech.wisc.edu>
+
+ * gthr-win32.h (__mingwthr_key_dtor): Use extern "C" linkage for C++.
+ (_mingw.h): Remove duplicate include.
+
2002-02-03 Jason Thorpe <thorpej@wasabisystems.com>
* config.gcc: Set cpu_type to m68k for 68010, as well.