From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85605 invoked by alias); 2 Jul 2015 15:20:47 -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 85592 invoked by uid 89); 2 Jul 2015 15:20:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS 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; Thu, 02 Jul 2015 15:20:46 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 1E4FBBBB21; Thu, 2 Jul 2015 15:20:45 +0000 (UTC) Received: from [10.36.6.112] (vpn1-6-112.ams2.redhat.com [10.36.6.112]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t62FKhgr023092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Jul 2015 11:20:44 -0400 Subject: Re: RFA: AArch64 sim To: Andre Simoes Dias Vieira , "vapier@gentoo.org" References: <87vbe8hvfo.fsf@redhat.com> <559501B1.6090801@arm.com> <55954270.5090803@redhat.com> <55954DEE.50609@arm.com> Cc: "gdb-patches@sourceware.org" From: Nicholas Clifton Message-ID: <559556CA.9020209@redhat.com> Date: Thu, 02 Jul 2015 15:20:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <55954DEE.50609@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-07/txt/msg00080.txt.bz2 Hi Andre, > That works for me! Great - I have checked the patch in along with this changelog entry. Cheers Nick sim/arm/ChangeLog 2015-07-02 Nick Clifton * Makefile.in (SIM_EXTRA_CFLAGS): Revert previous delta. (SIM_EXTRA_LIBS): Add -lm.