Use gdb_bfd_sections in get_stap_base_address
[deliverable/binutils-gdb.git] / gdb / arch / i386.h
index 8f3fe3ba4200e3667187a0bd5a3956418eec1d8c..12c9e27edaa33b011e06fefb00b86362a8a805d7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017-2018 Free Software Foundation, Inc.
+/* Copyright (C) 2017-2020 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 "common/tdesc.h"
+#ifndef ARCH_I386_H
+#define ARCH_I386_H
+
+#include "gdbsupport/tdesc.h"
 #include <stdint.h>
 
-target_desc *i386_create_target_description (uint64_t xcr0, bool is_linux);
+target_desc *i386_create_target_description (uint64_t xcr0, bool is_linux,
+                                            bool segments);
+
+#endif /* ARCH_I386_H */
This page took 0.023756 seconds and 4 git commands to generate.