| commit | 3730a015c05cde8d151f94bef20e43ea2bf96ccc | [log] [tgz] |
|---|---|---|
| author | Alan Modra <amodra@gmail.com> | Mon May 18 13:30:59 2020 +0930 |
| committer | Alan Modra <amodra@gmail.com> | Mon May 18 17:49:31 2020 +0930 |
| tree | e6f6c954631c03c9ccb3fc191fa6bc2763702823 | |
| parent | 47bb52072023bfc8238e7a4e44dcf35fccf3059e [diff] |
Re: Fix tight loop on recursively-defined symbols sy_resolving ought to not be set for a struct local_symbol, but it is apparent from local_symbol_make that the field is not initialised. * symbols.c (resolve_symbol_value): Invoke LOCAL_SYMBOL_CHECK before looking at add_symbol->sy_flags.sy_resolving. (cherry picked from commit d402189f2faa0aaa9fb8ad4669fdf0059946cd8a)