From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30660 invoked by alias); 13 Feb 2014 11:51:39 -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 30650 invoked by uid 89); 13 Feb 2014 11:51:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 13 Feb 2014 11:51:38 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 23231116537; Thu, 13 Feb 2014 06:51:36 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id SQACEOGWEHYi; Thu, 13 Feb 2014 06:51:36 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id AB37A11652E; Thu, 13 Feb 2014 06:51:35 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 859C6E0DAA; Thu, 13 Feb 2014 15:51:37 +0400 (RET) Date: Thu, 13 Feb 2014 11:51:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Jan Kratochvil , Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: [patch] [sim] --disable-sim on ppc* by default (for AIX) [Re: getaddrinfo available on all GDB hosts?] Message-ID: <20140213115137.GW5485@adacore.com> References: <20140210195758.GA16956@host2.jankratochvil.net> <20140211034157.GG5485@adacore.com> <20140211200456.GA22728@host2.jankratochvil.net> <20140212030012.GO5485@adacore.com> <20140212120945.GA2109@host2.jankratochvil.net> <20140213073726.GU5485@adacore.com> <20140213104347.GA27475@host2.jankratochvil.net> <52FCA3A6.3060408@redhat.com> <20140213110449.GA28469@host2.jankratochvil.net> <52FCAF01.3040104@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52FCAF01.3040104@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-02/txt/msg00458.txt.bz2 > > (2) The ppc sim target is useless. Therefore it wastes time of people trying > > to use it. We use the ppc builtin simulator routinely as well. It's just an issue of building it on AIX, which apparently doesn't work out of the box. Not needing it on AIX, AdaCore just configures GDB with --disable-sim as Jan just figured out. -- Joel