diff options
author | Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | 2001-01-09 20:46:11 +0000 |
---|---|---|
committer | Franz Sirl <sirl@gcc.gnu.org> | 2001-01-09 20:46:11 +0000 |
commit | e556ad197c23631cb6878a2ea8c826a5b314d19d (patch) | |
tree | 8d0c5a3809bfd91eb0c68d02fdc3aab45926bd23 /gcc/config/rs6000/aix3newas.h | |
parent | 46d00fef1d424e814f0a91bab731b74949cde748 (diff) | |
download | gcc-e556ad197c23631cb6878a2ea8c826a5b314d19d.zip gcc-e556ad197c23631cb6878a2ea8c826a5b314d19d.tar.gz gcc-e556ad197c23631cb6878a2ea8c826a5b314d19d.tar.bz2 |
config.gcc (powerpc-*-beos*): Include ${tm_file} and rs6000/aix.h.
2001-01-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* config.gcc (powerpc-*-beos*): Include ${tm_file} and rs6000/aix.h.
(rs6000-ibm-aix3.[01]*): Likewise.
(rs6000-ibm-aix3.2.[456789]*, powerpc-ibm-aix3.2.[456789]*): Likewise.
(rs6000-ibm-aix4.[12]*, powerpc-ibm-aix4.[12]*): Likewise.
(rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Likewise.
(rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
(powerpc-*-sysv*): Include {tm_file}. svr4.h and rs6000/sysv4.h.
(powerpc-*-eabiaix*): Likewise.
(powerpc-*-eabisim*): Likewise.
(powerpc-*-elf*): Likewise.
(powerpc-*-eabi*): Likewise.
(powerpc-*-rtems*): Likewise.
(powerpc-*-linux*libc1): Likewise.
(powerpc-*-linux*): Likewise.
(powerpc-wrs-vxworks*): Likewise.
(powerpcle-wrs-vxworks*): Likewise.
(powerpcle-*-sysv*): Likewise.
(powerpcle-*-elf*): Likewise.
(powerpcle-*-eabisim*): Likewise.
(powerpcle-*-eabi*): Likewise.
(powerpcle-*-solaris2*): Likewise.
* config/rs6000/aix31.h: Delete includes.
* config/rs6000/aix3newas.h: Likewise.
* config/rs6000/aix41.h: Likewise.
* config/rs6000/aix43.h: Likewise.
* config/rs6000/beos.h: Likewise.
* config/rs6000/rtems.h: Likewise.
* config/rs6000/sysv4.h: Likewise.
From-SVN: r38841
Diffstat (limited to 'gcc/config/rs6000/aix3newas.h')
-rw-r--r-- | gcc/config/rs6000/aix3newas.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/rs6000/aix3newas.h b/gcc/config/rs6000/aix3newas.h index f2b9386..bc6dc9b 100644 --- a/gcc/config/rs6000/aix3newas.h +++ b/gcc/config/rs6000/aix3newas.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX version 3.x with the fixed assembler. - Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2000, 2001 Free Software Foundation, Inc. Contributed by Jason Merrill (jason@cygnus.com). This file is part of GNU CC. @@ -21,9 +21,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "rs6000/rs6000.h" -#include "rs6000/aix.h" - /* Tell the assembler to assume that all undefined names are external. */ #undef ASM_SPEC |