summaryrefslogtreecommitdiff
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
commitc99ca3ffd3ac2f758a7ebe7ec5f67127748f4dd6 (patch)
tree2b509585d27011b74e05c9c8c4aff57d91a60b44 /bfd/som.h
parente30237a3f803f6e5352bf225c408b86c9fd00f86 (diff)
downloadbinutils-redhat-c99ca3ffd3ac2f758a7ebe7ec5f67127748f4dd6.tar.gz
* 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 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>