diff options
Diffstat (limited to 'gdb/frv-tdep.c')
-rw-r--r-- | gdb/frv-tdep.c | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/gdb/frv-tdep.c b/gdb/frv-tdep.c index 804206b..9c00f96 100644 --- a/gdb/frv-tdep.c +++ b/gdb/frv-tdep.c @@ -18,26 +18,28 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "inferior.h" -#include "gdbcore.h" + +/* Local non-gdb includes. */ +#include "../opcodes/frv-desc.h" #include "arch-utils.h" -#include "regcache.h" -#include "frame.h" -#include "frame-unwind.h" -#include "frame-base.h" -#include "trad-frame.h" #include "dis-asm.h" -#include "sim-regno.h" -#include "gdb/sim-frv.h" -#include "../opcodes/frv-desc.h" /* for the H_SPR_... enums */ -#include "symtab.h" #include "elf-bfd.h" #include "elf/frv.h" -#include "osabi.h" -#include "infcall.h" -#include "solib.h" +#include "frame-base.h" +#include "frame-unwind.h" +#include "frame.h" #include "frv-tdep.h" +#include "gdb/sim-frv.h" +#include "gdbcore.h" +#include "infcall.h" +#include "inferior.h" #include "objfiles.h" +#include "osabi.h" +#include "regcache.h" +#include "sim-regno.h" +#include "solib.h" +#include "symtab.h" +#include "trad-frame.h" struct frv_unwind_cache /* was struct frame_extra_info */ { |