From 4821e618adddf77138279883b72e87c2211418d5 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sun, 9 May 2021 12:28:32 +0930 Subject: 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. --- libctf/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libctf/ChangeLog') 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 + + * 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 * testsuite/lib/ctf-lib.exp: Use -gctf, not -gt. -- cgit v1.1