From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12928 invoked by alias); 21 May 2012 16:31:35 -0000 Received: (qmail 12901 invoked by uid 22791); 21 May 2012 16:31:33 -0000 X-SWARE-Spam-Status: No, hits=-3.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 May 2012 16:31:20 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M4D00M00SFZB800@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Mon, 21 May 2012 19:31:19 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4D00MP3SK61Z90@a-mtaout21.012.net.il>; Mon, 21 May 2012 19:31:19 +0300 (IDT) Date: Mon, 21 May 2012 16:31:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] MIPS/Linux: Signal frame support for DSP registers In-reply-to: To: "Maciej W. Rozycki" Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83wr45xzq9.fsf@gnu.org> References: X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00775.txt.bz2 > Date: Mon, 21 May 2012 16:43:58 +0100 > From: "Maciej W. Rozycki" > CC: Eli Zaretskii > > 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.