sym-info-cmds.exp: add yet another missing quote in test name
[deliverable/binutils-gdb.git] / gdb / arch / amd64.h
index 0821a7c0f432f9e12930f19bccd19f5748447e03..96b52a9ace63833853119d4585fdf8b9cfc586ef 100644 (file)
@@ -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.
 
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "tdesc.h"
+#ifndef ARCH_AMD64_H
+#define ARCH_AMD64_H
+
+#include "gdbsupport/tdesc.h"
 #include <stdint.h>
 
-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 */
This page took 0.027211 seconds and 4 git commands to generate.