don't let bin2hex call strlen
[deliverable/binutils-gdb.git] / gdb / tic6x-tdep.h
index 022757227f1dd682c7490d03e178d5ddcd43ea79..808b1755033381f10f14ff03fce8de1c38552f6c 100644 (file)
@@ -1,6 +1,5 @@
 /* GNU/Linux on  TI C6x target support.
-   Copyright (C) 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2011-2014 Free Software Foundation, Inc.
    Contributed by Yao Qi <yao@codesourcery.com>
 
    This file is part of GDB.
@@ -48,7 +47,7 @@ struct gdbarch_tdep
      instruction.  */
   CORE_ADDR (*syscall_next_pc) (struct frame_info *frame);
 
-  const char *breakpoint; /* Breakpoint instruction.  */
+  const gdb_byte *breakpoint; /* Breakpoint instruction.  */
 
   int has_gp; /* Has general purpose registers A16 - A31 and B16 - B31.  */
 };
This page took 0.023356 seconds and 4 git commands to generate.