summaryrefslogtreecommitdiff
path: root/bfd/libcoff-in.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2001-02-14 17:29:47 +0000
committerH.J. Lu <hjl@lucon.org>2001-02-14 17:29:47 +0000
commit43fcbd07b3733257dca1a583ca791e47a804b4d8 (patch)
tree66c8fed4264b7ade7a4503bb0b6919ef0eeaede9 /bfd/libcoff-in.h
parent5eb05fe994a61f6314424e1a9d1502cce40ee7e9 (diff)
downloadbinutils-redhat-43fcbd07b3733257dca1a583ca791e47a804b4d8.tar.gz
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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h
index e5f5f9e81a..fe48bbeae2 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)