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