diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-18 14:17:25 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-18 14:17:25 -0400 |
commit | d918868e2b8f4987fe8e3ffdf26714c12a250506 (patch) | |
tree | 8d654e9d3bdae12e6cd2908b540841a25abdae9b /gcc | |
parent | 6d4497f135b51ee05f19eb2ee5c828e37de52752 (diff) | |
download | gcc-d918868e2b8f4987fe8e3ffdf26714c12a250506.zip gcc-d918868e2b8f4987fe8e3ffdf26714c12a250506.tar.gz gcc-d918868e2b8f4987fe8e3ffdf26714c12a250506.tar.bz2 |
No longer include i960.h.
From-SVN: r12032
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i960/vx960.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gcc/config/i960/vx960.h b/gcc/config/i960/vx960.h index 25f4f97..ebf70dc 100644 --- a/gcc/config/i960/vx960.h +++ b/gcc/config/i960/vx960.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Vxworks i960 version. - Copyright (C) 1994 Free Software Foundation, Inc. + Copyright (C) 1994, 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.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 "" |