diff options
author | devans <devans@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-23 23:42:25 +0000 |
---|---|---|
committer | devans <devans@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-23 23:42:25 +0000 |
commit | 73e554b766960625ed2ebcc024ec8f92434bd337 (patch) | |
tree | 0e8345ced8e876bd6d2b29c9b317a2e4141219b7 /include/ChangeLog | |
parent | 9d68bc02ec949da1fd226477e8138921babbeb0a (diff) | |
download | gcc-73e554b766960625ed2ebcc024ec8f92434bd337.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187818 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 65b34080a88..fd8bdc97001 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,11 @@ +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. + 2012-05-22 Doug Evans <dje@google.com> * leb128.h: New file. |