mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* symbols.c (resolve_symbol_value): Clear sy_resolving before
taking exit_dont_set_value.
This commit is contained in:
parent
766c03c9fa
commit
c89c853400
@ -1,5 +1,8 @@
|
||||
2001-05-25 Alan Modra <amodra@one.net.au>
|
||||
|
||||
* symbols.c (resolve_symbol_value): Clear sy_resolving before
|
||||
taking exit_dont_set_value.
|
||||
|
||||
* write.c (relax_segment): Don't zap fr_symbol when relaxing.
|
||||
|
||||
2000-05-24 Tom Rix <trix@redhat.com>
|
||||
|
@ -949,6 +949,7 @@ resolve_symbol_value (symp)
|
||||
}
|
||||
final_val = 0;
|
||||
resolved = symbol_resolved_p (add_symbol);
|
||||
symp->sy_resolving = 0;
|
||||
goto exit_dont_set_value;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user