mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-19 14:34:07 +08:00
* Merge in HPPA/BSD changes from Utah.
* hppa.c: Use this for both HPUX & BSD. * targets.c: Enable hppa_vec for both HPUX & BSD. * config/hppabsd.mt: TDEFINES => TDEFAULTS. * hosts/hppabsd.h: #define HOST_HPPABSD.
This commit is contained in:
parent
66a1aa071e
commit
9a5e3a9ac5
@ -1,3 +1,11 @@
|
||||
Fri Apr 23 16:48:46 1993 Stu Grossman (grossman@cygnus.com)
|
||||
|
||||
* Merge in HPPA/BSD changes from Utah.
|
||||
* hppa.c: Use this for both HPUX & BSD.
|
||||
* targets.c: Enable hppa_vec for both HPUX & BSD.
|
||||
* config/hppabsd.mt: TDEFINES => TDEFAULTS.
|
||||
* hosts/hppabsd.h: #define HOST_HPPABSD.
|
||||
|
||||
Wed Apr 21 01:50:10 1993 John Gilmore (gnu@cygnus.com)
|
||||
|
||||
* libbfd.c: Whitespace changes around byteswap macros.
|
||||
|
@ -10,6 +10,8 @@
|
||||
void *malloc();
|
||||
void free();
|
||||
|
||||
#define HOST_HPPABSD
|
||||
|
||||
#ifndef O_ACCMODE
|
||||
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
||||
#endif
|
||||
|
@ -23,7 +23,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include "bfd.h"
|
||||
#include "sysdep.h"
|
||||
|
||||
#ifdef HOST_HPPAHPUX
|
||||
#if defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD)
|
||||
|
||||
#include "libbfd.h"
|
||||
#include "libhppa.h"
|
||||
@ -694,4 +694,4 @@ _do_getb64, _do_getb_signed_64, _do_putb64,
|
||||
(PTR) 0
|
||||
};
|
||||
|
||||
#endif /* HOST_HPPAHPUX */
|
||||
#endif /* HOST_HPPAHPUX || HOST_HPPABSD */
|
||||
|
Loading…
Reference in New Issue
Block a user