X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Ftic6x-tdep.c;h=ae3138e003ef202891f3683f7445ef8c4e1a6c7e;hb=beb4a5f76fb37aae9642239c64c9922935ccb245;hp=d382b3d404b6360df2a57004f155806003a9292f;hpb=3e5d3a5aaf64994809c15f0af12dd9260cf456e3;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/tic6x-tdep.c b/gdb/tic6x-tdep.c index d382b3d..ae3138e 100644 --- a/gdb/tic6x-tdep.c +++ b/gdb/tic6x-tdep.c @@ -1,6 +1,6 @@ /* Target dependent code for GDB on TI C6x systems. - Copyright (C) 2010-2013 Free Software Foundation, Inc. + Copyright (C) 2010-2014 Free Software Foundation, Inc. Contributed by Andrew Jenner Contributed by Yao Qi @@ -44,7 +44,6 @@ #include "linux-tdep.h" #include "solib.h" #include "objfiles.h" -#include "gdb_assert.h" #include "osabi.h" #include "tic6x-tdep.h" #include "language.h" @@ -1308,6 +1307,7 @@ tic6x_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) frame_unwind_append_unwinder (gdbarch, &tic6x_stub_unwind); frame_unwind_append_unwinder (gdbarch, &tic6x_frame_unwind); + frame_base_set_default (gdbarch, &tic6x_frame_base); dwarf2_frame_set_init_reg (gdbarch, tic6x_dwarf2_frame_init_reg);