From: "Ulrich Weigand" <uweigand@de.ibm.com>
To: deuling@de.ibm.com (Markus Deuling)
Cc: gdb-patches@sourceware.org (GDB Patches)
Subject: Re: [rfc] [4/5] Get rid of current_gdbarch in reggroups.c
Date: Mon, 22 Oct 2007 14:40:00 -0000 [thread overview]
Message-ID: <200710221415.l9MEFRtp010894@d12av02.megacenter.de.ibm.com> (raw)
In-Reply-To: <471C7455.6090504@de.ibm.com> from "Markus Deuling" at Oct 22, 2007 11:58:45 AM
Markus Deuling wrote:
> float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
> /* FIXME: cagney/2003-04-13: Can't yet use gdbarch_num_regs
> (gdbarch), as not all architectures are multi-arch. */
> - raw_p = regnum < gdbarch_num_regs (current_gdbarch);
> + raw_p = regnum < gdbarch_num_regs (gdbarch);
I've also removed this FIXME, as this is now obsolete :-)
Bye,
Ulrich
--
Dr. Ulrich Weigand
GNU Toolchain for Linux on System z and Cell BE
Ulrich.Weigand@de.ibm.com
prev parent reply other threads:[~2007-10-22 14:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-22 10:00 Markus Deuling
2007-10-22 14:40 ` Ulrich Weigand [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200710221415.l9MEFRtp010894@d12av02.megacenter.de.ibm.com \
--to=uweigand@de.ibm.com \
--cc=deuling@de.ibm.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox