1999-06-21 Nick Clifton <nickc@cygnus.com>
- * config/tc-arm.c: Include struc-symbol.h so that symbol structure
- definition is available.
+ * config/tc-arm.c (arm_adjust_symtab): Use symbol_get_bfdsym()
+ macro to get at the BFD symbol associated with a GAS symbol.
1999-06-19 Ian Lance Taylor <ian@zembu.com>
#include "obstack.h"
#include "symbols.h"
#include "listing.h"
-#include "struc-symbol.h"
#ifdef OBJ_ELF
#include "elf/arm.h"
}
if (ARM_IS_INTERWORK (sym))
- coffsymbol (sym->bsym)->native->u.syment.n_flags = 0xFF;
+ coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_flags = 0xFF;
}
#endif
#ifdef OBJ_ELF