diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-18 14:14:11 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-18 14:14:11 -0400 |
commit | 6d4497f135b51ee05f19eb2ee5c828e37de52752 (patch) | |
tree | dd661dfc860ef0de5ad5215b8042c88fb201597c | |
parent | 554411b4d611301d0b70d958f85a04ca170f66b7 (diff) | |
download | gcc-6d4497f135b51ee05f19eb2ee5c828e37de52752.zip gcc-6d4497f135b51ee05f19eb2ee5c828e37de52752.tar.gz gcc-6d4497f135b51ee05f19eb2ee5c828e37de52752.tar.bz2 |
No longer include i960-coff.h.
From-SVN: r12031
-rw-r--r-- | gcc/config/i960/vx960-coff.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gcc/config/i960/vx960-coff.h b/gcc/config/i960/vx960-coff.h index 74b1b66..3e12bbe 100644 --- a/gcc/config/i960/vx960-coff.h +++ b/gcc/config/i960/vx960-coff.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Vxworks i960 version. - Copyright (C) 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -18,11 +18,8 @@ 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. */ -/* This file just exists to give specs for the 960 running on VxWorks. */ - -#include "i960/i960-coff.h" - -/* VxWorks does all the library stuff itself. */ +/* This file just exists to give specs for the 960 running on VxWorks. + VxWorks does all the library stuff itself. */ #undef LIB_SPEC #define LIB_SPEC "" |