diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-14 10:19:30 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-14 10:19:30 +0000 |
commit | a9acd81a68caccd25639017b16f7e596d908bae4 (patch) | |
tree | 67a55c32ca6ec7ae816c669c07683e6f35b787f2 /gcc/config/arm/rtems-elf.h | |
parent | 49e08d12ee3cc8ebb6fce3082a4a4fb97e0756fb (diff) | |
download | gcc-a9acd81a68caccd25639017b16f7e596d908bae4.tar.gz |
Rearrange arm/elf header files
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45594 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/rtems-elf.h')
-rw-r--r-- | gcc/config/arm/rtems-elf.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gcc/config/arm/rtems-elf.h b/gcc/config/arm/rtems-elf.h index 23a1a3201db..954f72b9882 100644 --- a/gcc/config/arm/rtems-elf.h +++ b/gcc/config/arm/rtems-elf.h @@ -1,5 +1,5 @@ /* Definitions for RTEMS based ARM systems using ELF - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2001 Free Software Foundation, Inc. This file is part of GNU CC. @@ -19,19 +19,15 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Run-time Target Specification. */ +#undef TARGET_VERSION #define TARGET_VERSION fputs (" (ARM/ELF RTEMS)", stderr); #define HAS_INIT_SECTION -#include "unknown-elf.h" - -#undef CPP_PREDEFINES +#undef CPP_PREDEFINES #define CPP_PREDEFINES "-Darm -Darm_elf -Drtems -D__rtems__ -D__ELF__ \ -Asystem(rtems) -Acpu(arm) -Amachine(arm)" /*#undef INVOKE_main*/ -/* Get machine-independent configuration parameters for RTEMS. */ -#include <rtems.h> - |