From 5935b8dbd1812f649ab72be6577e2a20d13c8a3b 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 7f67c2ac08..84022c0a7e 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 f20cd7d3aa..1732d8d41d 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.11.0