* config/tc-ia64.c (specify_resource): Initialize all of tmpl.
This commit is contained in:
parent
e7f9d279d9
commit
1f8b139594
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-04-20 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* config/tc-ia64.c (specify_resource): Initialize all of tmpl.
|
||||
|
||||
2005-04-19 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* config/tc-sparc.c (md_assemble): If sparc_ip gives us a
|
||||
|
|
|
@ -8171,9 +8171,15 @@ specify_resource (dep, idesc, type, specs, note, path)
|
|||
tmpl.qp_regno = CURR_SLOT.qp_regno;
|
||||
tmpl.link_to_qp_branch = 1;
|
||||
tmpl.mem_offset.hint = 0;
|
||||
tmpl.mem_offset.offset = 0;
|
||||
tmpl.mem_offset.base = 0;
|
||||
tmpl.specific = 1;
|
||||
tmpl.index = -1;
|
||||
tmpl.cmp_type = CMP_NONE;
|
||||
tmpl.depind = 0;
|
||||
tmpl.file = NULL;
|
||||
tmpl.line = 0;
|
||||
tmpl.path = 0;
|
||||
|
||||
#define UNHANDLED \
|
||||
as_warn (_("Unhandled dependency %s for %s (%s), note %d"), \
|
||||
|
|
Loading…
Reference in a new issue