Move struc-symbol.h to symbols.c
[deliverable/binutils-gdb.git] / gas / config / tc-tic54x.c
index 49a163dc539eb0e28a9cf4889dec1f2e5c4140bc..0e2b8117cdde80ddc2960e2bc0ccbb7dfcc507c3 100644 (file)
@@ -50,7 +50,6 @@
 #include "sb.h"
 #include "macro.h"
 #include "subsegs.h"
-#include "struc-symbol.h"
 #include "opcode/tic54x.h"
 #include "obj-coff.h"
 #include <math.h>
@@ -506,7 +505,7 @@ tic54x_bss (int x ATTRIBUTE_UNUSED)
   symbolP = symbol_find_or_make (name);
 
   if (S_GET_SEGMENT (symbolP) == bss_section)
-    symbolP->sy_frag->fr_symbol = (symbolS *) NULL;
+    symbol_get_frag (symbolP)->fr_symbol = (symbolS *) NULL;
 
   symbol_set_frag (symbolP, frag_now);
   p = frag_var (rs_org, 1, 1, (relax_substateT) 0, symbolP,
This page took 0.02529 seconds and 4 git commands to generate.