diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2005-04-20 13:29:45 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2005-04-20 13:29:45 +0000 |
commit | 1f8b1395941f24aa0d11ad54fd1ab51cbb850c59 (patch) | |
tree | 67657403a56db74e31604c3cd4c619ed7263d010 /gas/config | |
parent | e7f9d279d966f95b0a279582657e6db51b582597 (diff) | |
download | gdb-1f8b1395941f24aa0d11ad54fd1ab51cbb850c59.zip gdb-1f8b1395941f24aa0d11ad54fd1ab51cbb850c59.tar.gz gdb-1f8b1395941f24aa0d11ad54fd1ab51cbb850c59.tar.bz2 |
* config/tc-ia64.c (specify_resource): Initialize all of tmpl.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-ia64.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index dcbca04..20c3aa6 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -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"), \ |