aboutsummaryrefslogtreecommitdiff
path: root/include/leb128.h
AgeCommit message (Collapse)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r256169
2017-01-04Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r244052
2015-07-14Update copyright year in includeH.J. Lu1-1/+1
From-SVN: r225781
2012-05-23leb128.h: #include stdint.h, inttypes.h.Doug Evans1-10/+22
* 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
2012-05-22* leb128.h: New file.Doug Evans1-0/+124
From-SVN: r187780