Browse Source

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

* i860.h (AOUTSZ): Define properly for i860 coff.
ezannoni_pie-20030916-branch
Jason Eckhardt 23 years ago
parent
commit
1df8af7012
  1. 4
      include/coff/ChangeLog
  2. 3
      include/coff/i860.h

4
include/coff/ChangeLog

@ -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>
* xcoff.h (struct __rtinit ): Convert to ISO C90 prototypes.

3
include/coff/i860.h

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

Loading…
Cancel
Save