diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2012-07-05 08:18:43 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2012-07-05 08:18:43 +0000 |
commit | 8b99bf0bbe54604c329ccb12927b408ced69b771 (patch) | |
tree | bac6f77c3f6985dc27765b3657a84e9dfb689057 /opcodes/mips-dis.c | |
parent | f77cc5f048e7b5dcfd3e2f864ba6543d6ad98d3c (diff) | |
download | gdb-8b99bf0bbe54604c329ccb12927b408ced69b771.zip gdb-8b99bf0bbe54604c329ccb12927b408ced69b771.tar.gz gdb-8b99bf0bbe54604c329ccb12927b408ced69b771.tar.bz2 |
opcodes/
* mips-dis: Remove gratuitous newline.
Diffstat (limited to 'opcodes/mips-dis.c')
-rw-r--r-- | opcodes/mips-dis.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 6651daa..c15c6df 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -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; |