From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26015 invoked by alias); 7 Aug 2013 15:15:16 -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 25990 invoked by uid 89); 7 Aug 2013 15:15:16 -0000 X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 07 Aug 2013 15:15:15 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r77FF7Fr021265 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 7 Aug 2013 11:15:07 -0400 Received: from host2.jankratochvil.net (ovpn-116-36.ams2.redhat.com [10.36.116.36]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r77FF2wE017727 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 7 Aug 2013 11:15:06 -0400 Date: Wed, 07 Aug 2013 15:15:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: [RFA] py-value.exp: Use different names for C/C++ .o files. Message-ID: <20130807151501.GA2837@host2.jankratochvil.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-08/txt/msg00201.txt.bz2 On Thu, 01 Aug 2013 23:10:10 +0200, Doug Evans wrote: > While I was at it I renamed py-value.cc which is used by py-value-cc.exp. > It's confusing to have py-value.cc *not* used by py-value.exp. This is BTW an unrelated part of the patch (I do not mind). > Regression tested on amd64-linux, with/without Fission. I wanted to look at the Fission behavior but I cannot Google out where to find /usr/bin/dwp . Could you reference in contrib/cc-with-tweaks.sh and/or DWP Wiki where to get the dwp tool? Thanks, Jan