summaryrefslogtreecommitdiff
path: root/include/leb128.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in includehjl2015-07-141-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225781 138bc75d-0d04-0410-961f-82ee72b054a4
* * leb128.h: #include stdint.h, inttypes.h.devans2012-05-231-10/+22
| | | | | | | | | | (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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187818 138bc75d-0d04-0410-961f-82ee72b054a4
* * leb128.h: New file.devans2012-05-221-0/+124
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187780 138bc75d-0d04-0410-961f-82ee72b054a4