Changeset 609 for branches/GNU/src/binutils/gas/struc-symbol.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/gas/struc-symbol.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 123 123 /* The symbol section. This also serves as a flag. If this is 124 124 reg_section, then this symbol has been converted into a regular 125 symbol, and sy_sym points to it. */125 symbol, and lsy_sym points to it. */ 126 126 segT lsy_section; 127 127 … … 130 130 131 131 /* The symbol frag or the real symbol, depending upon the value in 132 sy_section. If the symbol has been fully resolved, lsy_frag is132 lsy_section. If the symbol has been fully resolved, lsy_frag is 133 133 set to NULL. */ 134 134 union … … 138 138 } u; 139 139 140 /* The offset within the frag. */ 141 valueT lsy_offset; 140 /* The value of the symbol. */ 141 valueT lsy_value; 142 143 #ifdef TC_LOCAL_SYMFIELD_TYPE 144 TC_LOCAL_SYMFIELD_TYPE lsy_tc; 145 #endif 142 146 }; 143 147 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.