summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/include/coff/i860.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/include/coff/i860.h')
-rw-r--r--gnu/usr.bin/binutils/include/coff/i860.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/include/coff/i860.h b/gnu/usr.bin/binutils/include/coff/i860.h
index e09ec5f0e51..73686e92b7d 100644
--- a/gnu/usr.bin/binutils/include/coff/i860.h
+++ b/gnu/usr.bin/binutils/include/coff/i860.h
@@ -36,7 +36,7 @@ struct external_filehdr {
#define I860BADMAG(x) ((x).f_magic != I860MAGIC)
#define FILHDR struct external_filehdr
-#define FILHSZ sizeof(FILHDR)
+#define FILHSZ 20
/********************** AOUT "OPTIONAL HEADER" **********************/
@@ -56,7 +56,8 @@ typedef struct
AOUTHDR;
-#define AOUTSZ (sizeof(AOUTHDR))
+#define AOUTSZ 28
+#define AOUTHDRSZ 28
/* FIXME: What are the a.out magic numbers? */
@@ -77,7 +78,7 @@ struct external_scnhdr {
};
#define SCNHDR struct external_scnhdr
-#define SCNHSZ sizeof(SCNHDR)
+#define SCNHSZ 40
/*
* names of "special" sections