OSDN Git Service

* configure.in (m68*-*-rtemscoff*): New target, formal name for
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / rtems.h
index 99c817a..07eaa71 100644 (file)
@@ -1,6 +1,5 @@
-/* Definitions for rtems targetting an Intel i386 using coff.
-
-   Copyright (C) 1996 Free Software Foundation, Inc.
+/* Definitions for rtems targeting an Intel i386 using coff.
+   Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
    Contributed by Joel Sherrill (joel@OARcorp.com).
 
 This file is part of GNU CC.
@@ -28,4 +27,12 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-Di386 -Drtems -D__rtems__ \
    -Asystem(rtems) -Acpu(i386) -Amachine(i386)"
 
-/* end of i386-rtems.h */
+/* Generate calls to memcpy, memcmp and memset.  */
+#ifndef TARGET_MEM_FUNCTIONS
+#define TARGET_MEM_FUNCTIONS
+#endif
+
+/* Get machine-independent configuration parameters for RTEMS.  */
+#include <rtems.h>
+
+/* end of i386/rtems.h */