* som.h: Define PA_2_0 before including a.out.h
This commit is contained in:
parent
61fa5f72e3
commit
759ebd765d
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
2003-05-07 Eric Christopher <echristo@redhat.com>
|
||||||
Alexandre Oliva <aoliva@redhat.com>
|
Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,9 @@
|
||||||
|
|
||||||
#include "libhppa.h"
|
#include "libhppa.h"
|
||||||
|
|
||||||
|
/* Enable PA2.0 if available */
|
||||||
|
#define PA_2_0
|
||||||
|
|
||||||
#include <a.out.h>
|
#include <a.out.h>
|
||||||
#include <lst.h>
|
#include <lst.h>
|
||||||
#include <ar.h>
|
#include <ar.h>
|
||||||
|
|
Loading…
Reference in a new issue