From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13526 invoked by alias); 4 Nov 2014 22:48:09 -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 13508 invoked by uid 89); 4 Nov 2014 22:48:08 -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-yh0-f73.google.com Received: from mail-yh0-f73.google.com (HELO mail-yh0-f73.google.com) (209.85.213.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 04 Nov 2014 22:48:07 +0000 Received: by mail-yh0-f73.google.com with SMTP id f10so325876yha.2 for ; Tue, 04 Nov 2014 14:48:05 -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=50hSk4EruoVvGD5dPw4dOKIgW/WJKT9zyw5xS2QO4rc=; b=eVv0hZ2KKj0hQolNMKtDBaFggs8OAR9RvoiStp+d2vjWnc7mIDUkspMK4CYRVBmv4S ZQLgDnVTyR1I/5ynd/t8OkSO/d+aahIdtqJR4EPLI1SNIuzyUoJbOMvXi42p+++zyX/G rP7pS6FHuDHKO6BWqzFWsvPgLQc1krASXXNDan2GBjia/ypvRcC3K1Il9LCT+dTw4Ppt jiXYfHkYgTtdJWeIkDn+hvDwljEY6fPGKxs3w7ln1ZGXvv8xV+Cdo7OtsYCb7MIEbsBm J2/VsCojLhldn5THyGOQ+1X2U9O2Lf4mDi3tDq3OkTtD+QGpRJwoESvZxfoGakU3z+Vf yrRw== X-Gm-Message-State: ALoCoQnJVUYsYOU5+6nKKIf1DM0KR7QHfSdDIm7i2OQmbbISdXbnqGI9JC2wLtYARD0dyADt75TKXL/Juca6SLNXDqdkAn3mLwBNsK9504NLdKosHJy6826HQQtzsgrD4uSBjD62ayw2r0sumRS5NWifR8xrj1YVzuQUEiJgojYEqAK9ul7PV+Q= X-Received: by 10.224.30.133 with SMTP id u5mr39516377qac.8.1415141285737; Tue, 04 Nov 2014 14:48:05 -0800 (PST) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id t28si34990yhb.4.2014.11.04.14.48.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Nov 2014 14:48:05 -0800 (PST) Received: from ruffy2.mtv.corp.google.com ([172.17.128.107]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id SAStf5NU.1; Tue, 04 Nov 2014 14:48:05 -0800 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21593.22436.627342.69623@ruffy2.mtv.corp.google.com> Date: Tue, 04 Nov 2014 22:48:00 -0000 To: Yao Qi Cc: Subject: Re: [PATCH 1/6] New proc _handle_attribute In-Reply-To: <1414195968-3333-2-git-send-email-yao@codesourcery.com> References: <1414195968-3333-1-git-send-email-yao@codesourcery.com> <1414195968-3333-2-git-send-email-yao@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00081.txt.bz2 Yao Qi writes: > This patch is to move some code to a new procedure _handle_attribute, > which will be used in my following patches. > > gdb/testsuite: > > 2014-10-24 Yao Qi > > * lib/dwarf.exp (_handle_DW_TAG): Move some code to ... > (_handle_attribute): New procedure. LGTM