diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-02 21:19:36 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-02 21:19:36 +0000 |
commit | 0dbd1c7442aeabc3e63daf6f70f8fb136f0cf38e (patch) | |
tree | 46fe768360493f03f7282d07762e7b26c292aabd /gcc/config/m88k | |
parent | 638d2d6c66cb82345c84b92a46ebf9445c56204c (diff) | |
download | gcc-0dbd1c7442aeabc3e63daf6f70f8fb136f0cf38e.tar.gz |
Update mainline egcs to gcc2 snapshot 971021.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16278 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m88k')
-rw-r--r-- | gcc/config/m88k/dolph.h | 2 | ||||
-rw-r--r-- | gcc/config/m88k/m88k.c | 3 | ||||
-rw-r--r-- | gcc/config/m88k/sysv3.h | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/gcc/config/m88k/dolph.h b/gcc/config/m88k/dolph.h index 1ebeaf76cdb..bd772273d3f 100644 --- a/gcc/config/m88k/dolph.h +++ b/gcc/config/m88k/dolph.h @@ -1,7 +1,7 @@ /* Definitions of target machine for GNU compiler. Motorola m88100 running the Dolphin UNIX System V/88 Release 3.2, Version 3.8/7.83 and 3.6/5.86 - Copyright (C) 1992, 1993 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1997 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/config/m88k/m88k.c b/gcc/config/m88k/m88k.c index 71457958fa6..2fd082475dd 100644 --- a/gcc/config/m88k/m88k.c +++ b/gcc/config/m88k/m88k.c @@ -20,13 +20,14 @@ 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. */ +#include "config.h" + #include <stdio.h> #include <sys/types.h> #include <time.h> #include <ctype.h> #include "assert.h" -#include "config.h" #include "rtl.h" #include "regs.h" #include "hard-reg-set.h" diff --git a/gcc/config/m88k/sysv3.h b/gcc/config/m88k/sysv3.h index 7fe4f9d3be6..ef351897398 100644 --- a/gcc/config/m88k/sysv3.h +++ b/gcc/config/m88k/sysv3.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. Motorola m88100 running the AT&T/Unisoft/Motorola V.3 reference port. - Copyright (C) 1990, 1991 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1997 Free Software Foundation, Inc. Contributed by Ray Essick (ressick@mot.com) Enhanced by Tom Wood (Tom_Wood@NeXT.com) |