bfd/
[deliverable/binutils-gdb.git] / bfd / libcoff-in.h
index 16b6c7baf2cf2e59094f234276fb20e82ce92b93..f3108ee955ec5acf17c45a7d477ba3514c6626b0 100644 (file)
@@ -106,6 +106,9 @@ typedef struct coff_tdata
      used by ARM code.  */
   flagword flags;
 
+  /* coff-stgo32 EXE stub header after BFD tdata has been allocated.  Its data
+     is kept in internal_filehdr.go32stub beforehand.  */
+  char *go32stub;
 } coff_data_type;
 
 /* Tdata for pe image files.  */
This page took 0.023165 seconds and 4 git commands to generate.