]> git.ipfire.org Git - thirdparty/gcc.git/commit
libiberty/hashtab: More const parameters
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 27 Jan 2020 22:06:35 +0000 (22:06 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Wed, 5 Feb 2020 13:01:06 +0000 (13:01 +0000)
commit5f44a4341cf9793ccfb28cb0ab6876174c0d89dc
tree75893f12090c9b7a04a2e0535516f3ebda4165e2
parenta2155f7dd3d8d031607036d40b0fa32f0cb8da52
libiberty/hashtab: More const parameters

Makes some parameters const in libiberty's hashtab library.

include/ChangeLog:

        * hashtab.h (htab_remove_elt): Make a parameter const.
        (htab_remove_elt_with_hash): Likewise.

libiberty/ChangeLog:

        * hashtab.c (htab_remove_elt): Make a parameter const.
        (htab_remove_elt_with_hash): Likewise.
include/ChangeLog
include/hashtab.h
libiberty/ChangeLog
libiberty/hashtab.c