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/xscale-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/xscale-elf.h')
-rw-r--r-- | gcc/config/arm/xscale-elf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/arm/xscale-elf.h b/gcc/config/arm/xscale-elf.h index 3718d111c9d..72615dac9e4 100644 --- a/gcc/config/arm/xscale-elf.h +++ b/gcc/config/arm/xscale-elf.h @@ -1,5 +1,5 @@ /* Definitions for XScale architectures using ELF - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. Contributed by Catherine Moore <clm@cygnus.com> This file is part of GNU CC. @@ -34,5 +34,3 @@ Boston, MA 02111-1307, USA. */ #define MULTILIB_DEFAULTS \ { "mlittle-endian", "mno-thumb-interwork", "marm" } #endif - -#include "unknown-elf.h" |