Include struc-symbol.h so that symbol structure definition is available.
This commit is contained in:
parent
030d863d4f
commit
776b24b437
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
1999-06-19 Ian Lance Taylor <ian@zembu.com>
|
||||||
|
|
||||||
* config/tc-ppc.c: Update for symbol handling changes.
|
* config/tc-ppc.c: Update for symbol handling changes.
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
#include "symbols.h"
|
#include "symbols.h"
|
||||||
#include "listing.h"
|
#include "listing.h"
|
||||||
|
#include "struc-symbol.h"
|
||||||
|
|
||||||
#ifdef OBJ_ELF
|
#ifdef OBJ_ELF
|
||||||
#include "elf/arm.h"
|
#include "elf/arm.h"
|
||||||
|
|
Loading…
Reference in a new issue