From patchwork Thu Apr 30 00:38:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sandra Loosemore X-Patchwork-Id: 6498 Received: (qmail 110390 invoked by alias); 30 Apr 2015 00:39:49 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 110373 invoked by uid 89); 30 Apr 2015 00:39:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS 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; Thu, 30 Apr 2015 00:39:48 +0000 Received: from svr-orw-fem-05.mgc.mentorg.com ([147.34.97.43]) by relay1.mentorg.com with esmtp id 1YncW0-0005Gx-Pc from Sandra_Loosemore@mentor.com ; Wed, 29 Apr 2015 17:39:44 -0700 Received: from [IPv6:::1] (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.3.224.2; Wed, 29 Apr 2015 17:39:44 -0700 Message-ID: <55417992.7050009@codesourcery.com> Date: Wed, 29 Apr 2015 18:38:42 -0600 From: Sandra Loosemore User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: , Yao Qi Subject: [patch v2 5/5, nios2] add NEWS entry for ABI change References: <554172F8.2020108@codesourcery.com> In-Reply-To: <554172F8.2020108@codesourcery.com> This patch is a new addition to the series since v1. It adds a NEWS entry about the incompatible ABI change. OK to commit? -Sandra diff --git a/gdb/NEWS b/gdb/NEWS index d463b52..b371e10 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -46,6 +46,10 @@ * GDB now supports the vector ABI on S/390 GNU/Linux targets. +* On Nios II GNU/Linux targets, GDB now supports the generic syscall ABI + implemented beginning with kernel version 3.19 and glibc version 2.21. + Older versions are incompatible and no longer supported. + * Python Scripting ** gdb.Objfile objects have a new attribute "username",