diff options
author | Joseph Myers <joseph@codesourcery.com> | 2005-05-07 21:12:07 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2005-05-07 21:12:07 +0100 |
commit | bdeb7efa696d7677ae878bcc88cef0a7377f71c9 (patch) | |
tree | cc43f085e16ec91bd9e936f1e201f7a65f27ea8c | |
parent | 3ad65c8e5fd46e853b64dfc2e8fa2f341dc84021 (diff) | |
download | gcc-bdeb7efa696d7677ae878bcc88cef0a7377f71c9.zip gcc-bdeb7efa696d7677ae878bcc88cef0a7377f71c9.tar.gz gcc-bdeb7efa696d7677ae878bcc88cef0a7377f71c9.tar.bz2 |
* config/ia64/hpux.h (NO_IMPLICIT_EXTERN_C): Define.
From-SVN: r99362
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ia64/hpux.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c7b29c..e38ca34 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index 66e3a61..396094f 100644 --- a/gcc/config/ia64/hpux.h +++ b/gcc/config/ia64/hpux.h @@ -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 |