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]

Re: [patch] to binutils: build problem: no type-cast on the left side of =


Hi Michael,

: 2001-02-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
: 
: 	* readelf.c (process_unwind): Don't type-cast the third argument to the
: 	GET_DATA_ALLOC macro.

Approved...

...but please could you also change the type of the 'info' field of
the 'struct unw_aux_info' from "const unsigned char *" to "unsigned
char *" (line 3102) so that we do not get compile time warnings about
the calls to fread() and free() from inside GET_DATA_ALLOC from
discarding the const.

Cheers
	Nick


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