mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +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:
@ -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)
|
Wed Apr 21 01:50:10 1993 John Gilmore (gnu@cygnus.com)
|
||||||
|
|
||||||
* libbfd.c: Whitespace changes around byteswap macros.
|
* libbfd.c: Whitespace changes around byteswap macros.
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
void *malloc();
|
void *malloc();
|
||||||
void free();
|
void free();
|
||||||
|
|
||||||
|
#define HOST_HPPABSD
|
||||||
|
|
||||||
#ifndef O_ACCMODE
|
#ifndef O_ACCMODE
|
||||||
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
||||||
#endif
|
#endif
|
||||||
|
@ -23,7 +23,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
#include "sysdep.h"
|
#include "sysdep.h"
|
||||||
|
|
||||||
#ifdef HOST_HPPAHPUX
|
#if defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD)
|
||||||
|
|
||||||
#include "libbfd.h"
|
#include "libbfd.h"
|
||||||
#include "libhppa.h"
|
#include "libhppa.h"
|
||||||
@ -694,4 +694,4 @@ _do_getb64, _do_getb_signed_64, _do_putb64,
|
|||||||
(PTR) 0
|
(PTR) 0
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* HOST_HPPAHPUX */
|
#endif /* HOST_HPPAHPUX || HOST_HPPABSD */
|
||||||
|
Reference in New Issue
Block a user