Add x86_64-mingw64 target
[deliverable/binutils-gdb.git] / include / coff / external.h
index 9e760bd86daed095f3fd78b580cb64126db3641d..e38fb1bab4ee7641cc358a704f22010a13ac87e4 100644 (file)
@@ -1,6 +1,6 @@
 /* external.h  -- External COFF structures
    
-   Copyright 2001 Free Software Foundation, Inc.
+   Copyright 2001, 2006 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -55,7 +55,21 @@ AOUTHDR;
 
 #define AOUTHDRSZ 28
 #define AOUTSZ 28
-#endif
+
+typedef struct external_aouthdr64
+{
+  char magic[2];       /* Type of file.                        */
+  char vstamp[2];      /* Version stamp.                       */
+  char tsize[4];       /* Text size in bytes, padded to FW bdry*/
+  char dsize[4];       /* Initialized data "  ".               */
+  char bsize[4];       /* Uninitialized data "   ".            */
+  char entry[4];       /* Entry pt.                            */
+  char text_start[4];  /* Base of text used for this file.     */
+}
+AOUTHDR64;
+#define AOUTHDRSZ64    24
+
+#endif /* not DO_NOT_DEFINE_AOUTHDR */
 
 #ifndef DO_NOT_DEFINE_SCNHDR
 /********************** SECTION HEADER **********************/
This page took 0.02423 seconds and 4 git commands to generate.