mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* symbols.c (symbol_begin): Set sy_frag of abs_symbol to
&zero_address_frag.
This commit is contained in:
@ -1375,6 +1375,7 @@ symbol_begin ()
|
||||
S_SET_SEGMENT (&abs_symbol, absolute_section);
|
||||
#endif
|
||||
abs_symbol.sy_value.X_op = O_constant;
|
||||
abs_symbol.sy_frag = &zero_address_frag;
|
||||
|
||||
if (LOCAL_LABELS_FB)
|
||||
fb_label_init ();
|
||||
|
Reference in New Issue
Block a user