Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Eckhardt <jle@rice.edu>2003-07-15 05:15:08 +0400
committerJason Eckhardt <jle@rice.edu>2003-07-15 05:15:08 +0400
commit7a90ec1ad18053b577fb86b1481542137cf6ddc6 (patch)
treedc85499930738d6d5fedfd35ba29e5a523360161 /include/coff/i860.h
parent97c0294aacd23cae73b3349ff7c4a26eafc6cb4f (diff)
2003-07-14 Christian Groessler <chris@groessler.org>
* i860.h (AOUTSZ): Define properly for i860 coff.
Diffstat (limited to 'include/coff/i860.h')
-rw-r--r--include/coff/i860.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/coff/i860.h b/include/coff/i860.h
index dac761782..95d0c1a27 100644
--- a/include/coff/i860.h
+++ b/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"