]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
opcodes/
authorThomas Schwinge <tschwinge@gnu.org>
Thu, 5 Jul 2012 08:18:43 +0000 (08:18 +0000)
committerThomas Schwinge <tschwinge@gnu.org>
Thu, 5 Jul 2012 08:18:43 +0000 (08:18 +0000)
* mips-dis: Remove gratuitous newline.

opcodes/ChangeLog
opcodes/mips-dis.c

index 953f6cf89687536324bc2170e199beeb155d1f71..49ed3f54e3588512f3ecf2984a9a53dae393a237 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-05  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * mips-dis: Remove gratuitous newline.
+
 2012-07-02  Roland McGrath  <mcgrathr@google.com>
 
        * i386-opc.tbl: Add RepPrefixOk to nop.
index 6651daad7c156d4089b650e8c138946a8fc952fd..c15c6dfedf5f6966b1181421245e49c702a78613 100644 (file)
@@ -1,6 +1,6 @@
 /* Print mips instructions for GDB, the GNU debugger, or for objdump.
    Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009
+   2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2012
    Free Software Foundation, Inc.
    Contributed by Nobuyuki Hikichi(hikichi@sra.co.jp).
 
@@ -1352,7 +1352,6 @@ print_insn_args (const char *d,
 
        case 'B':
          (*info->fprintf_func) (info->stream, "0x%lx",
-
                                 (l >> OP_SH_CODE20) & OP_MASK_CODE20);
          break;