This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: patch linux-mips-low.c
- From: Daniel Jacobowitz <dmj+ at andrew dot cmu dot edu>
- To: Eliot Dresselhaus <eliot at ayrnetworks dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Mon, 25 Feb 2002 20:43:47 -0500
- Subject: Re: patch linux-mips-low.c
- References: <200202260111.g1Q1Bcj21525@ ayrnetworks.com>
On Mon, Feb 25, 2002 at 05:11:38PM -0800, Eliot Dresselhaus wrote:
>
> Obvious bug fix.
>
> Index: linux-mips-low.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/gdbserver/linux-mips-low.c,v
> retrieving revision 1.2
> diff -u -r1.2 linux-mips-low.c
> --- linux-mips-low.c 2002/02/15 22:59:13 1.2
> +++ linux-mips-low.c 2002/02/26 01:14:58
> @@ -68,7 +68,7 @@
> if (regmap[regno] == -1)
> return 1;
>
> - if (find_regno ("zero") == regno);
> + if (find_regno ("zero") == regno)
> return 1;
>
> return 0;
Ack, thank you! Committed as obvious:
2002-02-25 Daniel Jacobowitz <drow@mvista.com>
From Eliot Dresselhaus <eliot@ayrnetworks.com>:
* gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer