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]

xcoff64 bfd-libcoff-in.h.patch





libcoff-in.h : formatting

----------------------------------------------------------------------------


diff -rcp sources-original/src/bfd/libcoff-in.h sources/src/bfd/libcoff-in.h
*** sources-original/src/bfd/libcoff-in.h	Sat Jan 20 00:28:27 2001
--- sources/src/bfd/libcoff-in.h	Mon Jan 29 11:48:28 2001
*************** struct xcoff_tdata
*** 160,169 ****
    short cputype;

    /* maxdata from optional header.  */
!   bfd_size_type maxdata;

    /* maxstack from optional header.  */
!   bfd_size_type maxstack;

    /* Used by the XCOFF backend linker.  */
    asection **csects;
--- 160,169 ----
    short cputype;

    /* maxdata from optional header.  */
!   bfd_vma maxdata;

    /* maxstack from optional header.  */
!   bfd_vma maxstack;

    /* Used by the XCOFF backend linker.  */
    asection **csects;


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