summaryrefslogtreecommitdiff
path: root/bfd/libcoff.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r--bfd/libcoff.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h
index eeb7b6b9954..44c85d96c15 100644
--- a/bfd/libcoff.h
+++ b/bfd/libcoff.h
@@ -118,9 +118,11 @@ 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;
+ /* A stub (extra data prepended before the COFF image) and its size.
+ Used by coff-go32-exe, it contains executable data that loads the
+ COFF object into memory. */
+ char * stub;
+ bfd_size_type stub_size;
} coff_data_type;
/* Tdata for pe image files. */