From: Andreas Jaeger Date: Thu, 9 Mar 2000 19:38:52 +0000 (+0100) Subject: linux.h (NO_IMPLICIT_EXTERN_C): Define. X-Git-Tag: prereleases/libstdc++-2.92~7770 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb8b62b1a2faad38bce0b51d1c9c3c31fc443df8;p=thirdparty%2Fgcc.git linux.h (NO_IMPLICIT_EXTERN_C): Define. * config/mips/linux.h (NO_IMPLICIT_EXTERN_C): Define. (TARGET_MEM_FUNCTIONS): Define. From-SVN: r32451 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ac1168f241f6..ed6a6212b2eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-03-09 Andreas Jaeger + + * config/mips/linux.h (NO_IMPLICIT_EXTERN_C): Define. + (TARGET_MEM_FUNCTIONS): Define. + 2000-03-09 Jason Merrill * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int. diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index 9641c02dcad2..1b432d61b69e 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -40,6 +40,12 @@ Boston, MA 02111-1307, USA. */ #undef DEFAULT_VTABLE_THUNKS #define DEFAULT_VTABLE_THUNKS 1 +/* Don't assume anything about the header files. */ +#define NO_IMPLICIT_EXTERN_C + +/* Generate calls to memcpy, etc., not bcopy, etc. */ +#define TARGET_MEM_FUNCTIONS + /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES #if TARGET_ENDIAN_DEFAULT == 0