aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-03-04 04:04:48 +0000
committerJeff Law <law@redhat.com>1994-03-04 04:04:48 +0000
commit7b5f6e48f11614a3937aa3d327c945cd677976f4 (patch)
tree2dffe46ff25f536cdb0242c1ba36f048b312f535
parent93dc3414391aaa742bdc21c8a9c153c47b559ac7 (diff)
downloadgdb-7b5f6e48f11614a3937aa3d327c945cd677976f4.zip
gdb-7b5f6e48f11614a3937aa3d327c945cd677976f4.tar.gz
gdb-7b5f6e48f11614a3937aa3d327c945cd677976f4.tar.bz2
* som.h (_PA_RISC_ID): Treat HOST_HPPAOSF just like HOST_HPPABSD.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/som.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3f70340..42a8195 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 977e055..38c04bc 100644
--- a/bfd/som.h
+++ b/bfd/som.h
@@ -31,7 +31,7 @@
#include <ar.h>
-#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. */