This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] MIPS/Linux: Signal frame support for DSP registers
- From: Eli Zaretskii <eliz at gnu dot org>
- To: "Maciej W. Rozycki" <macro at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 21 May 2012 19:31:26 +0300
- Subject: Re: [PATCH] MIPS/Linux: Signal frame support for DSP registers
- References: <alpine.DEB.1.10.1205211612230.11227@tp.orcam.me.uk>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Mon, 21 May 2012 16:43:58 +0100
> From: "Maciej W. Rozycki" <macro@codesourcery.com>
> CC: Eli Zaretskii <eliz@gnu.org>
>
> Eli, can you tell me if the NEWS entry is OK with you?
Yes, thanks.
> Please note that I deliberately say "Linux" rather than "GNU/Linux"
> here as all the DSP support relies on a kernel feature; it does not
> rely on any C library or other userland feature whatsoever.
Hmm... since you mention that, I looked into configure.tgt and saw
that we are inconsistent here: some targets are described as running
"GNU/Linux", others just "Linux". Personally, I think "GNU/Linux" is
the more correct in this case (you refer to a target system), but it's
not my call.