summaryrefslogtreecommitdiffstats
path: root/bfd
diff options
context:
space:
mode:
authorDave Anglin <dave.anglin@nrc.ca>2003-05-22 03:34:52 +0000
committerDave Anglin <dave.anglin@nrc.ca>2003-05-22 03:34:52 +0000
commit759ebd765da73ad4b645acbb4c1b43789a26a7ce (patch)
tree82ad84956b5c831fdefcc52c03a25127f0ea45b4 /bfd
parent61fa5f72e3ba732d128cb043e318c2889da77864 (diff)
downloadppe42-binutils-759ebd765da73ad4b645acbb4c1b43789a26a7ce.tar.gz
ppe42-binutils-759ebd765da73ad4b645acbb4c1b43789a26a7ce.zip
* som.h: Define PA_2_0 before including a.out.h
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/som.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 11ee8fc73d..a24d725816 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-21 Stuart F. Downing <sdowning@fame.com>
+
+ * som.h: Define PA_2_0 before including a.out.h
+
2003-05-07 Eric Christopher <echristo@redhat.com>
Alexandre Oliva <aoliva@redhat.com>
diff --git a/bfd/som.h b/bfd/som.h
index 12ac66678b..20b8a816d9 100644
--- a/bfd/som.h
+++ b/bfd/som.h
@@ -27,6 +27,9 @@
#include "libhppa.h"
+/* Enable PA2.0 if available */
+#define PA_2_0
+
#include <a.out.h>
#include <lst.h>
#include <ar.h>
OpenPOWER on IntegriCloud