]> git.ipfire.org Git - thirdparty/gcc.git/commit
go: use htab_eq_string in godump
authorTom Tromey <tom@tromey.com>
Thu, 29 Apr 2021 00:47:15 +0000 (18:47 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 6 May 2021 14:51:28 +0000 (08:51 -0600)
commit861c6411ea70f18bf04c0b276a03af04636b9b3a
tree026b8b71a7cf93f8236e25f26065bfa4b6757cd2
parent72c65a877e65805f67b6bf4b2f677ecef671fd9f
go: use htab_eq_string in godump

This changes godump to use the new htab_eq_string function.

gcc

* godump.c (string_hash_eq): Remove.
(go_finish): Use htab_eq_string.
gcc/godump.c