* symbols.c (symbol_begin): Set sy_frag of abs_symbol to

&zero_address_frag.
This commit is contained in:
Ian Lance Taylor 1995-08-09 23:13:30 +00:00
parent 38fb211bc9
commit db317fe7a7
1 changed files with 1 additions and 0 deletions

View File

@ -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 ();