aboutsummaryrefslogtreecommitdiff
path: root/bfd/som.h
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/som.h
parent61fa5f72e3ba732d128cb043e318c2889da77864 (diff)
downloadgdb-759ebd765da73ad4b645acbb4c1b43789a26a7ce.zip
gdb-759ebd765da73ad4b645acbb4c1b43789a26a7ce.tar.gz
gdb-759ebd765da73ad4b645acbb4c1b43789a26a7ce.tar.bz2
* som.h: Define PA_2_0 before including a.out.h
Diffstat (limited to 'bfd/som.h')
-rw-r--r--bfd/som.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/som.h b/bfd/som.h
index 12ac666..20b8a81 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>