aboutsummaryrefslogtreecommitdiff
path: root/gdb/ft32-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ft32-tdep.c')
-rw-r--r--gdb/ft32-tdep.c34
1 files changed, 18 insertions, 16 deletions
diff --git a/gdb/ft32-tdep.c b/gdb/ft32-tdep.c
index bded02f..404ec98 100644
--- a/gdb/ft32-tdep.c
+++ b/gdb/ft32-tdep.c
@@ -18,30 +18,32 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "frame.h"
-#include "frame-unwind.h"
+
+/* Standard C++ includes. */
+#include <algorithm>
+
+/* Local non-gdb includes. */
+#include "arch-utils.h"
+#include "dis-asm.h"
#include "frame-base.h"
-#include "symtab.h"
-#include "gdbtypes.h"
+#include "frame-unwind.h"
+#include "frame.h"
+#include "ft32-tdep.h"
+#include "gdb/sim-ft32.h"
#include "gdbcmd.h"
#include "gdbcore.h"
-#include "value.h"
+#include "gdbtypes.h"
#include "inferior.h"
-#include "symfile.h"
+#include "language.h"
#include "objfiles.h"
+#include "opcode/ft32.h"
#include "osabi.h"
-#include "language.h"
-#include "arch-utils.h"
+#include "record.h"
#include "regcache.h"
+#include "symfile.h"
+#include "symtab.h"
#include "trad-frame.h"
-#include "dis-asm.h"
-#include "record.h"
-
-#include "opcode/ft32.h"
-
-#include "ft32-tdep.h"
-#include "gdb/sim-ft32.h"
-#include <algorithm>
+#include "value.h"
#define RAM_BIAS 0x800000 /* Bias added to RAM addresses. */