Include struc-symbol.h so that symbol structure definition is available.
authorNick Clifton <nickc@redhat.com>
Mon, 21 Jun 1999 08:08:52 +0000 (08:08 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 21 Jun 1999 08:08:52 +0000 (08:08 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index a293146..5e98482 100644 (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.
index 9399a7b..27d069f 100644 (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