This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

I checked in a patch for libcoff-in.h


Hi,

I checked in the following patch. libcoff.h is a generated
file. libcoff-in.h is the real file.


H.J.
---
2001-02-14  H.J. Lu  <hjl@gnu.org>

	* libcoff-in.h (pe_tdata): Add members target_subsystem and
	force_minimum_alignment.

Index: libcoff-in.h
===================================================================
RCS file: /work/cvs/gnu/binutils/bfd/libcoff-in.h,v
retrieving revision 1.1.1.8
diff -u -p -r1.1.1.8 libcoff-in.h
--- libcoff-in.h	2000/12/11 19:23:53	1.1.1.8
+++ libcoff-in.h	2001/02/14 17:26:39
@@ -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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]