]> gcc.gnu.org Git - gcc.git/commitdiff
go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
authorJoel Sherrill <joel@OARcorp.com>
Wed, 25 Mar 1998 00:03:19 +0000 (00:03 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 25 Mar 1998 00:03:19 +0000 (17:03 -0700)
       * config/i386/go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
       * config/i386/rtems.h: Likewise.
       * config/i960/rtems.h: Likewise.
       * config/m68k/rtems.h: Likewise.
       * config/mips/rtems64.h: Likewise.
       * config/pa/rtems.h: Likewise.
       * config/rs6000/rtems.h: Likewise.
       * config/sh/rtems.h: Likewise.
       * config/sparc/rtems.h: Likewise.

From-SVN: r18813

gcc/ChangeLog
gcc/config/i386/go32-rtems.h
gcc/config/i386/rtems.h
gcc/config/i960/rtems.h
gcc/config/m68k/rtems.h
gcc/config/mips/rtems64.h
gcc/config/pa/rtems.h
gcc/config/rs6000/rtems.h
gcc/config/sh/rtems.h
gcc/config/sparc/rtems.h

index 1168dc09e7b6a4631fd2874141ce9b5327beab8d..9485347a1fcc0c0062c1691e7138b9af9bc71e6a 100644 (file)
@@ -1,3 +1,15 @@
+Wed Mar 25 01:06:49 1998  Joel Sherrill (joel@OARcorp.com)
+
+       * config/i386/go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
+       * config/i386/rtems.h: Likewise.
+       * config/i960/rtems.h: Likewise.
+       * config/m68k/rtems.h: Likewise.
+       * config/mips/rtems64.h: Likewise.
+       * config/pa/rtems.h: Likewise.
+       * config/rs6000/rtems.h: Likewise.
+       * config/sh/rtems.h: Likewise.
+       * config/sparc/rtems.h: Likewise.
+
 Wed Mar 25 00:57:26 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * pa.c (emit_move_sequence): If in reload, call find_replacement.
index 99bada61aa6c00fce1ca4cca65f2b7414a9a475f..9ae1998db51d265c487288a25b24ba46d9603767 100644 (file)
@@ -31,5 +31,10 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-Dunix -Di386 -DGO32 -DMSDOS -Drtems -D__rtems__ \
   -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) -Asystem(rtems)"
 
+/* Generate calls to memcpy, memcmp and memset.  */
+#ifndef TARGET_MEM_FUNCTIONS
+#define TARGET_MEM_FUNCTIONS
+#endif
+
 /* end of i386/go32-rtems.h */
 
index b31ceb9f799dd74be9ca3c38863fce7918e336d3..60e6dc7c4197d8fea5e69acacb664d8072688b67 100644 (file)
@@ -26,3 +26,9 @@ Boston, MA 02111-1307, USA.  */
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Di386 -Drtems -D__rtems__ \
    -Asystem(rtems) -Acpu(i386) -Amachine(i386)"
+
+/* Generate calls to memcpy, memcmp and memset.  */
+#ifndef TARGET_MEM_FUNCTIONS
+#define TARGET_MEM_FUNCTIONS
+#endif
+
index 714706859d99317b4bdf92f21c8ffaa46b720a0c..909fc73d5320178d76269df2361c73119f92aaf9 100644 (file)
@@ -26,3 +26,8 @@ Boston, MA 02111-1307, USA.  */
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Di960 -Di80960 -DI960 -DI80960 -Drtems -D__rtems__ \
    -Asystem(rtems) -Acpu(i960) -Amachine(i960)"
+
+/* Generate calls to memcpy, memcmp and memset.  */
+#ifndef TARGET_MEM_FUNCTIONS
+#define TARGET_MEM_FUNCTIONS
+#endif
index 77c02f8e9c85501f16c3d91f09e942aef4dc34d9..20e623e60fb666cb768b351eeab5e98574dcf5b7 100644 (file)
@@ -26,3 +26,8 @@ Boston, MA 02111-1307, USA.  */
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dmc68000 -Drtems -D__rtems__ \
    -Asystem(rtems) -Acpu(mc68000) -Acpu(m68k) -Amachine(m68k)"
+
+/* Generate calls to memcpy, memcmp and memset.  */
+#ifndef TARGET_MEM_FUNCTIONS
+#define TARGET_MEM_FUNCTIONS
+#endif
index 6433ed564987c899aacf568888aa0f5cfd468c6f..a321d0df57668204d68bcf398e3cdb6273804d87 100644 (file)
@@ -26,3 +26,8 @@ Boston, MA 02111-1307, USA.  */
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dmips -DMIPSEB -DR4000 -D_mips -D_MIPSEB -D_R4000 \
    -Drtems -D__rtems__ -Asystem(rtems)"
+
+/* Generate calls to memcpy, memcmp and memset.  */
+#ifndef TARGET_MEM_FUNCTIONS
+#define TARGET_MEM_FUNCTIONS
+#endif
index eebfd4f5cc17d79d65b442487e8e59b09e62c63e..a0d5b7a94700592e2ad7d648b25f1197355fb4c5 100644 (file)
@@ -24,3 +24,8 @@ Boston, MA 02111-1307, USA.  */
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dhppa -DPWB -Acpu(hppa) -Amachine(hppa) \
    -Drtems -D__rtems__ -Asystem(rtems)"
+
+/* Generate calls to memcpy, memcmp and memset.  */
+#ifndef TARGET_MEM_FUNCTIONS
+#define TARGET_MEM_FUNCTIONS
+#endif
index c00c5ad7704c530bb9ccb947d595aae978866f96..83073b072e7711f94019bf1fd9c3d0a372b30a5a 100644 (file)
@@ -27,4 +27,9 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-DPPC -Drtems -D__rtems__ \
    -Asystem(rtems) -Acpu(powerpc) -Amachine(powerpc)"
 
-/* end of powerpc-rtems.h */
+/* Generate calls to memcpy, memcmp and memset.  */
+#ifndef TARGET_MEM_FUNCTIONS
+#define TARGET_MEM_FUNCTIONS
+#endif
+
+/* end of rs6000/rtems.h */
index f35f734d13bddf1a0e80111699992c1e4823207c..1b2242bf0a4b6842aaa270280ffac26583d9cb14 100644 (file)
@@ -26,3 +26,8 @@ Boston, MA 02111-1307, USA.  */
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-D__sh__ -D__ELF__ -Drtems -D__rtems__ \
   -Asystem(rtems) -Acpu(sh) -Amachine(sh)"
+
+/* Generate calls to memcpy, memcmp and memset.  */
+#ifndef TARGET_MEM_FUNCTIONS
+#define TARGET_MEM_FUNCTIONS
+#endif
index 55b7779818a3e2bee18927ef4d2bcbf1d1db3ec7..1ab0a4216fd927e800897ca2a10d7896125e23ed 100644 (file)
@@ -26,3 +26,10 @@ Boston, MA 02111-1307, USA.  */
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dsparc -D__GCC_NEW_VARARGS__ -Drtems -D__rtems__ \
   -Asystem(rtems) -Acpu(sparc) -Amachine(sparc)"
+
+/* Generate calls to memcpy, memcmp and memset.  */
+#ifndef TARGET_MEM_FUNCTIONS
+#define TARGET_MEM_FUNCTIONS
+#endif
+
+/* end of sparc/rtems.h */
This page took 0.094679 seconds and 5 git commands to generate.