X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftic6x-tdep.h;h=808b1755033381f10f14ff03fce8de1c38552f6c;hb=9f1b45b0da430a7a7abf9e54acbe6f2ef9d3a763;hp=022757227f1dd682c7490d03e178d5ddcd43ea79;hpb=8cd64e0034dc4dc3e48245f9f61fd1f5245fce66;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/tic6x-tdep.h b/gdb/tic6x-tdep.h index 022757227f..808b175503 100644 --- a/gdb/tic6x-tdep.h +++ b/gdb/tic6x-tdep.h @@ -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 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. */ };