]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
linux.h (NO_IMPLICIT_EXTERN_C): Define.
authorAndreas Jaeger <aj@suse.de>
Thu, 9 Mar 2000 19:38:52 +0000 (20:38 +0100)
committerGavin Romig-Koch <gavin@gcc.gnu.org>
Thu, 9 Mar 2000 19:38:52 +0000 (19:38 +0000)
* config/mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
(TARGET_MEM_FUNCTIONS): Define.

From-SVN: r32451

gcc/ChangeLog
gcc/config/mips/linux.h

index ac1168f241f6c30e47568411966a5331c5de673d..ed6a6212b2eb35b0e38fcce0739ea71e346e78d1 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-09  Andreas Jaeger  <aj@suse.de>
+
+       * config/mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
+       (TARGET_MEM_FUNCTIONS): Define.
+
 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
 
        * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
index 9641c02dcad260ba370ce8583698fa8e1719ffd4..1b432d61b69e076b9c154a0e617d0726fd2fa480 100644 (file)
@@ -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