From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60001 invoked by alias); 11 Apr 2015 17:06:49 -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 59987 invoked by uid 89); 11 Apr 2015 17:06:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no 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; Sat, 11 Apr 2015 17:06:48 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 83290C943B; Sat, 11 Apr 2015 17:06:47 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-27.ams2.redhat.com [10.36.116.27]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t3BH6g1s013141 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 11 Apr 2015 13:06:45 -0400 Date: Sat, 11 Apr 2015 17:06:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: Yao Qi , gdb-patches@sourceware.org, Joel Brobecker , Pedro Alves Subject: [doc patch] Remove --xdb Message-ID: <20150411170641.GA6883@host1.jankratochvil.net> References: <20141016220028.GA25839@host2.jankratochvil.net> <87oas1fdej.fsf@codesourcery.com> <20150313191618.GA12286@host1.jankratochvil.net> <55099280.1050606@redhat.com> <20150320174752.GA4995@host1.jankratochvil.net> <55282416.1060604@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <55282416.1060604@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00418.txt.bz2 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 224 On Fri, 10 Apr 2015 21:27:18 +0200, Pedro Alves wrote: > Nobody spoke up for it, so, OK. > > I think this should have a NEWS entry. Could you prepare one? OK for check-in (merged with the other patch), Eli? Thanks, Jan --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename=1 Content-length: 486 gdb/ 2015-04-11 Jan Kratochvil * NEWS (Changes since GDB 7.9): Add removed -xdb. diff --git a/gdb/NEWS b/gdb/NEWS index 884c381..c24195e 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -112,6 +112,10 @@ vFile:fstat: * GDB now supports access to vector registers on S/390 GNU/Linux targets. +* Removed command line options + +-xdb HP-UX XDB compatibility mode. + * Removed targets and native configurations HP/PA running HP-UX hppa*-*-hpux* --82I3+IH0IqGh5yIs--