summaryrefslogtreecommitdiff
path: root/gas/struc-symbol.h
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-04-14 06:57:28 +0000
committerAlexandre Oliva <aoliva@redhat.com>2001-04-14 06:57:28 +0000
commite9edecad19569e77e3941a3481571b495801adff (patch)
tree3f0ef1851c663354cf16af9a55e574d21d8f13e8 /gas/struc-symbol.h
parentbd24a24f2fb2607665b5c0a0548d2fbb18c454ea (diff)
downloadbinutils-redhat-e9edecad19569e77e3941a3481571b495801adff.tar.gz
* struc-symbol.h (struct local_symbol): New TC_LOCAL_SYMFIELD_TYPE.
* symbols.c (local_symbol_convert): Call TC_LOCAL_SYMFIELD_CONVERT.
Diffstat (limited to 'gas/struc-symbol.h')
-rw-r--r--gas/struc-symbol.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/struc-symbol.h b/gas/struc-symbol.h
index 6573f2c2a3..01c8b4f343 100644
--- a/gas/struc-symbol.h
+++ b/gas/struc-symbol.h
@@ -139,6 +139,10 @@ struct local_symbol
/* The offset within the frag. */
valueT lsy_offset;
+
+#ifdef TC_LOCAL_SYMFIELD_TYPE
+ TC_LOCAL_SYMFIELD_TYPE lsy_tc;
+#endif
};
#define local_symbol_converted_p(l) ((l)->lsy_section == reg_section)