* config/ho-vsta.h, configure.in, .Sanitize: Add support for VSTa
authorRob Savoye <rob@cygnus>
Wed, 5 Jan 1994 05:26:47 +0000 (05:26 +0000)
committerRob Savoye <rob@cygnus>
Wed, 5 Jan 1994 05:26:47 +0000 (05:26 +0000)
micro-kernel.

gas/ChangeLog
gas/config/.Sanitize
gas/config/ho-vsta.h [new file with mode: 0644]

index ef41313..e2bac3b 100644 (file)
@@ -5,6 +5,11 @@ Tue Jan  4 15:12:43 1994  Stan Shebs  (shebs@andros.cygnus.com)
        * app.c, flonum.h, hex-value.c (const): Change #if to be more
        portable.
 
+Tue Jan  4 22:11:34 1994  Rob Savoye  (rob@darkstar.cygnus.com)
+
+        * config/ho-vsta.h, configure.in, .Sanitize: Add support for VSTa
+        micro-kernel.
+
 Thu Dec 30 15:27:16 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * write.c (write_relocs): bfd_perform_relocation now takes an
index e502330..cc44d3b 100644 (file)
@@ -56,6 +56,7 @@ ho-sun4.h
 ho-sunos.h
 ho-sysv.h
 ho-vax.h
+ho-vsta.h
 ho-vms.h
 i386coff.mt
 m68k.mt
diff --git a/gas/config/ho-vsta.h b/gas/config/ho-vsta.h
new file mode 100644 (file)
index 0000000..c65fe78
--- /dev/null
@@ -0,0 +1,27 @@
+/* ho-i386.h  i386 specific header file.
+   Copyright (C) 1987, 1991 Free Software Foundation, Inc.
+
+This file is part of GAS, the GNU Assembler.
+
+GAS is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GAS is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+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
+
+#include "fopen-bin.h"
+
+extern void free ();
+extern void *malloc ();
+
+/* end of ho-go32.h */