commit | 11c9c34be6c361622ddef854257cf3885c2df963 | [log] [tgz] |
---|---|---|
author | Mark Harmstone <mark@harmstone.com> | Sat Jul 13 15:36:34 2024 +0100 |
committer | Mark Harmstone <mark@harmstone.com> | Sat Jul 20 22:08:06 2024 +0100 |
tree | 374162583b162430d7f044464076f0c529baf869 | |
parent | e1b9d58e85ec5e3f73d1d48e67411386f1ac275c [diff] |
ld/PDB: use correct hashing algorithm in add_globals_ref add_globals_ref was hashing using CRC32 rather than the hashing algorithm used for symbols, which meant that windbg was unable to put breakpoints against unmangled names.