From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56037 invoked by alias); 29 Jun 2016 08:55:53 -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 56027 invoked by uid 89); 29 Jun 2016 08:55:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Saturday, HTo:D*mozilla.com, HTo:U*manish, saturday X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 Jun 2016 08:55:43 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B7D532F; Wed, 29 Jun 2016 01:56:34 -0700 (PDT) Received: from e108577-lin.localnet (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B0B093F246; Wed, 29 Jun 2016 01:55:41 -0700 (PDT) From: Thomas Preudhomme To: Manish Goregaokar Cc: gdb-patches@sourceware.org, Tom Tromey Subject: Re: [PATCH 1/2][PR gdb/20239] Make evaluation and type-printing of all NonZero-optimized enums work Date: Wed, 29 Jun 2016 08:55:00 -0000 Message-ID: <5013369.B1hQpEVniv@e108577-lin> User-Agent: KMail/4.13.3 (Linux/3.13.0-85-generic; KDE/4.13.3; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00489.txt.bz2 Hi Manish, On Saturday 25 June 2016 11:30:39 Manish Goregaokar wrote: > After further fixups, these patches have been pushed as > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=b5a4b3c5 > e711be9096423f9765623eda449d8f4d and > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=fccb08f > 8cd2035b50a2b0a5e09983180b7411685 GDB fails to build on Windows (mingw build) due to this patch as strsep is not available. Was there something preventing the use of strtok? Best regards, Thomas