* 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 5ca1092a92792e1b072d1c1dfb0b5c4248c96adf..17bdc829cbabc7c1a98536e1625ffad0cbf194cc 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 aabe5e0961c14d7c08a944c770fc42f1ef42e845..9cc8cc4e0ba62d7ec63ef5007e0615684df34227 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"));
This page took 0.041042 seconds and 4 git commands to generate.