diff options
author | Steve Chamberlain <sac@cygnus> | 1994-08-08 23:37:38 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-08-08 23:37:38 +0000 |
commit | 79b3ad47253e428a21a1daa5a07bb64e9f3002a5 (patch) | |
tree | c9b060729a44caec47a5a4ef52365e2b37de5048 /gas | |
parent | ac2068375f4e37bd1976fb34595a28cdd6fdfa68 (diff) | |
download | gdb-79b3ad47253e428a21a1daa5a07bb64e9f3002a5.zip gdb-79b3ad47253e428a21a1daa5a07bb64e9f3002a5.tar.gz gdb-79b3ad47253e428a21a1daa5a07bb64e9f3002a5.tar.bz2 |
Fix copyright.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/ho-go32.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gas/config/ho-go32.h b/gas/config/ho-go32.h index c65fe78..48704ec 100644 --- a/gas/config/ho-go32.h +++ b/gas/config/ho-go32.h @@ -1,5 +1,5 @@ -/* ho-i386.h i386 specific header file. - Copyright (C) 1987, 1991 Free Software Foundation, Inc. +/* ho-go32.h i386 specific header file. + Copyright (C) 1994 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define HO_I386 1 +#define HO_GO32 1 #include "fopen-bin.h" @@ -25,3 +25,8 @@ extern void free (); extern void *malloc (); /* end of ho-go32.h */ + + + + + |