From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7145 invoked by alias); 20 Dec 2013 13:16:38 -0000 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 Received: (qmail 7135 invoked by uid 89); 20 Dec 2013 13:16:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 20 Dec 2013 13:16:37 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1VtzwQ-0004Cb-EV from ChungLin_Tang@mentor.com ; Fri, 20 Dec 2013 05:16:34 -0800 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 20 Dec 2013 05:16:34 -0800 Received: from [0.0.0.0] (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.2.247.3; Fri, 20 Dec 2013 05:16:33 -0800 Message-ID: <52B4433F.7000803@codesourcery.com> Date: Fri, 20 Dec 2013 13:16:00 -0000 From: Chung-Lin Tang User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Joel Brobecker CC: , Sandra Loosemore , "Qi, Yao" , Stan Shebs Subject: Re: [patch, nios2] Update Linux parts for new syscall ABI References: <529AF143.9060704@codesourcery.com> <20131203030655.GA32046@adacore.com> In-Reply-To: <20131203030655.GA32046@adacore.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00830.txt.bz2 On 2013/12/3 11:06 AM, Joel Brobecker wrote: >> 2013-12-01 Chung-Lin Tang >> >> gdb/ >> * nios2-linux-tdep.c (nios2_linux_sigreturn_init): Remove. >> (nios2_linux_sigreturn_tramp_frame): Remove. >> (nios2_linux_rt_sigreturn_tramp_frame): Update rt_sigreturn syscall >> number. >> (nios2_linux_syscall_next_pc): Likewise. Remove sigreturn case. >> (nios2_linux_init_abi): >> Remove registration of nios2_linux_sigreturn_tramp_frame. > > This is OK for me, but I think a change of this kind requires a NEWS > entry as well, to document on which systems the new GDB will be working. I have committed/pushed this to master. As for a NEWS entry, we already have an announcement for nios2*-linux. If you feel it would be more appropriate, I can append a "(generic syscall ABI)" besides it, to be more clear on the supported systems. As for the issue of nios2 port maintainer, Yao already volunteered earlier, or if someone more familiar with nios2 details is desired, I can fill in the task. Thanks, Chung-Lin