From fce98d637f94903901c18d9359aa719342bbd498 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Wed, 5 Jan 1994 05:26:47 +0000 Subject: [PATCH] * config/ho-vsta.h, configure.in, .Sanitize: Add support for VSTa micro-kernel. --- gas/ChangeLog | 5 +++++ gas/config/.Sanitize | 1 + gas/config/ho-vsta.h | 27 +++++++++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 gas/config/ho-vsta.h 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 */ -- 2.7.4