summaryrefslogtreecommitdiff
path: root/gas/config/tc-tic54x.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-03-10 09:32:20 +0000
committerJan Beulich <jbeulich@novell.com>2005-03-10 09:32:20 +0000
commit4962e19668d8962197e93b28a143ab988d08d375 (patch)
tree6207d56d56f024bee8399a758c477adc7325d7e6 /gas/config/tc-tic54x.h
parent54433e3802908c5d1a9b8929066e40778e10cb34 (diff)
downloadbinutils-gdb-4962e19668d8962197e93b28a143ab988d08d375.tar.gz
gas/
2005-03-10 Jan Beulich <jbeulich@novell.com> * config/tc-tic54x.h (tic54x_macro_info): Change parameter type. * config/tc-tic54x.c (tic54x_macro_info): Likewise. Replace hand- crafted structure declarations with the types from macro.h.
Diffstat (limited to 'gas/config/tc-tic54x.h')
-rw-r--r--gas/config/tc-tic54x.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-tic54x.h b/gas/config/tc-tic54x.h
index 07b1f67e98c..5d36fdc4c04 100644
--- a/gas/config/tc-tic54x.h
+++ b/gas/config/tc-tic54x.h
@@ -97,7 +97,8 @@ extern void tic54x_macro_start (void);
#define md_macro_end() tic54x_macro_end()
extern void tic54x_macro_end (void);
#define md_macro_info(args) tic54x_macro_info(args)
-extern void tic54x_macro_info PARAMS((void *macro));
+struct macro_struct;
+extern void tic54x_macro_info PARAMS((const struct macro_struct *));
#define tc_frob_label(sym) tic54x_define_label (sym)
extern void tic54x_define_label PARAMS((symbolS *));