From fbeb7d1a16f4d38396840172aa4ced036d3c49d3 Mon Sep 17 00:00:00 2001 From: joel Date: Fri, 12 Apr 2002 13:35:03 +0000 Subject: 2002-04-12 Eric Norum * config/rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h, config/c4x/rtems.h, config/h8300/rtems.h, config/i386/rtems.h, config/i386/rtemself.h, config/i960/rtems.h, config/m68k/rtems.h, config/m68k/rtemself.h, config/mips/rtems.h, config/mips/rtems64.h, config/pa/rtems.h, config/rs6000/rtems.h, config/sh/rtems.h, config/sh/rtemself.h, config/sparc/rtems.h, config/sparc/rtemself.h, config/v850/rtems.h (*-rtems*): Cleanup pass to move common definitions to config/rtems.h and make the targets more similar. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52225 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/i386/rtemself.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'gcc/config/i386/rtemself.h') diff --git a/gcc/config/i386/rtemself.h b/gcc/config/i386/rtemself.h index 2ebc517cb1a..7e831b9f73e 100644 --- a/gcc/config/i386/rtemself.h +++ b/gcc/config/i386/rtemself.h @@ -21,20 +21,11 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ +#include + #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D__rtems__ -Asystem=rtems \ -D__ELF__ -D__i386__ -D__USE_INIT_FINI__" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %{msoft-float:-D_SOFT_FLOAT}" - -#undef STARTFILE_SPEC -#define STARTFILE_SPEC "crt0.o%s crti.o%s crtbegin.o%s" - -#undef ENDFILE_SPEC -#define ENDFILE_SPEC "crtend.o%s crtn.o%s" - -/* Generate calls to memcpy, memcmp and memset. */ -#ifndef TARGET_MEM_FUNCTIONS -#define TARGET_MEM_FUNCTIONS -#endif -- cgit v1.2.1