From patchwork Fri Mar 13 19:57:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kratochvil X-Patchwork-Id: 5609 Received: (qmail 58727 invoked by alias); 13 Mar 2015 19:57:27 -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 58714 invoked by uid 89); 13 Mar 2015 19:57:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL, BAYES_00, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 13 Mar 2015 19:57:25 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2DJvOTZ030889 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 13 Mar 2015 15:57:24 -0400 Received: from host1.jankratochvil.net ([10.40.204.23]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t2DJvKiO019424 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 13 Mar 2015 15:57:23 -0400 Date: Fri, 13 Mar 2015 20:57:20 +0100 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: [patchv2] NEWS: Remove HPUX Message-ID: <20150313195720.GA10481@host1.jankratochvil.net> References: <20150313193040.GC12286@host1.jankratochvil.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20150313193040.GC12286@host1.jankratochvil.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes Hi Eli, after the patch [commit] [patch] Remove HPUX https://sourceware.org/ml/gdb-patches/2015-03/msg00400.html OK to check-in this one? Jan gdb/ 2015-03-13 Jan Kratochvil Pedro Alves * NEWS: New Removed targets and native configurations. diff --git a/gdb/NEWS b/gdb/NEWS index f08f972..7ce761b 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -87,6 +87,11 @@ vFile:fstat: * GDB now supports access to vector registers on S/390 GNU/Linux targets. +* Removed targets and native configurations + +HP/PA running HP-UX hppa*-*-hpux* +Itanium running HP-UX ia64-*-hpux* + *** Changes in GDB 7.9 * GDB now supports hardware watchpoints on x86 GNU Hurd.