2003-07-14 Christian Groessler <chris@groessler.org>
authorJason Eckhardt <jle@rice.edu>
Tue, 15 Jul 2003 01:15:08 +0000 (01:15 +0000)
committerJason Eckhardt <jle@rice.edu>
Tue, 15 Jul 2003 01:15:08 +0000 (01:15 +0000)
        * i860.h (AOUTSZ): Define properly for i860 coff.

include/coff/ChangeLog
include/coff/i860.h

index 0f33171c717b2480343f05daa2797835a957252c..a028440ce3edd253248d846f83f01d61f43ccf2a 100644 (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>
 
        * xcoff.h (struct __rtinit ): Convert to ISO C90 prototypes.
index dac7617829615d454574cfdce359d4fff6c81f78..95d0c1a27169aefe42ffde8304c021c2b6c4de6f 100644 (file)
@@ -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"
This page took 0.025233 seconds and 4 git commands to generate.