OSDN Git Service

* som.h: Define PA_2_0 before including a.out.h
authorDave Anglin <dave.anglin@nrc.ca>
Thu, 22 May 2003 03:34:52 +0000 (03:34 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Thu, 22 May 2003 03:34:52 +0000 (03:34 +0000)
bfd/ChangeLog
bfd/som.h

index 11ee8fc..a24d725 100644 (file)
@@ -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>
 
index 12ac666..20b8a81 100644 (file)
--- 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>