diff options
Diffstat (limited to 'gdb/frv-linux-tdep.c')
-rw-r--r-- | gdb/frv-linux-tdep.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/gdb/frv-linux-tdep.c b/gdb/frv-linux-tdep.c index b47d373..e526145 100644 --- a/gdb/frv-linux-tdep.c +++ b/gdb/frv-linux-tdep.c @@ -19,20 +19,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Local non-gdb includes. */ -#include "elf-bfd.h" -#include "elf/frv.h" -#include "frame-unwind.h" -#include "frame.h" -#include "frv-tdep.h" #include "gdbcore.h" -#include "linux-tdep.h" +#include "target.h" +#include "frame.h" #include "osabi.h" #include "regcache.h" -#include "regset.h" -#include "target.h" +#include "elf-bfd.h" +#include "elf/frv.h" +#include "frv-tdep.h" #include "trad-frame.h" +#include "frame-unwind.h" +#include "regset.h" +#include "linux-tdep.h" /* Define the size (in bytes) of an FR-V instruction. */ static const int frv_instr_size = 4; |