diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-18 14:17:44 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-18 14:17:44 -0400 |
commit | bb431b7a6c9aa811ff416a4535d6abee8985a48a (patch) | |
tree | 6357d5f4b361cb20af926aea7cf0ec68631b526a | |
parent | d918868e2b8f4987fe8e3ffdf26714c12a250506 (diff) | |
download | gcc-bb431b7a6c9aa811ff416a4535d6abee8985a48a.zip gcc-bb431b7a6c9aa811ff416a4535d6abee8985a48a.tar.gz gcc-bb431b7a6c9aa811ff416a4535d6abee8985a48a.tar.bz2 |
No longer include pdp11.h.
From-SVN: r12033
-rw-r--r-- | gcc/config/pdp11/2bsd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/pdp11/2bsd.h b/gcc/config/pdp11/2bsd.h index 6293da6..3cc97db 100644 --- a/gcc/config/pdp11/2bsd.h +++ b/gcc/config/pdp11/2bsd.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for a PDP with 2BSD - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at). This file is part of GNU CC. @@ -18,8 +18,6 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "pdp11/pdp11.h" - /* This macro generates the assembly code for function entry. */ #undef FUNCTION_PROLOGUE #define FUNCTION_PROLOGUE(FILE, SIZE) \ |