Make the default gas symbol hash table larger
authorAlan Modra <amodra@gmail.com>
Fri, 14 Jul 2023 01:18:27 +0000 (10:48 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 14 Jul 2023 02:31:41 +0000 (12:01 +0930)
commita879fdb267171e2dfaccd3047dc5ae6d0f4bdc7e
treeaf3b27d8e94282d20a1075910ee1a52d7ada720f
parent4993e5cc1e2e1e192f56f5788453c1b6f9cca894
Make the default gas symbol hash table larger

We may as well start with the symbol table a little larger, saving
time resizing.  Even a simple C hello world compiled with -O2 -g will
exceed 16 symbols (by well over 3 times with gcc-11).

* symbols.c (symbol_begin): Create sy_hash with more entries.
gas/symbols.c