Move struc-symbol.h to symbols.c
[deliverable/binutils-gdb.git] / gas / config / tc-bfin.c
index 56de14fbd48a104a5d887b646b06fd8eda5b98ad..e6cb66397ee1dfc5f1b67eea29b80c627646b0a2 100644 (file)
@@ -19,7 +19,6 @@
    02110-1301, USA.  */
 
 #include "as.h"
-#include "struc-symbol.h"
 #include "bfin-defs.h"
 #include "obstack.h"
 #include "safe-ctype.h"
@@ -1930,7 +1929,7 @@ bfin_loop_beginend (Expr_Node *exp, int begin)
   /* LOOP_END follows the last instruction in the loop.
      Adjust label address.  */
   if (!begin)
-    ((struct local_symbol *) linelabel)->lsy_value -= last_insn_size;
+    *symbol_X_add_number (linelabel) -= last_insn_size;
 }
 
 bfd_boolean
This page took 0.0396 seconds and 4 git commands to generate.