Mark entirely optimized out value as non-lazy.
[deliverable/binutils-gdb.git] / gdb / xstormy16-tdep.c
index cb551ff2209c03c6cd8ad57782730d0dc6c383b7..cb7d31eed01ff3b530ed2ac3d42932e38bae9293 100644 (file)
@@ -29,7 +29,7 @@
 #include "value.h"
 #include "dis-asm.h"
 #include "inferior.h"
-#include "gdb_string.h"
+#include <string.h>
 #include "gdb_assert.h"
 #include "arch-utils.h"
 #include "floatformat.h"
@@ -505,7 +505,7 @@ xstormy16_in_function_epilogue_p (struct gdbarch *gdbarch, CORE_ADDR pc)
   return 0;
 }
 
-const static unsigned char *
+static const unsigned char *
 xstormy16_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr,
                              int *lenptr)
 {
This page took 0.02506 seconds and 4 git commands to generate.