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:
authorClinton Popetz <cpopetz@cygnus.com>2000-05-06 05:41:50 +0400
committerClinton Popetz <cpopetz@cygnus.com>2000-05-06 05:41:50 +0400
commitb5c5e30da7734512ac90e3d0acbff624e6fdc562 (patch)
tree540bdbdb60843b5570aa59d1c63f68f28e75a3af /include/coff
parent3f7290da25523e337d4aa29ede2b21ef7d1ebe79 (diff)
bfd:
* coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Change U802TOC64MAGIC to U803XTOCMAGIC. include: * coff/rs6k64.h (U802TOC64MAGIC): Change to U803XTOCMAGIC.
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/rs6k64.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/coff/rs6k64.h b/include/coff/rs6k64.h
index 86d739c96..80d8e4c0e 100644
--- a/include/coff/rs6k64.h
+++ b/include/coff/rs6k64.h
@@ -14,9 +14,9 @@ struct external_filehdr {
};
/* IBM RS/6000 */
-#define U802TOC64MAGIC 0757 /* readonly text segments and TOC, XCOFF64 */
+#define U803XTOCMAGIC 0757 /* readonly text segments and TOC, XCOFF64 */
-#define BADMAG(x) ((x).f_magic != U802TOC64MAGIC)
+#define BADMAG(x) ((x).f_magic != U803XTOCMAGIC)
#define FILHDR struct external_filehdr
#define FILHSZ 24
@@ -49,11 +49,11 @@ typedef struct
unsigned char entry[8]; /* entry pt. */
unsigned char o_maxstack[8]; /* max stack size (??) */
unsigned char o_maxdata[8]; /* max data size (??) */
- unsigned char o_resv3[116]; /* reserved */
+ unsigned char o_resv3[16]; /* reserved */
}
AOUTHDR;
-#define AOUTSZ 220
+#define AOUTSZ 120
#define SMALL_AOUTSZ (0)
#define AOUTHDRSZ 72