mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* som.h (_PA_RISC_ID): Treat HOST_HPPAOSF just like HOST_HPPABSD.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Thu Mar 3 20:03:39 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
|
* som.h (_PA_RISC_ID): Treat HOST_HPPAOSF just like HOST_HPPABSD.
|
||||||
|
|
||||||
Wed Mar 2 13:28:06 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
|
Wed Mar 2 13:28:06 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
|
||||||
|
|
||||||
* configure.host: Recognize i[34]86-sequent-*.
|
* configure.host: Recognize i[34]86-sequent-*.
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
#include <ar.h>
|
#include <ar.h>
|
||||||
|
|
||||||
|
|
||||||
#ifdef HOST_HPPABSD
|
#if defined(HOST_HPPABSD) || defined (HOST_HPPAOSF)
|
||||||
/* BSD uses a completely different scheme for object file identification.
|
/* BSD uses a completely different scheme for object file identification.
|
||||||
so for now, define _PA_RISC_ID to accept any random value for a model
|
so for now, define _PA_RISC_ID to accept any random value for a model
|
||||||
number. */
|
number. */
|
||||||
|
Reference in New Issue
Block a user