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

Unified Diff: opcodes/z8kgen.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/xtensa-dis.c ('k') | readline/ChangeLog.gdb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: opcodes/z8kgen.c
diff --git a/opcodes/z8kgen.c b/opcodes/z8kgen.c
index ecb56b7eea49e9c18facb802774f104fdc608a76..8f22efda342bcfdb097f41ffc6efbf3ff2466527 100644
--- a/opcodes/z8kgen.c
+++ b/opcodes/z8kgen.c
@@ -1,4 +1,5 @@
-/* Copyright 2001, 2002, 2003, 2005, 2007, 2009 Free Software Foundation, Inc.
+/* Copyright 2001, 2002, 2003, 2005, 2007, 2009, 2012
+ Free Software Foundation, Inc.
This file is part of the GNU opcodes library.
@@ -19,8 +20,8 @@
/* This program generates z8k-opc.h. */
-#include <stdio.h>
#include "sysdep.h"
+#include <stdio.h>
#include "libiberty.h"
#define BYTE_INFO_LEN 10
« no previous file with comments | « opcodes/xtensa-dis.c ('k') | readline/ChangeLog.gdb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698