summaryrefslogtreecommitdiff
path: root/gas/config/tc-tic6x.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-tic6x.h')
-rw-r--r--gas/config/tc-tic6x.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-tic6x.h b/gas/config/tc-tic6x.h
index 0285db4baf9..c9df520b4b6 100644
--- a/gas/config/tc-tic6x.h
+++ b/gas/config/tc-tic6x.h
@@ -119,6 +119,10 @@ extern void tic6x_cons_align (int n);
} while (0)
extern bfd_boolean tic6x_do_align (int n, char *fill, int len, int max);
+#define CONVERT_SYMBOLIC_ATTRIBUTE(name) \
+ tic6x_convert_symbolic_attribute (name)
+extern int tic6x_convert_symbolic_attribute (const char *);
+
#define md_end() tic6x_end ();
extern void tic6x_end (void);