diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-05 07:10:35 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-05 07:10:35 +0000 |
commit | 85abd4b7a65bf2da35b1444f59599000765c3b5e (patch) | |
tree | 0f92bd8e2f9f0c715187aa6842dd8e59584e8150 /gcc/config/rs6000/rtems.h | |
parent | f5ce8a6d0b4c7c9eff54499f98e74413fa28038b (diff) | |
download | gcc-85abd4b7a65bf2da35b1444f59599000765c3b5e.tar.gz |
* configure.in (m68*-*-rtemscoff*): New target, formal name for
old m68*-*-rtems*.
(m68*-*-rtemself*): New target.
(mips64orion-*-rtems*): Remove duplicate definition of tm_file.
(sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
(sparc*-*-rtemself*): New target.
(sparc*-*-rtems*): Now elf not a.out.
* config/i386/rtems.h: Include config/rtems.h.
* config/i386/rtemself.h: Include config/rtems.h.
* config/i960/rtems.h: Include config/rtems.h.
* config/m68k/rtems.h: Include config/rtems.h.
* config/m68k/rtemself.h: Include config/rtems.h.
* config/mips/rtems64.h: Include config/rtems.h.
* config/pa/rtems.h: Include config/rtems.h.
* config/rs6000/rtems.h: Include config/rtems.h.
* config/sh/rtems.h: Include config/rtems.h.
* config/sh/rtemself.h: Include config/rtems.h.
* config/sparc/rtems.h: Include config/rtems.h.
* config/sparc/rtemself.h: Include config/rtems.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31231 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/rtems.h')
-rw-r--r-- | gcc/config/rs6000/rtems.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/rs6000/rtems.h b/gcc/config/rs6000/rtems.h index bf14072f0d3..1215c7283e3 100644 --- a/gcc/config/rs6000/rtems.h +++ b/gcc/config/rs6000/rtems.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting a PowerPC using elf. - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc. Contributed by Joel Sherrill (joel@OARcorp.com). This file is part of GNU CC. @@ -35,4 +35,5 @@ Boston, MA 02111-1307, USA. */ #undef STARTFILE_DEFAULT_SPEC #define STARTFILE_DEFAULT_SPEC "crt0.o%s" -/* end of rs6000/rtems.h */ +/* Get machine-independent configuration parameters for RTEMS. */ +#include <rtems.h> |