From c163184fa261577a26ab333f3abc9fd88fded05e Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 27 Oct 2004 19:50:24 +0000 Subject: [PATCH] * mips-tdep.c (id_delayed): Remove prototype. --- gdb/ChangeLog | 4 ++++ gdb/mips-tdep.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7f67c2ac084..84022c0a7e5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-10-27 Mark Kettenis + + * mips-tdep.c (id_delayed): Remove prototype. + 2004-10-26 Mark Kettenis * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM, diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index f20cd7d3aa6..1732d8d41d2 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) { -- 2.30.2