From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4155 invoked by alias); 3 Dec 2013 03:07:08 -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 4146 invoked by uid 89); 3 Dec 2013 03:07:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_40,RDNS_NONE,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from Unknown (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 03 Dec 2013 03:07:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BA655116841; Mon, 2 Dec 2013 22:07:36 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Wj3ZrJLiQfel; Mon, 2 Dec 2013 22:07:36 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 52479116840; Mon, 2 Dec 2013 22:07:36 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 91532E13F6; Tue, 3 Dec 2013 07:06:55 +0400 (RET) Date: Tue, 03 Dec 2013 03:07:00 -0000 From: Joel Brobecker To: Chung-Lin Tang Cc: gdb-patches@sourceware.org, Sandra Loosemore Subject: Re: [patch, nios2] Update Linux parts for new syscall ABI Message-ID: <20131203030655.GA32046@adacore.com> References: <529AF143.9060704@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <529AF143.9060704@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-12/txt/msg00056.txt.bz2 > 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. -- Joel