aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-05-24 01:18:15 +0000
committerDoug Evans <dje@google.com>2012-05-24 01:18:15 +0000
commitc81795e6d45fa433c7554c62d78b21657ed116fc (patch)
tree4de048e3ced545c08143c3a236199852ce4a72bb /include/ChangeLog
parent18bbc1c5f0ded154d747c29d05e1ca35dc089cd8 (diff)
downloadgdb-c81795e6d45fa433c7554c62d78b21657ed116fc.zip
gdb-c81795e6d45fa433c7554c62d78b21657ed116fc.tar.gz
gdb-c81795e6d45fa433c7554c62d78b21657ed116fc.tar.bz2
* 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.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 04326b2..e2a420f 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.