view binutils.diff @ 0:710c1d3c6036

import
author jeffpc@hvfdev
date Sun, 30 Oct 2011 11:56:06 -0400
parents
children
line wrap: on
line source

diff -ru binutils-2.21.1.orig//gas/config/tc-s390.c binutils-2.21.1/gas/config/tc-s390.c
--- binutils-2.21.1.orig//gas/config/tc-s390.c	Sat Oct 29 16:02:41 2011
+++ binutils-2.21.1/gas/config/tc-s390.c	Sat Oct 29 16:14:48 2011
@@ -527,7 +527,6 @@
 {
   register const struct s390_opcode *op;
   const struct s390_opcode *op_end;
-  bfd_boolean dup_insn = FALSE;
   const char *retval;
 
   /* Give a warning if the combination -m64-bit and -Aesa is used.  */
@@ -551,7 +550,6 @@
 	{
 	  as_bad (_("Internal assembler error for instruction format %s"),
 		  op->name);
-	  dup_insn = TRUE;
 	}
     }