* som.h: Define PA_2_0 before including a.out.h

This commit is contained in:
Dave Anglin 2003-05-22 03:34:52 +00:00
parent 61fa5f72e3
commit 759ebd765d
2 changed files with 7 additions and 0 deletions

View 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>

View File

@ -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>