[v2 9/9] Remove --reduce-memory-overheads and --hash-size arguments.

Martin Liska mliska@suse.cz
Tue Aug 18 12:24:41 GMT 2020


ChangeLog:

	* gas/NEWS: Mention --reduce-memory-overheads and --hash-size arguments
	options.
	* gas/as.c: Remove the options from help.
	* gas/doc/as.texi: Remove options.
	* gas/doc/internals.texi: Remove hash from documentation.
	* gas/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.
	* gas/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/NEWS               |   3 +
 gas/as.c               |  22 +-
 gas/doc/as.texi        |  13 -
 gas/doc/internals.texi |  32 ---
 gas/hash.c             | 563 -----------------------------------------
 gas/hash.h             |  64 -----
 6 files changed, 4 insertions(+), 693 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009-Remove-reduce-memory-overheads-and-hash-size-argumen.patch
Type: text/x-patch
Size: 21129 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20200818/9e7c7ec8/attachment-0001.bin>


More information about the Binutils mailing list