This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
gas/config/tc-tic54x.c's use of macro_struct and formal_struct
- From: "Jan Beulich" <JBeulich at novell dot com>
- To: <twall at alum dot mit dot edu>
- Cc: <binutils at sources dot redhat dot com>
- Date: Wed, 09 Mar 2005 11:06:50 +0100
- Subject: gas/config/tc-tic54x.c's use of macro_struct and formal_struct
As I'm intending to add one or two elements to macro_struct (to allow
.purgem to free the memory allocated by .macro) I'd like to understand
what, if any, reasons there are for this file, in function
tic54x_macro_info, to redeclare these two structures instead of using
them (or even better their typedef equivalents) from the already
included macro.h.
Thanks, Jan