summaryrefslogtreecommitdiff
path: root/gas/struc-symbol.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-01-11 21:20:20 +0000
committerNick Clifton <nickc@redhat.com>2001-01-11 21:20:20 +0000
commit72655b4aff2e6334921308ea6d51f2a9e1777f8b (patch)
treec4d37fe1934d2251cd4c369f7b4cd8fcc915ca9a /gas/struc-symbol.h
parente0ef1bb59eace00cd07e4d4ad44d2ac9e8f25f3d (diff)
downloadbinutils-redhat-72655b4aff2e6334921308ea6d51f2a9e1777f8b.tar.gz
Updated ARC assembler from arccores.com
Diffstat (limited to 'gas/struc-symbol.h')
-rw-r--r--gas/struc-symbol.h10
1 files changed, 10 insertions, 0 deletions
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