X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Farch%2Famd64.h;h=96b52a9ace63833853119d4585fdf8b9cfc586ef;hb=7f2d7a0d0d827788394ba7a5a8f4b6b4e0671a7c;hp=c0c4dc27efe62ca834d00e9f77066bd6338a49bd;hpb=f46cd62a69b8050c7c30a53b29a781a9b5e9f062;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/arch/amd64.h b/gdb/arch/amd64.h index c0c4dc27ef..96b52a9ace 100644 --- a/gdb/arch/amd64.h +++ b/gdb/arch/amd64.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -15,8 +15,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include "common/tdesc.h" +#ifndef ARCH_AMD64_H +#define ARCH_AMD64_H + +#include "gdbsupport/tdesc.h" #include target_desc *amd64_create_target_description (uint64_t xcr0, bool is_x32, - bool is_linux); + bool is_linux, bool segments); + +#endif /* ARCH_AMD64_H */