Browse Source

* mn10300-tdep.c (is_my_frame_in_sp, is_my_frame_in_fp)

(is_my_frame_last): Delete these unused functions.
gdb-csl-arm-20051020-branch
Kevin Buettner 21 years ago
parent
commit
2247615a0e
  1. 5
      gdb/ChangeLog
  2. 18
      gdb/mn10300-tdep.c

5
gdb/ChangeLog

@ -1,3 +1,8 @@
2005-09-02 Kevin Buettner <kevinb@redhat.com>
* mn10300-tdep.c (is_my_frame_in_sp, is_my_frame_in_fp)
(is_my_frame_last): Delete these unused functions.
2005-09-02 Kevin Buettner <kevinb@redhat.com>
* mn10300-tdep.c (mn10300_frame_prev_register): Change type of

18
gdb/mn10300-tdep.c

@ -314,24 +314,6 @@ my_frame_is_last (struct frame_info *fi)
{
}
static int
is_my_frame_in_sp (struct frame_info *fi)
{
return 0;
}
static int
is_my_frame_in_fp (struct frame_info *fi)
{
return 0;
}
static int
is_my_frame_last (struct frame_info *fi)
{
return 0;
}
static void
set_my_stack_size (struct frame_info *fi, CORE_ADDR size)
{

Loading…
Cancel
Save