diff options
Diffstat (limited to 'gas/struc-symbol.h')
-rw-r--r-- | gas/struc-symbol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/struc-symbol.h b/gas/struc-symbol.h index d840f83..2994f7f 100644 --- a/gas/struc-symbol.h +++ b/gas/struc-symbol.h @@ -46,6 +46,9 @@ struct symbol asymbol *bsym; #endif + /* The value of the symbol. */ + expressionS sy_value; + struct symbol *sy_next; /* forward chain, or NULL */ #ifdef SYMBOLS_NEED_BACKPOINTERS struct symbol *sy_previous; /* backward chain, or NULL */ |