]> git.ipfire.org Git - thirdparty/gcc.git/commit
leb128.h: #include stdint.h, inttypes.h.
authorDoug Evans <dje@google.com>
Wed, 23 May 2012 23:42:25 +0000 (23:42 +0000)
committerDoug Evans <devans@gcc.gnu.org>
Wed, 23 May 2012 23:42:25 +0000 (23:42 +0000)
commit60a1fb353771ec09209e14f804ec205a352af363
tree0e8345ced8e876bd6d2b29c9b317a2e4141219b7
parentfb9098887bbc4ee48ee1d9ed9b8b31eea4758808
leb128.h: #include stdint.h, inttypes.h.

* 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.

From-SVN: r187818
include/ChangeLog
include/leb128.h