* config/tc-ia64.c (specify_resource): Initialize all of tmpl.
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 20 Apr 2005 13:29:45 +0000 (13:29 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 20 Apr 2005 13:29:45 +0000 (13:29 +0000)
gas/ChangeLog
gas/config/tc-ia64.c

index 31ffae6c706412f63bdc34a072d7cf6ae42f6601..4304447b6e5f0f810f2b18ee6e59c245d986f2c6 100644 (file)
@@ -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
index dcbca04111443f693a8047110261a80c570d5455..20c3aa60cdd9b05b96f66b1c9fd7fa924f70b900 100644 (file)
@@ -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"), \
This page took 0.039006 seconds and 4 git commands to generate.