From 72655b4aff2e6334921308ea6d51f2a9e1777f8b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 11 Jan 2001 21:20:20 +0000 Subject: Updated ARC assembler from arccores.com --- gas/struc-symbol.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gas/struc-symbol.h') diff --git a/gas/struc-symbol.h b/gas/struc-symbol.h index 1560f9a3df..485ba5a6de 100644 --- a/gas/struc-symbol.h +++ b/gas/struc-symbol.h @@ -22,6 +22,12 @@ #ifndef __struc_symbol_h__ #define __struc_symbol_h__ +#ifdef BFD_ASSEMBLER +/* The BFD code wants to walk the list in both directions. */ +#undef SYMBOLS_NEED_BACKPOINTERS +#define SYMBOLS_NEED_BACKPOINTERS +#endif + /* The information we keep for a symbol. Note that the symbol table holds pointers both to this and to local_symbol structures. See below. */ @@ -89,6 +95,10 @@ struct symbol #ifdef TC_SYMFIELD_TYPE TC_SYMFIELD_TYPE sy_tc; #endif + +#ifdef TARGET_SYMBOL_FIELDS + TARGET_SYMBOL_FIELDS +#endif }; #ifdef BFD_ASSEMBLER -- cgit v1.2.1