diff options
-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 */ + + + + + |