]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/as.c
Remove --reduce-memory-overheads and --hash-size arguments.
authorMartin Liska <mliska@suse.cz>
Tue, 18 Aug 2020 12:24:41 +0000 (14:24 +0200)
committerAlan Modra <amodra@gmail.com>
Thu, 20 Aug 2020 01:27:52 +0000 (10:57 +0930)
commita0522545b6ef4dd43f976d6acb4fd2b0aa964b27
tree719fe72e7b9174a60bfe4e2f32d895ccfe9f55b1
parent629310abec8811510177101f3c7992dfd4be24dd
Remove --reduce-memory-overheads and --hash-size arguments.

* NEWS: Mention --reduce-memory-overheads and --hash-size arguments
options.
* as.c: Remove the options from help.
* doc/as.texi: Remove options.
* doc/internals.texi: Remove hash from documentation.
* hash.c (struct hash_entry): Remove.
(struct hash_control): Likewise.
(set_gas_hash_table_size): Likewise.
(hash_new_sized): Likewise.
(hash_new): Likewise.
(hash_die): Likewise.
(hash_lookup): Likewise.
(hash_insert): Likewise.
(hash_jam): Likewise.
(hash_replace): Likewise.
(hash_find): Likewise.
(hash_find_n): Likewise.
(hash_delete): Likewise.
(hash_traverse): Likewise.
(hash_print_statistics): Likewise.
(TABLES): Likewise.
(STATBUFSIZE): Likewise.
(main): Likewise.
(what): Likewise.
(destroy): Likewise.
(applicatee): Likewise.
(whattable): Likewise.
* hash.h (struct hash_control): Likewise.
(set_gas_hash_table_size): Likewise.
(hash_new): Likewise.
(hash_new_sized): Likewise.
(hash_die): Likewise.
(hash_insert): Likewise.
(hash_jam): Likewise.
(hash_replace): Likewise.
(hash_find): Likewise.
(hash_find_n): Likewise.
(hash_delete): Likewise.
(hash_traverse): Likewise.
(hash_print_statistics): Likewise.
gas/ChangeLog
gas/NEWS
gas/as.c
gas/doc/as.texi
gas/doc/internals.texi
gas/hash.c
gas/hash.h