aboutsummaryrefslogtreecommitdiff
path: root/libctf/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-05-09 12:28:32 +0930
committerAlan Modra <amodra@gmail.com>2021-05-09 12:28:32 +0930
commit4821e618adddf77138279883b72e87c2211418d5 (patch)
tree364806886ad74a695cfc63faf56ac59459e35fec /libctf/ChangeLog
parentb05a0fc79b9eed659cf52b4706f11700b92ae4af (diff)
downloadgdb-4821e618adddf77138279883b72e87c2211418d5.zip
gdb-4821e618adddf77138279883b72e87c2211418d5.tar.gz
gdb-4821e618adddf77138279883b72e87c2211418d5.tar.bz2
Use htab_eq_string in libctf
* ctf-impl.h (ctf_dynset_eq_string): Don't declare. * ctf-hash.c (ctf_dynset_eq_string): Delete function. * ctf-dedup.c (make_set_element): Use htab_eq_string. (ctf_dedup_atoms_init, ADD_CITER, ctf_dedup_init): Likewise. (ctf_dedup_conflictify_unshared): Likewise. (ctf_dedup_walk_output_mapping): Likewise.
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 979c6c5..5d2e198 100644
--- a/libctf/ChangeLog
+++ b/libctf/ChangeLog
@@ -1,3 +1,12 @@
+2021-05-09 Alan Modra <amodra@gmail.com>
+
+ * ctf-impl.h (ctf_dynset_eq_string): Don't declare.
+ * ctf-hash.c (ctf_dynset_eq_string): Delete function.
+ * ctf-dedup.c (make_set_element): Use htab_eq_string.
+ (ctf_dedup_atoms_init, ADD_CITER, ctf_dedup_init): Likewise.
+ (ctf_dedup_conflictify_unshared): Likewise.
+ (ctf_dedup_walk_output_mapping): Likewise.
+
2021-05-06 Nick Alcock <nick.alcock@oracle.com>
* testsuite/lib/ctf-lib.exp: Use -gctf, not -gt.