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

Unified Diff: opcodes/tilepro-dis.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 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 | « opcodes/tilegx-opc.c ('k') | opcodes/tilepro-opc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: opcodes/tilepro-dis.c
diff --git a/opcodes/tilepro-dis.c b/opcodes/tilepro-dis.c
index bf9910cab46956f0faa6f56410a168c8e1537567..a0a8c9a719918a0ea0cfb5fc7f2c3a7a9296cd2e 100644
--- a/opcodes/tilepro-dis.c
+++ b/opcodes/tilepro-dis.c
@@ -1,5 +1,5 @@
/* tilepro-dis.c. Disassembly routines for the TILEPro architecture.
- Copyright 2011 Free Software Foundation, Inc.
+ Copyright 2011, 2012 Free Software Foundation, Inc.
This file is part of the GNU opcodes library.
@@ -18,12 +18,12 @@
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
+#include "sysdep.h"
#include <stddef.h>
#include <assert.h>
#include "bfd.h"
#include "elf/tilepro.h"
#include "elf-bfd.h"
-#include "sysdep.h"
#include "dis-asm.h"
#include "opcode/tilepro.h"
« no previous file with comments | « opcodes/tilegx-opc.c ('k') | opcodes/tilepro-opc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698