commit | 9edce54e75b119e40d18a4564cd65cd747802c9c | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Sep 19 17:46:38 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Sun Jan 28 10:58:17 2024 -0700 |
tree | 3612e2992073a54ccab1f3e11f271ba4e0f57dec | |
parent | 033bc67bdb0c74d1c63a1998a7e9679a408ba6e4 [diff] |
Only search types in lookup_typename This changes lookup_typename to only look for types. The check for LOC_TYPEDEF can now also be removed, because only types will appear in TYPE_DOMAIN. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=24870