Fix double-free when creating more than one block in JIT debug info reader
[deliverable/binutils-gdb.git] / gdb / arch / i386.h
index c44e24b4a3c9666e688498e3984dcbc6a09d8999..1caa0ae2eec79cf66171b768a549ba763d497cea 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_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.027334 seconds and 4 git commands to generate.