OSDN Git Service

* config/ia64/hpux.h (NO_IMPLICIT_EXTERN_C): Define.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 May 2005 20:12:07 +0000 (20:12 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 May 2005 20:12:07 +0000 (20:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99362 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/ia64/hpux.h

index 9c7b29c..e38ca34 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-07  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * config/ia64/hpux.h (NO_IMPLICIT_EXTERN_C): Define.
+
 2005-05-07  Hans-Peter Nilsson  <hp@axis.com>
 
        PR target/21441
index 66e3a61..396094f 100644 (file)
@@ -205,3 +205,6 @@ do {                                                                \
 /* Put all *tf routines in libgcc, regardless of long double size.  */
 #undef LIBGCC2_HAS_TF_MODE
 #define LIBGCC2_HAS_TF_MODE 1
+
+/* HP-UX headers are C++-compatible.  */
+#define NO_IMPLICIT_EXTERN_C