From b05a0fc79b9eed659cf52b4706f11700b92ae4af Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sun, 9 May 2021 12:28:18 +0930 Subject: Use htab_eq_string in binutils A quick check says this is the only place in all of bfd, opcodes, binutils, gas, ld, gprof that duplicates the new libiberty htab_eq_string. * objcopy.c (eq_string): Delete. (create_symbol_htab): Use htab_eq_string. --- binutils/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'binutils/ChangeLog') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 88cbccd..3026297 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2021-05-09 Alan Modra + + * objcopy.c (eq_string): Delete. + (create_symbol_htab): Use htab_eq_string. + 2021-05-08 Mike Frysinger * README-how-to-make-a-release: Update html & pdf entries. -- cgit v1.1