X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Ftic6x-tdep.h;h=8b9bba7ab5be1fb204e575b8ca0753933f4397fe;hb=bebf013204dd89601ecdaaeb1c5fcb3e8ac83b7d;hp=ce642d8e82b0e3266bcec254217f7f0850fc06f2;hpb=c5a570810022466eaa5e077cd1b8aa00d74706f1;p=external%2Fbinutils.git diff --git a/gdb/tic6x-tdep.h b/gdb/tic6x-tdep.h index ce642d8..8b9bba7 100644 --- a/gdb/tic6x-tdep.h +++ b/gdb/tic6x-tdep.h @@ -1,5 +1,5 @@ /* GNU/Linux on TI C6x target support. - Copyright (C) 2011-2012 Free Software Foundation, Inc. + Copyright (C) 2011-2016 Free Software Foundation, Inc. Contributed by Yao Qi This file is part of GDB. @@ -47,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. */ };