X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Famd64-darwin-tdep.c;h=912ef3182854cb42d82df245972f4b8e3afa0989;hb=b50ef514ff0c8d5506227c412c508f9f538bcf5a;hp=5d21ba755d817092a35904e11c1a3b3d3deff83e;hpb=d55e5aa6b29906346c51ad00e6a9b112590aa294;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/amd64-darwin-tdep.c b/gdb/amd64-darwin-tdep.c index 5d21ba755d..912ef31828 100644 --- a/gdb/amd64-darwin-tdep.c +++ b/gdb/amd64-darwin-tdep.c @@ -1,5 +1,5 @@ /* Darwin support for GDB, the GNU debugger. - Copyright (C) 1997-2019 Free Software Foundation, Inc. + Copyright (C) 1997-2020 Free Software Foundation, Inc. Contributed by Apple Computer, Inc. @@ -19,25 +19,24 @@ along with this program. If not, see . */ #include "defs.h" - -/* Local non-gdb includes. */ -#include "amd64-darwin-tdep.h" -#include "amd64-tdep.h" -#include "common/x86-xstate.h" -#include "dwarf2-frame.h" #include "frame.h" -#include "gdbcore.h" -#include "i386-darwin-tdep.h" -#include "i387-tdep.h" #include "inferior.h" +#include "gdbcore.h" +#include "target.h" +#include "symtab.h" +#include "regcache.h" #include "objfiles.h" + +#include "i387-tdep.h" +#include "gdbsupport/x86-xstate.h" +#include "amd64-tdep.h" #include "osabi.h" -#include "regcache.h" -#include "solib-darwin.h" -#include "solib.h" -#include "symtab.h" -#include "target.h" #include "ui-out.h" +#include "amd64-darwin-tdep.h" +#include "i386-darwin-tdep.h" +#include "solib.h" +#include "solib-darwin.h" +#include "dwarf2-frame.h" /* Offsets into the struct x86_thread_state64 where we'll find the saved regs. From and amd64-tdep.h. */