diff options
author | Eric Norum <eric.norum@usask.ca> | 2002-04-12 13:35:03 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2002-04-12 13:35:03 +0000 |
commit | 1d80248e2fe0cd6e7f283467867755a778073605 (patch) | |
tree | 0ab5e75bfe564cbfba09652a0d4c9a0fefef0032 /gcc/config/arm | |
parent | fa06ab5c426c2d6a6f3a22799216c5199e617d85 (diff) | |
download | gcc-1d80248e2fe0cd6e7f283467867755a778073605.zip gcc-1d80248e2fe0cd6e7f283467867755a778073605.tar.gz gcc-1d80248e2fe0cd6e7f283467867755a778073605.tar.bz2 |
rtems.h, [...] (*-rtems*): Cleanup pass to move common definitions to config/rtems.h and make the targets...
2002-04-12 Eric Norum <eric.norum@usask.ca>
* 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.
From-SVN: r52225
Diffstat (limited to 'gcc/config/arm')
-rw-r--r-- | gcc/config/arm/rtems-elf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/arm/rtems-elf.h b/gcc/config/arm/rtems-elf.h index 8663768..79da8c9 100644 --- a/gcc/config/arm/rtems-elf.h +++ b/gcc/config/arm/rtems-elf.h @@ -25,6 +25,3 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D__rtems__ -D__ELF__ -Asystem=rtems" - -#undef INVOKE_main - |