diff options
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r-- | bfd/libcoff.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h index 247f1c4..a4ab405 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -121,8 +121,6 @@ typedef struct pe_tdata int has_reloc_section; bfd_boolean (*in_reloc_p) (bfd *, reloc_howto_type *); flagword real_flags; - int target_subsystem; - bfd_boolean force_minimum_alignment; } pe_data_type; #define pe_data(bfd) ((bfd)->tdata.pe_obj_data) |