aboutsummaryrefslogtreecommitdiff
path: root/libctf/ChangeLog
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2020-11-20 13:34:04 +0000
committerNick Alcock <nick.alcock@oracle.com>2020-11-20 13:34:09 +0000
commit4665e895c3791d7971185542442c7a0efbc8114c (patch)
treee66e1b85a2ffe31ca7ca66b5d6b2420fc3cfb999 /libctf/ChangeLog
parent1136c379718cb9f6a82e71029f86cd8cf70fa6be (diff)
downloadgdb-4665e895c3791d7971185542442c7a0efbc8114c.zip
gdb-4665e895c3791d7971185542442c7a0efbc8114c.tar.gz
gdb-4665e895c3791d7971185542442c7a0efbc8114c.tar.bz2
libctf: adjust dumper for symtypetab changes
Now that we have a new format for the function info section, it's much easier to dump it: we can use the same code we use for the object type section, and that's got simpler too because we can use ctf_symbol_next. Also dump the new stuff in the header: the new flags bits and the index section lengths. libctf/ChangeLog 2020-11-20 Nick Alcock <nick.alcock@oracle.com> * ctf-dump.c (ctf_dump_header): Dump the new flags bits and the index section lengths. (ctf_dump_objts): Report indexed sections. Also dump functions. Use ctf_symbol_next, not manual looping. (ctf_dump_funcs): Delete. (ctf_dump): Use ctf_dump_objts, not ctf_dump_funcs.
Diffstat (limited to 'libctf/ChangeLog')
-rw-r--r--libctf/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog
index 8f2fb48..e81db2c 100644
--- a/libctf/ChangeLog
+++ b/libctf/ChangeLog
@@ -1,5 +1,14 @@
2020-11-20 Nick Alcock <nick.alcock@oracle.com>
+ * ctf-dump.c (ctf_dump_header): Dump the new flags bits and the index
+ section lengths.
+ (ctf_dump_objts): Report indexed sections. Also dump functions. Use
+ ctf_symbol_next, not manual looping.
+ (ctf_dump_funcs): Delete.
+ (ctf_dump): Use ctf_dump_objts, not ctf_dump_funcs.
+
+2020-11-20 Nick Alcock <nick.alcock@oracle.com>
+
* ctf-impl.h (CTF_INDEX_PAD_THRESHOLD): New.
(_libctf_nonnull_): Likewise.
(ctf_in_flight_dynsym_t): New.