From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28885 invoked by alias); 22 May 2012 17:17:20 -0000 Received: (qmail 28871 invoked by uid 22791); 22 May 2012 17:17:17 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 May 2012 17:17:05 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1SWshk-0006p5-QZ from Maciej_Rozycki@mentor.com ; Tue, 22 May 2012 10:17:04 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 22 May 2012 10:16:45 -0700 Received: from [172.30.0.105] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Tue, 22 May 2012 18:17:03 +0100 Date: Tue, 22 May 2012 17:17:00 -0000 From: "Maciej W. Rozycki" To: CC: Eli Zaretskii Subject: Re: [PATCH] MIPS/Linux: Signal frame support for DSP registers In-Reply-To: Message-ID: References: <83wr45xzq9.fsf@gnu.org> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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/msg00836.txt.bz2 On Mon, 21 May 2012, Maciej W. Rozycki wrote: > > > Eli, can you tell me if the NEWS entry is OK with you? > > > > Yes, thanks. > > Great! I'll push the change then. So this is now in; I'll see how I can wire the manual test case quoted into the gdb.arch testsuite sometime, it would be good to have actually (like the MIPS16 case this needs some care in checking toolchain and target support for the feature). Maciej