From: Mark Kettenis Date: Wed, 27 Oct 2004 19:50:24 +0000 (+0000) Subject: * mips-tdep.c (id_delayed): Remove prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c163184fa261577a26ab333f3abc9fd88fded05e;p=binutils-gdb.git * mips-tdep.c (id_delayed): Remove prototype. --- 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) {