diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1997-01-16 20:47:28 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1997-01-16 20:47:28 +0000 |
commit | b8811494b43bfe973f1849238224420a995031d6 (patch) | |
tree | 69a5503603f02b54f31e178d300c6f0455cd8b88 | |
parent | 34bcd7fdece2a572271203af455fc387e5fdac1c (diff) | |
download | gcc-b8811494b43bfe973f1849238224420a995031d6.zip gcc-b8811494b43bfe973f1849238224420a995031d6.tar.gz gcc-b8811494b43bfe973f1849238224420a995031d6.tar.bz2 |
Use eabi.h, not sysv.h
From-SVN: r13499
-rw-r--r-- | gcc/config/rs6000/rtems.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/rtems.h b/gcc/config/rs6000/rtems.h index ff560aa..b252b8f 100644 --- a/gcc/config/rs6000/rtems.h +++ b/gcc/config/rs6000/rtems.h @@ -1,6 +1,6 @@ /* Definitions for rtems targetting a PowerPC using elf. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1997 Free Software Foundation, Inc. Contributed by Joel Sherrill (joel@OARcorp.com). This file is part of GNU CC. @@ -20,7 +20,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "rs6000/sysv4.h" +#include "rs6000/eabi.h" /* Specify predefined symbols in preprocessor. */ |