X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Falpha-mdebug-tdep.c;h=2fa27c401351a4575325898c49d11d5115fd61a0;hb=50838d1be72ddd30e0b5f081933482424ae5a6b0;hp=590aa8e577264bdfda9e34ed902fa370f98137fc;hpb=d55e5aa6b29906346c51ad00e6a9b112590aa294;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/alpha-mdebug-tdep.c b/gdb/alpha-mdebug-tdep.c index 590aa8e577..2fa27c4013 100644 --- a/gdb/alpha-mdebug-tdep.c +++ b/gdb/alpha-mdebug-tdep.c @@ -1,5 +1,5 @@ /* Target-dependent mdebug code for the ALPHA architecture. - Copyright (C) 1993-2019 Free Software Foundation, Inc. + Copyright (C) 1993-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -17,18 +17,18 @@ along with this program. If not, see . */ #include "defs.h" - -/* Local non-gdb includes. */ -#include "alpha-tdep.h" -#include "block.h" -#include "frame-base.h" -#include "frame-unwind.h" #include "frame.h" -#include "gdbcore.h" -#include "mdebugread.h" +#include "frame-unwind.h" +#include "frame-base.h" #include "symtab.h" +#include "gdbcore.h" +#include "block.h" #include "trad-frame.h" +#include "alpha-tdep.h" +#include "mdebugread.h" +#include "gdbarch.h" + /* FIXME: Some of this code should perhaps be merged with mips. */ /* *INDENT-OFF* */