Thu Aug 8 12:32:56 1996 Klaus Kaempf <kkaempf@progis.de>
[deliverable/binutils-gdb.git] / gas / struc-symbol.h
index d840f830b5d0fe74889ce7de3287305b24b5f426..2994f7f851e6eda78761fd1a615c270529023194 100644 (file)
@@ -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 */
This page took 0.024303 seconds and 4 git commands to generate.