src/include ChangeLog leb128.h
devans@sourceware.org
devans@sourceware.org
Thu May 24 01:18:00 GMT 2012
CVSROOT: /cvs/src
Module name: src
Changes by: devans@sourceware.org 2012-05-24 01:18:15
Modified files:
include : ChangeLog leb128.h
Log message:
* 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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/ChangeLog.diff?cvsroot=src&r1=1.574&r2=1.575
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/leb128.h.diff?cvsroot=src&r1=1.1&r2=1.2
More information about the Binutils-cvs
mailing list