* 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:
Stu Grossman 1993-04-24 00:00:41 +00:00
parent 66a1aa071e
commit 9a5e3a9ac5
3 changed files with 12 additions and 2 deletions

View File

@ -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.

View File

@ -10,6 +10,8 @@
void *malloc();
void free();
#define HOST_HPPABSD
#ifndef O_ACCMODE
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif

View File

@ -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 */