From 025c0596c104aaa41eaeb9aaaade7566c7b89503 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 20 Apr 2005 13:29:45 +0000 Subject: [PATCH] * config/tc-ia64.c (specify_resource): Initialize all of tmpl. --- gas/ChangeLog | 4 ++++ gas/config/tc-ia64.c | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 31ffae6c7..4304447b6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2005-04-20 Andreas Schwab + + * config/tc-ia64.c (specify_resource): Initialize all of tmpl. + 2005-04-19 David S. Miller * config/tc-sparc.c (md_assemble): If sparc_ip gives us a diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index dcbca0411..20c3aa60c 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"), \ -- 2.11.4.GIT