xcoff64 bfd-bfd-in.h.patch

Tom Rix trix@redhat.com
Mon Jan 29 11:29:00 GMT 2001


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;
  



More information about the Binutils mailing list