aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/.Sanitize1
-rw-r--r--gas/config/ho-vsta.h27
3 files changed, 33 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ef41313..e2bac3b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
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 */