From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17263 invoked by alias); 4 Nov 2014 22:53:23 -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 17253 invoked by uid 89); 4 Nov 2014 22:53:23 -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,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f201.google.com Received: from mail-ig0-f201.google.com (HELO mail-ig0-f201.google.com) (209.85.213.201) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 04 Nov 2014 22:53:22 +0000 Received: by mail-ig0-f201.google.com with SMTP id h15so76793igd.2 for ; Tue, 04 Nov 2014 14:53:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:cc:subject:in-reply-to :references; bh=eEjsgz0+lQCdXrrMaEXEsGXVDSDfyGD20tnAAbSiwDM=; b=Y/rHVLTa9c0Te03mNj5Wnnqx4IpgSD17+p2sIbnnx6452lo1heRIxD6UKNdpSMG6SU ArDtTX+2Fnl07UK9Hgy+GZW76139KrrQWml34DwDATMiMDmOo/xMhMN38xBkErUtIZiU hTvCsmdO6ht5TEv28jG/iqXwIVXin2uGXS3cor24PWVW574ZFZd9PN7rmtNwrMOCFAG4 mWbyEyGIBy8QTVYjf86V86uVZ44Iy49cTvui7Id1R5Ybp5A0qz3+QaDL7A4KKQDoAnZ0 5hnDGNGdh6xg7ejwg6n1l4GCapICmtBLPpX0PFJLeVjCcYdXddxsNrry3gLBjc/T9HiH zPZA== X-Gm-Message-State: ALoCoQmEQX00g0gQ+jDROHGfBsCEsEXtbRxkCzkTEihnZBwPmNdqLmfl1akY+/KqDaxd06bQC/WNuOvwGku4G4gQ1/0POuWmxJ5pM2qstcTEq8QhqHGixwlNJr4kj3Zk6F3X1D/kSqg5ffJ+CxdZvGTS5u3/2ag/8qD24w7EfVG8iyGZ8yaWONQ= X-Received: by 10.42.139.131 with SMTP id g3mr978867icu.28.1415141600101; Tue, 04 Nov 2014 14:53:20 -0800 (PST) Received: from corpmail-nozzle1-2.hot.corp.google.com ([100.108.1.103]) by gmr-mx.google.com with ESMTPS id n63si34821yho.5.2014.11.04.14.53.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Nov 2014 14:53:20 -0800 (PST) Received: from ruffy2.mtv.corp.google.com ([172.17.128.107]) by corpmail-nozzle1-2.hot.corp.google.com with ESMTP id 9PQbykcu.1; Tue, 04 Nov 2014 14:53:19 -0800 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21593.22750.998558.928234@ruffy2.mtv.corp.google.com> Date: Tue, 04 Nov 2014 22:53:00 -0000 To: Yao Qi Cc: Subject: Re: [PATCH 4/6] Use Dwarf::assemble in implptr-optimized-out.exp In-Reply-To: <1414195968-3333-5-git-send-email-yao@codesourcery.com> References: <1414195968-3333-1-git-send-email-yao@codesourcery.com> <1414195968-3333-5-git-send-email-yao@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00084.txt.bz2 Yao Qi writes: > This patch is to use dwarf::assemble to generate debug information, and > remove implptr-optimized-out.S as a result. > > gdb/testsuite: > > 2014-10-24 Yao Qi > > * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to > produce debug information. > * gdb.dwarf2/implptr-optimized-out.S: Removed. LGTM