Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/gas/struc-symbol.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    123123  /* The symbol section.  This also serves as a flag.  If this is
    124124     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.  */
    126126  segT lsy_section;
    127127
     
    130130
    131131  /* The symbol frag or the real symbol, depending upon the value in
    132      sy_section.  If the symbol has been fully resolved, lsy_frag is
     132     lsy_section.  If the symbol has been fully resolved, lsy_frag is
    133133     set to NULL.  */
    134134  union
     
    138138  } u;
    139139
    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
    142146};
    143147
Note: See TracChangeset for help on using the changeset viewer.