projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61fa5f7
)
* som.h: Define PA_2_0 before including a.out.h
author
Dave Anglin
<dave.anglin@nrc.ca>
Thu, 22 May 2003 03:34:52 +0000
(
03:34
+0000)
committer
Dave Anglin
<dave.anglin@nrc.ca>
Thu, 22 May 2003 03:34:52 +0000
(
03:34
+0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/som.h
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 11ee8fc73d6124e5da2a138901b142906b3a212d..a24d725816b42931ce679d9f82a09c7bb7a3c6b2 100644
(file)
--- 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 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>