diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3f70340a3a..42a8195af8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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) * configure.host: Recognize i[34]86-sequent-*. diff --git a/bfd/som.h b/bfd/som.h index 977e0557f9..38c04bcd06 100644 --- a/bfd/som.h +++ b/bfd/som.h @@ -31,7 +31,7 @@ #include -#ifdef HOST_HPPABSD +#if defined(HOST_HPPABSD) || defined (HOST_HPPAOSF) /* 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 number. */