Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: binutils/opcodes/arm-dis.c

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « binutils/opcodes/aclocal.m4 ('k') | binutils/opcodes/po/opcodes.pot » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils/opcodes/arm-dis.c
diff --git a/binutils/opcodes/arm-dis.c b/binutils/opcodes/arm-dis.c
index 76571478600d0e7567696aaed66257214aa81bcf..dae4f17386d9b8a9942c4e06d941af1886bdef06 100644
--- a/binutils/opcodes/arm-dis.c
+++ b/binutils/opcodes/arm-dis.c
@@ -3928,12 +3928,16 @@ print_insn_thumb32 (bfd_vma pc, struct disassemble_info *info, long given)
c += 1 << width;
break;
+ case 'x':
+ func (stream, "0x%lx", val & 0xffffffffUL);
+ break;
+
default:
abort ();
}
+ break;
}
- break;
-
+
default:
abort ();
}
« no previous file with comments | « binutils/opcodes/aclocal.m4 ('k') | binutils/opcodes/po/opcodes.pot » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698