* 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 11ee8fc73d6124e5da2a138901b142906b3a212d..a24d725816b42931ce679d9f82a09c7bb7a3c6b2 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 12ac66678bbfb0b15e55dde5acdbb58e5b1153e0..20b8a816d92eaceb73c07422eb3e3c00f0e71766 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>
This page took 0.027627 seconds and 4 git commands to generate.