From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5724 invoked by alias); 10 Sep 2014 10:59:11 -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 5714 invoked by uid 89); 10 Sep 2014 10:59:10 -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,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS 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; Wed, 10 Sep 2014 10:59:09 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8AAx5t4024052 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 10 Sep 2014 06:59:06 -0400 Received: from blade.nx (ovpn-116-85.ams2.redhat.com [10.36.116.85]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8AAx4cR026680; Wed, 10 Sep 2014 06:59:05 -0400 Received: by blade.nx (Postfix, from userid 1000) id F171D2640D5; Wed, 10 Sep 2014 11:59:03 +0100 (BST) Date: Wed, 10 Sep 2014 10:59:00 -0000 From: Gary Benson To: Joel Brobecker Cc: gdb-patches@sourceware.org, Mark Kettenis , Pedro Alves Subject: Re: [pushed] Fix missing "struct iovec" definition on some x86-linux. (was: "[PATCH 7/7 v2] Tidy #include lists") Message-ID: <20140910105903.GA30066@blade.nx> References: <1403878351-22974-1-git-send-email-gbenson@redhat.com> <1403878351-22974-8-git-send-email-gbenson@redhat.com> <20140909150904.GA24918@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140909150904.GA24918@adacore.com> X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00287.txt.bz2 Joel Brobecker wrote: > > This commit tidies up the #include lists in {i386,amd64}-linux-nat.c, > > removing headers that are no longer required and reordering some > > lines so that both files roughly match. Additionally, an unused > > definition was removed from the middle of the #include list in > > i386-linux-nat.c. > > Unfortunately, this patch broke GDB builds on some GNU/Linux > distros. I fixed the issue I got by applying the attached patch. Thanks for fixing this Joel. Cheers, Gary -- http://gbenson.net/