From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23257 invoked by alias); 8 Feb 2013 09:37:33 -0000 Received: (qmail 23000 invoked by uid 22791); 8 Feb 2013 09:37:31 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Feb 2013 09:37:25 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Fri, 08 Feb 2013 09:37:23 +0000 Received: from [10.1.72.50] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 8 Feb 2013 09:37:23 +0000 Message-ID: <5114C753.1090901@arm.com> Date: Fri, 08 Feb 2013 09:37:00 -0000 From: Marcus Shawcroft User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: "gdb >> \"gdb-patches@sourceware.org\"" Subject: [PATCH] Mention new AArch64 native and target support in NEWS. X-MC-Unique: 113020809372312001 Content-Type: multipart/mixed; boundary="------------050009050906050203030705" 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: 2013-02/txt/msg00204.txt.bz2 This is a multi-part message in MIME format. --------------050009050906050203030705 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable Content-length: 222 Update NEWS to mention AArch64 under new native configurations and new=20 targets sections. OK? /Marcus 2013-02-08 Marcus Shawcroft * NEWS: Mention new AArch64 native and target support. --------------050009050906050203030705 Content-Type: text/x-patch; name=0001-gdb-NEWS.diff Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0001-gdb-NEWS.diff" Content-length: 438 diff --git a/gdb/NEWS b/gdb/NEWS index 3a18713..38b36c2 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -5,10 +5,13 @@ =20 * New native configurations =20 +ARM AArch64 GNU/Linux aarch64*-*-linux-gnu FreeBSD/powerpc powerpc*-*-freebsd =20 * New targets =20 +ARM AArch64 aarch64*-*-elf +ARM AArch64 GNU/Linux aarch64*-*-linux Lynx 178 PowerPC powerpc-*-lynx*178 =20 * If the configured location of system.gdbinit file (as given by the= --------------050009050906050203030705--