mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 17:04:02 +08:00
* config/ho-vsta.h, configure.in, .Sanitize: Add support for VSTa
micro-kernel.
This commit is contained in:
parent
5fdb3602a6
commit
fce98d637f
@ -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
|
* app.c, flonum.h, hex-value.c (const): Change #if to be more
|
||||||
portable.
|
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)
|
Thu Dec 30 15:27:16 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
|
|
||||||
* write.c (write_relocs): bfd_perform_relocation now takes an
|
* write.c (write_relocs): bfd_perform_relocation now takes an
|
||||||
|
@ -56,6 +56,7 @@ ho-sun4.h
|
|||||||
ho-sunos.h
|
ho-sunos.h
|
||||||
ho-sysv.h
|
ho-sysv.h
|
||||||
ho-vax.h
|
ho-vax.h
|
||||||
|
ho-vsta.h
|
||||||
ho-vms.h
|
ho-vms.h
|
||||||
i386coff.mt
|
i386coff.mt
|
||||||
m68k.mt
|
m68k.mt
|
||||||
|
27
gas/config/ho-vsta.h
Normal file
27
gas/config/ho-vsta.h
Normal file
@ -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 */
|
Loading…
Reference in New Issue
Block a user