]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use htab_eq_string in binutils
authorAlan Modra <amodra@gmail.com>
Sun, 9 May 2021 02:58:18 +0000 (12:28 +0930)
committerAlan Modra <amodra@gmail.com>
Sun, 9 May 2021 02:58:18 +0000 (12:28 +0930)
commitb05a0fc79b9eed659cf52b4706f11700b92ae4af
treea001e98123afdb717c7b965d1379d5ebf763926e
parentb6703327bb8937734592bb6256373e6939f385c4
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
binutils/objcopy.c