diff options
Diffstat (limited to 'gas/struc-symbol.h')
-rw-r--r-- | gas/struc-symbol.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/struc-symbol.h b/gas/struc-symbol.h index 6573f2c..01c8b4f 100644 --- a/gas/struc-symbol.h +++ b/gas/struc-symbol.h @@ -139,6 +139,10 @@ struct local_symbol /* The offset within the frag. */ valueT lsy_offset; + +#ifdef TC_LOCAL_SYMFIELD_TYPE + TC_LOCAL_SYMFIELD_TYPE lsy_tc; +#endif }; #define local_symbol_converted_p(l) ((l)->lsy_section == reg_section) |