* peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
[deliverable/binutils-gdb.git] / bfd / libcoff.h
index 511553865fe132b190c245bd731a44157b883b8c..dcbbbcf22b71ee897c23135f4c0531c7384e668a 100644 (file)
@@ -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)
This page took 0.02437 seconds and 4 git commands to generate.