This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [RFA] leb128.h: Umm, how about int64_t?


dje@google.com (Doug Evans) writes:

> 2012-05-23  Doug Evans  <dje@google.com>
>
> 	* leb128.h: #include stdint.h, inttypes.h.
> 	(read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
> 	Change to take a uint64_t * argument instead of unsigned long long.
> 	(read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
> 	Change to take an int64_t * argument instead of long long.

This is OK.

Thanks.

Ian


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