Include struc-symbol.h so that symbol structure definition is available.
This commit is contained in:
parent
030d863d4f
commit
776b24b437
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user