This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


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

[PATCH/5] Re-generate bfd/bfd-in2.h


FYI,

I've committed the attached to the branch.  A trunk check-in isn't
necessary (and is left to binutils discretion).

	Andrew
Wed Apr 19 16:28:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* bfd-in2.h: Re-generate.

Index: bfd-in2.h
===================================================================
RCS file: /cvs/src/src/bfd/bfd-in2.h,v
retrieving revision 1.40
diff -p -r1.40 bfd-in2.h
*** bfd-in2.h	2000/04/08 00:10:49	1.40
--- bfd-in2.h	2000/04/19 06:31:06
*************** typedef struct sec
*** 1058,1066 ****
  #define SEC_SHARED 0x4000000
  
          /* When a section with this flag is being linked, then if the size of
!            the input section is less than a page, it should not cross a page
!            boundary.  If the size of the input section is one page or more, it
!            should be aligned on a page boundary.  */
  #define SEC_BLOCK 0x8000000
  
          /* Conditionally link this section; do not link if there are no
--- 1058,1066 ----
  #define SEC_SHARED 0x4000000
  
          /* When a section with this flag is being linked, then if the size of
!           the input section is less than a page, it should not cross a page
!           boundary.  If the size of the input section is one page or more, it
!           should be aligned on a page boundary.  */
  #define SEC_BLOCK 0x8000000
  
          /* Conditionally link this section; do not link if there are no

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