OSDN Git Service

* config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New.
[pf3gnuchains/gcc-fork.git] / gcc / config / mips / rtems64.h
index d4d8ac0..aedb02a 100644 (file)
@@ -1,6 +1,5 @@
-/* Definitions for rtems targetting a MIPS ORION using ecoff.
-
-   Copyright (C) 1996 Free Software Foundation, Inc.
+/* Definitions for rtems targeting a MIPS ORION using ecoff.
+   Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
    Contributed by Joel Sherrill (joel@OARcorp.com).
 
 This file is part of GNU CC.
@@ -20,12 +19,29 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#include "mips/elforion.h"
-
 /* Specify predefined symbols in preprocessor.  */
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dmips -DMIPSEB -DR4000 -D_mips -D_MIPSEB -D_R4000 \
-   -Drtems -D__rtems__ -Asystem(rtems)"
+   -Drtems -D__rtems__ -Asystem=rtems"
+
+/* Generate calls to memcpy, memcmp and memset.  */
+#ifndef TARGET_MEM_FUNCTIONS
+#define TARGET_MEM_FUNCTIONS
+#endif
+
+#undef EXTRA_SECTIONS
+#define EXTRA_SECTIONS in_sdata, in_rdata
+
+#undef EXTRA_SECTION_FUNCTIONS
+#define EXTRA_SECTION_FUNCTIONS                                         \
+  SECTION_FUNCTION_TEMPLATE(sdata_section, in_sdata, SDATA_SECTION_ASM_OP) \
+  SECTION_FUNCTION_TEMPLATE(rdata_section, in_rdata, RDATA_SECTION_ASM_OP)
+
+#undef STARTFILE_SPEC
+#undef ENDFILE_SPEC
+
+/*  End of undefines to turn off .ctor/.dtor section support */
 
-/* end of rtems64.h */
+/* Get machine-independent configuration parameters for RTEMS.  */
+#include <rtems.h>