Move struc-symbol.h to symbols.c
[deliverable/binutils-gdb.git] / gas / config / obj-coff.c
index e45932484824e1bbd0648691dd962ded6c71e711..945b4ecd0b004594a7f2fdf004e8685521fcfaa1 100644 (file)
@@ -23,7 +23,6 @@
 #include "as.h"
 #include "safe-ctype.h"
 #include "subsegs.h"
-#include "struc-symbol.h"
 
 #ifdef TE_PE
 #include "coff/pe.h"
@@ -236,9 +235,6 @@ obj_coff_comm (int ignore ATTRIBUTE_UNUSED)
 }
 #endif /* TE_PE */
 
-#define GET_FILENAME_STRING(X) \
-  ((char *) (&((X)->sy_symbol.ost_auxent->x_file.x_n.x_offset))[1])
-
 /* @@ Ick.  */
 static segT
 fetch_coff_debug_section (void)
This page took 0.023266 seconds and 4 git commands to generate.