From: Dave Anglin Date: Thu, 22 May 2003 03:34:52 +0000 (+0000) Subject: * som.h: Define PA_2_0 before including a.out.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=759ebd765da73ad4b645acbb4c1b43789a26a7ce;p=binutils-gdb.git * som.h: Define PA_2_0 before including a.out.h --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 11ee8fc73d6..a24d725816b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2003-05-21 Stuart F. Downing + + * som.h: Define PA_2_0 before including a.out.h + 2003-05-07 Eric Christopher Alexandre Oliva diff --git a/bfd/som.h b/bfd/som.h index 12ac66678bb..20b8a816d92 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 #include #include