diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2024-11-04 13:27:50 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2024-11-25 22:07:04 -0500 |
commit | 56246f3099f918409627e71705724d94bbeeeb52 (patch) | |
tree | 1f91e0bdec7ea69ac27d3a972bcf0c910d2f7c10 /zlib/win32 | |
parent | cd1a05c76fcad3766d3802b98d245e663a988497 (diff) | |
download | binutils-56246f3099f918409627e71705724d94bbeeeb52.zip binutils-56246f3099f918409627e71705724d94bbeeeb52.tar.gz binutils-56246f3099f918409627e71705724d94bbeeeb52.tar.bz2 |
Convert typedef hash to new hash table
This converts the typedef hash to use the new hash table.
This patch found a latent bug in the typedef code. Previously, the
hash function looked at the type name, but the hash equality function
used types_equal -- but that strips typedefs, meaning that equality of
types did not imply equality of hashes. This patch fixes the problem
and updates the relevant test.
Change-Id: I0d10236b01e74bac79621244a1c0c56f90d65594
Co-Authored-By: Tom Tromey <tom@tromey.com>
Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'zlib/win32')
0 files changed, 0 insertions, 0 deletions