* config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.
authorBob Wilson <bob.wilson@acm.org>
Thu, 29 Dec 2005 21:04:14 +0000 (21:04 +0000)
committerBob Wilson <bob.wilson@acm.org>
Thu, 29 Dec 2005 21:04:14 +0000 (21:04 +0000)
gas/ChangeLog
gas/config/tc-xtensa.c

index 5ca1092..17bdc82 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-29  Sterling Augustine  <sterling@tensilica.com>
+
+       * config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.
+
 2005-12-27  Nathan Sidwell  <nathan@codesourcery.com>
 
        * config/tc-mt.c (mt_arch): Default to ms1_16_002.
index aabe5e0..9cc8cc4 100644 (file)
@@ -11220,8 +11220,6 @@ tinsn_to_slotbuf (xtensa_format fmt,
   int noperands = xtensa_opcode_num_operands (isa, opcode);
   int i;
 
-  *((int *) &slotbuf[0]) = 0;
-  *((int *) &slotbuf[1]) = 0;
   assert (tinsn->insn_type == ITYPE_INSN);
   if (noperands != tinsn->ntok)
     as_fatal (_("operand number mismatch"));