aboutsummaryrefslogtreecommitdiff
path: root/libctf/ChangeLog
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2019-06-27 13:15:37 +0100
committerNick Alcock <nick.alcock@oracle.com>2019-07-01 11:05:59 +0100
commitc550e7ba937e6a5e04c17275efc362a74f8fd1b1 (patch)
treedc5fcab486d821c4f7664b80417224c37d14ed52 /libctf/ChangeLog
parent900e33b9cf45dd70012af7fc509119edebb93339 (diff)
downloadgdb-c550e7ba937e6a5e04c17275efc362a74f8fd1b1.zip
gdb-c550e7ba937e6a5e04c17275efc362a74f8fd1b1.tar.gz
gdb-c550e7ba937e6a5e04c17275efc362a74f8fd1b1.tar.bz2
libctf: disambiguate hex output in dumps
We were sometimes printing hex values without prefixing them with '0x', leading to confusion about what base the numbers were actually in. libctf/ * ctf-dump.c (ctf_dump_format_type): Prefix hex strings with 0x. (ctf_dump_funcs): Likewise.
Diffstat (limited to 'libctf/ChangeLog')
-rw-r--r--libctf/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog
index 2324aeb..d91abd2 100644
--- a/libctf/ChangeLog
+++ b/libctf/ChangeLog
@@ -1,3 +1,8 @@
+2019-06-28 Nick Alcock <nick.alcock@oracle.com>
+
+ * ctf-dump.c (ctf_dump_format_type): Prefix hex strings with 0x.
+ (ctf_dump_funcs): Likewise.
+
2019-06-19 Nick Alcock <nick.alcock@oracle.com>
* ctf-open-bfd.c: Add swap.h and ctf-endian.h.