summaryrefslogtreecommitdiff
path: root/gdb/csky-tdep.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-03-30 11:29:17 -0600
committerTom Tromey <tom@tromey.com>2019-03-30 11:36:53 -0600
commit268f4c4cd7b229f7f23ebbf6006973ebe0a05888 (patch)
treec97516c90aa5bf6ccb54c494c275339d42dc03aa /gdb/csky-tdep.c
parentae2b14c73cd42b067e9687219155ed044210f0c1 (diff)
downloadbinutils-gdb-268f4c4cd7b229f7f23ebbf6006973ebe0a05888.tar.gz
Diffstat (limited to 'gdb/csky-tdep.c')
-rw-r--r--gdb/csky-tdep.c60
1 files changed, 34 insertions, 26 deletions
diff --git a/gdb/csky-tdep.c b/gdb/csky-tdep.c
index cd7d8c5a0b1..b7da65d5ecc 100644
--- a/gdb/csky-tdep.c
+++ b/gdb/csky-tdep.c
@@ -20,43 +20,51 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
+#include "csky-tdep.h"
+
+/* Standard C++ includes. */
+#include <algorithm>
+#include <vector>
+
+/* Local non-gdb includes. */
+#include "dis-asm.h"
+#include "elf-bfd.h"
+#include "elf/csky.h"
+#include "floatformat.h"
+#include "opcode/csky.h"
+#include "symcat.h"
+
+/* Local subdirectory includes. */
#include "common/gdb_assert.h"
+
+/* Local includes. */
+#include "arch-utils.h"
+#include "block.h"
+#include "dwarf2-frame.h"
+#include "frame-base.h"
+#include "frame-unwind.h"
#include "frame.h"
-#include "inferior.h"
-#include "symtab.h"
-#include "value.h"
#include "gdbcmd.h"
-#include "language.h"
#include "gdbcore.h"
-#include "symfile.h"
-#include "objfiles.h"
#include "gdbtypes.h"
-#include "target.h"
-#include "arch-utils.h"
-#include "regcache.h"
+#include "infcall.h"
+#include "inferior.h"
+#include "language.h"
+#include "objfiles.h"
#include "osabi.h"
-#include "block.h"
+#include "regcache.h"
#include "reggroups.h"
-#include "elf/csky.h"
-#include "elf-bfd.h"
-#include "symcat.h"
-#include "sim-regno.h"
-#include "dis-asm.h"
-#include "frame-unwind.h"
-#include "frame-base.h"
-#include "trad-frame.h"
-#include "infcall.h"
-#include "floatformat.h"
+#include "regset.h"
#include "remote.h"
+#include "sim-regno.h"
+#include "symfile.h"
+#include "symtab.h"
#include "target-descriptions.h"
-#include "dwarf2-frame.h"
+#include "target.h"
+#include "trad-frame.h"
#include "user-regs.h"
#include "valprint.h"
-#include "csky-tdep.h"
-#include "regset.h"
-#include "opcode/csky.h"
-#include <algorithm>
-#include <vector>
+#include "value.h"
/* Control debugging information emitted in this file. */
static int csky_debug = 0;