diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-02-16 08:37:30 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-02-16 08:37:30 -0500 |
commit | 31f3d753965712681c1ac6edfbcf0da62691a04b (patch) | |
tree | e39a416b0ca4ae67e0ee26f5c803e5c45c474f3d | |
parent | 217dcd5da6f727d8c831e5af04951ea96e4baacf (diff) | |
download | gcc-31f3d753965712681c1ac6edfbcf0da62691a04b.zip gcc-31f3d753965712681c1ac6edfbcf0da62691a04b.tar.gz gcc-31f3d753965712681c1ac6edfbcf0da62691a04b.tar.bz2 |
Don't include a29k.h.
From-SVN: r11283
-rw-r--r-- | gcc/config/a29k/unix.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/config/a29k/unix.h b/gcc/config/a29k/unix.h index f299d10..f05f258 100644 --- a/gcc/config/a29k/unix.h +++ b/gcc/config/a29k/unix.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for AMD Am29000 CPU, Unix. - Copyright (C) 1991, 1993, 1994 Free Software Foundation, Inc. + Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GNU CC. @@ -20,10 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* This is mostly the same as a29k.h, except that we define unix instead of - EPI and define unix-style machine names. */ - -#include "a29k/a29k.h" +/* We define unix instead of EPI and define unix-style machine names. */ /* Set our default target to be the 29050; that is the more interesting chip for Unix systems. */ |