X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Farm-nbsd-nat.c;h=4dacd577ba1c20c0e6e68af076574558f3b68aa1;hb=43816ebc335481c99808c4fdfffb9ea3f510b19a;hp=09f4f0f1c471e020935dcb0959ae0c1bff283c96;hpb=d55e5aa6b29906346c51ad00e6a9b112590aa294;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/arm-nbsd-nat.c b/gdb/arm-nbsd-nat.c index 09f4f0f1c4..4dacd577ba 100644 --- a/gdb/arm-nbsd-nat.c +++ b/gdb/arm-nbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for BSD Unix running on ARM's, for GDB. - Copyright (C) 1988-2019 Free Software Foundation, Inc. + Copyright (C) 1988-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -18,20 +18,17 @@ along with this program. If not, see . */ #include "defs.h" - -/* Standard C includes. */ -#include -#include -#include -#include - -/* Local non-gdb includes. */ -#include "arm-tdep.h" #include "gdbcore.h" -#include "inf-ptrace.h" #include "inferior.h" #include "regcache.h" #include "target.h" +#include +#include +#include +#include + +#include "arm-tdep.h" +#include "inf-ptrace.h" class arm_netbsd_nat_target final : public inf_ptrace_target { @@ -43,8 +40,6 @@ public: static arm_netbsd_nat_target the_arm_netbsd_nat_target; -extern int arm_apcs_32; - static void arm_supply_gregset (struct regcache *regcache, struct reg *gregset) { @@ -442,7 +437,7 @@ fetch_elfcore_registers (struct regcache *regcache, static struct core_fns arm_netbsd_elfcore_fns = { - bfd_target_elf_flavour, /* core_flovour. */ + bfd_target_elf_flavour, /* core_flavour. */ default_check_format, /* check_format. */ default_core_sniffer, /* core_sniffer. */ fetch_elfcore_registers, /* core_read_registers. */