* elf32-m32c.c (m32c_elf_relax_delete_bytes): Adjust symbol sizes
[deliverable/binutils-gdb.git] / bfd / libcoff.h
index a4ab4053e50493262dc84b7424b7553a3b9a6de7..4bb43f35c818ef49bc82b53b36dc63a87af9cf96 100644 (file)
@@ -110,6 +110,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.024172 seconds and 4 git commands to generate.