2003-07-14 Christian Groessler <chris@groessler.org>

* i860.h (AOUTSZ): Define properly for i860 coff.
This commit is contained in:
Jason Eckhardt 2003-07-15 01:15:08 +00:00
parent 97c0294aac
commit 7a90ec1ad1
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-07-14 Christian Groessler <chris@groessler.org>
* i860.h (AOUTSZ): Define for i860 coff.
2003-06-29 Andreas Jaeger <aj@suse.de> 2003-06-29 Andreas Jaeger <aj@suse.de>
* xcoff.h (struct __rtinit ): Convert to ISO C90 prototypes. * xcoff.h (struct __rtinit ): Convert to ISO C90 prototypes.

View File

@ -37,6 +37,9 @@
#define I860BADMAG(x) ((x).f_magic != I860MAGIC) #define I860BADMAG(x) ((x).f_magic != I860MAGIC)
#undef AOUTSZ
#define AOUTSZ 36
/* FIXME: What are the a.out magic numbers? */ /* FIXME: What are the a.out magic numbers? */
#define _ETEXT "etext" #define _ETEXT "etext"