Include struc-symbol.h so that symbol structure definition is available.

This commit is contained in:
Nick Clifton 1999-06-21 08:08:52 +00:00
parent 030d863d4f
commit 776b24b437
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-06-21 Nick Clifton <nickc@cygnus.com>
* config/tc-arm.c: Include struc-symbol.h so that symbol structure
definition is available.
1999-06-19 Ian Lance Taylor <ian@zembu.com>
* config/tc-ppc.c: Update for symbol handling changes.

View File

@ -31,6 +31,7 @@
#include "obstack.h"
#include "symbols.h"
#include "listing.h"
#include "struc-symbol.h"
#ifdef OBJ_ELF
#include "elf/arm.h"
@ -6737,7 +6738,7 @@ arm_adjust_symtab ()
}
if (ARM_IS_INTERWORK (sym))
coffsymbol(sym->bsym)->native->u.syment.n_flags = 0xFF;
coffsymbol (sym->bsym)->native->u.syment.n_flags = 0xFF;
}
#endif
#ifdef OBJ_ELF