aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1994-01-05 05:26:47 +0000
committerRob Savoye <rob@cygnus>1994-01-05 05:26:47 +0000
commitfce98d637f94903901c18d9359aa719342bbd498 (patch)
tree141988bcb3a32a8cba7567afe85a139370699a01 /gas/config
parent5fdb3602a66737e69ca996f31e646e36c1fa842b (diff)
downloadgdb-fce98d637f94903901c18d9359aa719342bbd498.zip
gdb-fce98d637f94903901c18d9359aa719342bbd498.tar.gz
gdb-fce98d637f94903901c18d9359aa719342bbd498.tar.bz2
* config/ho-vsta.h, configure.in, .Sanitize: Add support for VSTa
micro-kernel.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/.Sanitize1
-rw-r--r--gas/config/ho-vsta.h27
2 files changed, 28 insertions, 0 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize
index e502330..cc44d3b 100644
--- a/gas/config/.Sanitize
+++ b/gas/config/.Sanitize
@@ -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
index 0000000..c65fe78
--- /dev/null
+++ b/gas/config/ho-vsta.h
@@ -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 */