From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105711 invoked by alias); 8 Sep 2018 21:37:55 -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 105701 invoked by uid 89); 8 Sep 2018 21:37:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:596 X-HELO: sessmg22.ericsson.net Received: from sessmg22.ericsson.net (HELO sessmg22.ericsson.net) (193.180.251.58) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 08 Sep 2018 21:37:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; d=ericsson.com; s=mailgw201801; c=relaxed/simple; q=dns/txt; i=@ericsson.com; t=1536442671; h=From:Sender:Reply-To:Subject:Date:Message-ID:To:CC:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=poRPbZ2QleLHZ8se+i+OP371GVQtgzzL3HZmuECiygM=; b=CkrwGXW3NAP/J1pXecdkQ99LrQjykrSnLJDfp3fdFx6elj/fFZOVg1ZrCdqwgwu0 fqbKU+cz0ByzwKLyVKHKHRJoM67JuxZh3VuXld8iEA3FFGUVapgS1hpXa+80L6av llb+TDHAPDOFDw9HdgFyOKRugkkxDqmvWPLez0/FuHQ=; Received: from ESESSMB502.ericsson.se (Unknown_Domain [153.88.183.120]) by sessmg22.ericsson.net (Symantec Mail Security) with SMTP id 4A.D7.31332.F21449B5; Sat, 8 Sep 2018 23:37:51 +0200 (CEST) Received: from ESESSMB502.ericsson.se (153.88.183.163) by ESESSMB502.ericsson.se (153.88.183.163) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Sat, 8 Sep 2018 23:37:50 +0200 Received: from NAM05-DM3-obe.outbound.protection.outlook.com (153.88.183.157) by ESESSMB502.ericsson.se (153.88.183.163) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3 via Frontend Transport; Sat, 8 Sep 2018 23:37:50 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=zKfgXsqW+S8E6E1uKw2HAzfYEdryRiXJBe8gelbY514=; b=Cd3954635X/lVM9mmtiVxDUvGN7Ky8uwkDmKeE8pOFV+TVbwp0TmGugbphCMR32Y3l8vntTzCadVS0dKJ2FBF3dUGSn/6oL/Jdny/TV3vI582YZ0cyucoRAmi4gSjRrejjbpEtkd06XeLGJL3qaaCLbL0GMBZ+YmdCeJjefOnKM= Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=simon.marchi@ericsson.com; Received: from [100.94.32.129] (192.176.1.81) by SN6PR15MB2398.namprd15.prod.outlook.com (2603:10b6:805:24::18) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1101.17; Sat, 8 Sep 2018 21:37:46 +0000 Subject: Re: S12Z [new patchset] To: John Darrington CC: References: <20180829141845.26378-1-john@darrington.wattle.id.au> <079417ed-8a4c-45a0-8e2d-c72f78a4d227@ericsson.com> <20180908041801.osodrw7qk5lp24of@jocasta.intra> <20180908063004.chzt6bxgtmtycofw@jocasta.intra> From: Simon Marchi Message-ID: <93719df0-b828-a89c-5c2d-8f70e238c3c4@ericsson.com> Date: Sat, 08 Sep 2018 21:37:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180908063004.chzt6bxgtmtycofw@jocasta.intra> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-Path: simon.marchi@ericsson.com Received-SPF: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts) X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00197.txt.bz2 On 2018-09-08 07:30 AM, John Darrington wrote: > On Sat, Sep 08, 2018 at 06:18:01AM +0200, John Darrington wrote: > > I still see it. Are you sure you have an --enable-targets=all build? What > configure line do you use? > > > I used: > > /home/john/binutils-gdb/configure --target=s12z --enable-targets=all CFLAGS="-g -O0" CXXFLAGS="-O0 -g" --prefix=$(mktemp -d -p /Scratch/john) > > > Now I do see it. > > Can you apply the attached patch, and see if it fixes it for you? > > J' > Yep, that seems right (and I see the patch has already been applied). Thanks, Simon