diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-02-14 17:29:47 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-02-14 17:29:47 +0000 |
commit | ea36a178b24c0846837aa3410ff05c2d692a2dfa (patch) | |
tree | d7350242bb140cb5f3992f9b8fbb866219005f85 /bfd/libcoff-in.h | |
parent | 4b69c284e7a6d448ba1a0416a291df191835fd48 (diff) | |
download | gdb-ea36a178b24c0846837aa3410ff05c2d692a2dfa.zip gdb-ea36a178b24c0846837aa3410ff05c2d692a2dfa.tar.gz gdb-ea36a178b24c0846837aa3410ff05c2d692a2dfa.tar.bz2 |
2001-02-14 H.J. Lu <hjl@gnu.org>
* libcoff-in.h (pe_tdata): Add members target_subsystem and
force_minimum_alignment.
Diffstat (limited to 'bfd/libcoff-in.h')
-rw-r--r-- | bfd/libcoff-in.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index e5f5f9e..fe48bbe 100644 --- a/bfd/libcoff-in.h +++ b/bfd/libcoff-in.h @@ -1,5 +1,5 @@ /* BFD COFF object file private structure. - Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 98, 1999 + Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 98, 1999, 2001 Free Software Foundation, Inc. Written by Cygnus Support. @@ -121,6 +121,8 @@ typedef struct pe_tdata int has_reloc_section; boolean (*in_reloc_p) PARAMS((bfd *, reloc_howto_type *)); flagword real_flags; + int target_subsystem; + boolean force_minimum_alignment; } pe_data_type; #define pe_data(bfd) ((bfd)->tdata.pe_obj_data) |