From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1644 invoked by alias); 31 Aug 2010 14:46:34 -0000 Received: (qmail 1635 invoked by uid 22791); 31 Aug 2010 14:46:33 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,NO_DNS_FOR_FROM,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mga03.intel.com (HELO mga03.intel.com) (143.182.124.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 31 Aug 2010 14:46:29 +0000 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 31 Aug 2010 07:46:27 -0700 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([10.3.194.135]) by azsmga001.ch.intel.com with ESMTP; 31 Aug 2010 07:46:27 -0700 Received: by gnu-6.sc.intel.com (Postfix, from userid 500) id 62AB722683; Tue, 31 Aug 2010 07:46:27 -0700 (PDT) Date: Tue, 31 Aug 2010 14:46:00 -0000 From: "H.J. Lu" To: GDB Subject: PATCH: Remove an extra "@item" Message-ID: <20100831144627.GA11291@intel.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) 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: 2010-08/txt/msg00547.txt.bz2 Hi, I checked in this patch as an obvious fix. H.J. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ac8f6e9..368e763 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-08-31 H.J. Lu + + * gdb.texinfo (i386 Features): Remove an extra "@item". + 2010-08-30 Tom Tromey PR python/11792: diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 393c8b7..f0b06ef 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -35733,7 +35733,6 @@ describe the upper 128 bits of @sc{ymm} registers: @samp{ymm0h} through @samp{ymm7h} for i386 @item @samp{ymm0h} through @samp{ymm15h} for amd64 -@item @end itemize The @samp{org.gnu.gdb.i386.linux} feature is optional. It should