diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/mips-tdep.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7f67c2a..84022c0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-10-27 Mark Kettenis <kettenis@gnu.org> + + * mips-tdep.c (id_delayed): Remove prototype. + 2004-10-26 Mark Kettenis <kettenis@gnu.org> * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM, diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index f20cd7d..1732d8d 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -4943,8 +4943,6 @@ mips_print_registers_info (struct gdbarch *gdbarch, struct ui_file *file, /* Is this a branch with a delay slot? */ -static int is_delayed (unsigned long); - static int is_delayed (unsigned long insn) { |