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-bfd-in.h.patch



bfd-in.h :
	(struct lineno_cache_entry) promote element "offset" to 64 bit.

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

diff -rcp sources-original/src/bfd/bfd-in.h sources/src/bfd/bfd-in.h
*** sources-original/src/bfd/bfd-in.h	Sat Jan 20 00:28:23 2001
--- sources/src/bfd/bfd-in.h	Mon Jan 29 11:48:10 2001
*************** typedef struct lineno_cache_entry {
*** 298,304 ****
    unsigned int line_number;	/* Linenumber from start of function*/
    union {
      struct symbol_cache_entry *sym; /* Function name */
!     unsigned long offset;	/* Offset into section */
    } u;
  } alent;
  
--- 298,304 ----
    unsigned int line_number;	/* Linenumber from start of function*/
    union {
      struct symbol_cache_entry *sym; /* Function name */
!     bfd_vma offset;	    /* Offset into section */
    } u;
  } alent;
  


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