bfd/
[deliverable/binutils-gdb.git] / include / coff / go32exe.h
index c85da0cc39317e0b9c462511d032e7e316abb81f..2248ff2f46910d1cf9f41903a0c40b59573c4bb6 100644 (file)
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#define STUBSIZE 2048
-
 struct external_filehdr_go32_exe
   {
-    char stub[STUBSIZE];/* the stub to load the image  */
+    char stub[GO32_STUBSIZE]; /* the stub to load the image */
                        /* the standard COFF header     */
     char f_magic[2];   /* magic number                 */
     char f_nscns[2];   /* number of sections           */
@@ -34,4 +32,4 @@ struct external_filehdr_go32_exe
 #undef FILHDR
 #define        FILHDR  struct external_filehdr_go32_exe
 #undef FILHSZ
-#define        FILHSZ  STUBSIZE+20
+#define        FILHSZ  GO32_STUBSIZE+20
This page took 0.024607 seconds and 4 git commands to generate.