aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/rtems.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel@OARcorp.com>1998-03-25 00:03:19 +0000
committerJeff Law <law@gcc.gnu.org>1998-03-24 17:03:19 -0700
commitfe0714d3f35bc8035661ec7ff30380d014112e35 (patch)
tree3e896efaa79dff8c29f0d8832d74b1565e63a383 /gcc/config/sparc/rtems.h
parent428be70231dbdf34a131b9230d327fdd667487d4 (diff)
downloadgcc-fe0714d3f35bc8035661ec7ff30380d014112e35.zip
gcc-fe0714d3f35bc8035661ec7ff30380d014112e35.tar.gz
gcc-fe0714d3f35bc8035661ec7ff30380d014112e35.tar.bz2
go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
* 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
Diffstat (limited to 'gcc/config/sparc/rtems.h')
-rw-r--r--gcc/config/sparc/rtems.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/sparc/rtems.h b/gcc/config/sparc/rtems.h
index 55b7779..1ab0a42 100644
--- a/gcc/config/sparc/rtems.h
+++ b/gcc/config/sparc/rtems.h
@@ -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 */