ubsan: aarch64: left shift of negative value
[deliverable/binutils-gdb.git] / gdb / amd64-dicos-tdep.c
index 9c023eaa387ae5d90d27b0b3a50befb158c6231e..ee91888491b340838601d048b4257dd07641b3ad 100644 (file)
@@ -20,7 +20,7 @@
 #include "defs.h"
 #include "osabi.h"
 #include "amd64-tdep.h"
-#include "x86-xstate.h"
+#include "gdbsupport/x86-xstate.h"
 #include "dicos-tdep.h"
 
 static void
@@ -35,7 +35,7 @@ amd64_dicos_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 static enum gdb_osabi
 amd64_dicos_osabi_sniffer (bfd *abfd)
 {
-  char *target_name = bfd_get_target (abfd);
+  const char *target_name = bfd_get_target (abfd);
 
   /* On amd64-DICOS, the Load Module's "header" section is 72
      bytes.  */
This page took 0.025829 seconds and 4 git commands to generate.