From 43fcbd07b3733257dca1a583ca791e47a804b4d8 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 14 Feb 2001 17:29:47 +0000 Subject: [PATCH] 2001-02-14 H.J. Lu * libcoff-in.h (pe_tdata): Add members target_subsystem and force_minimum_alignment. --- bfd/ChangeLog | 5 +++++ bfd/libcoff-in.h | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9a0da2a17..c2cab137a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2001-02-14 H.J. Lu + + * libcoff-in.h (pe_tdata): Add members target_subsystem and + force_minimum_alignment. + 2001-02-14 Bo Thorsen * elf64-x86-64.c: Small formatting fixes and rearrangements of code. diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index e5f5f9e81..fe48bbeae 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) -- 2.11.4.GIT