From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 2AF0A77E93 for ; Wed, 3 Jan 2018 10:48:56 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTPSA id w03AmrVg005714 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 3 Jan 2018 10:48:55 GMT Message-ID: <1514976533.5525.116.camel@linuxfoundation.org> From: Richard Purdie To: Anuj Mittal , openembedded-core@lists.openembedded.org Date: Wed, 03 Jan 2018 10:48:53 +0000 In-Reply-To: <1514526211-19408-1-git-send-email-anuj.mittal@intel.com> References: <1514526211-19408-1-git-send-email-anuj.mittal@intel.com> X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 X-Virus-Scanned: clamav-milter 0.99.2 at dan X-Virus-Status: Clean Subject: Re: [PATCH] gdb: fix build with x32 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jan 2018 10:48:57 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2017-12-29 at 13:43 +0800, Anuj Mittal wrote: > When compiling gdb for x32, it fails with errors: Sorry, I merged a gdb minor version change and this no longer applies. Was the patch included in gdb 8.0.1 or do we still need this patch? If so could you rebase please? Cheers, Richard