From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19027 invoked by alias); 8 May 2013 19:17:35 -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 19017 invoked by uid 89); 8 May 2013 19:17:35 -0000 X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-ve0-f180.google.com (HELO mail-ve0-f180.google.com) (209.85.128.180) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 08 May 2013 19:17:34 +0000 Received: by mail-ve0-f180.google.com with SMTP id pa12so2137219veb.39 for ; Wed, 08 May 2013 12:17:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=IcqhcsChUTUHHtEYpcljYqET+wvX+57GXEMwCD3awek=; b=N+hHrumrVHgolI/BUo3qYRpi4s2XpQuBm5MxfI9E/z1HPNFx/lxy/pPkDv0PnMivjt k2q2pEVNVWaLTsyQGubPh6F1DlG8dxro5EWYjaauWWgJ1aofCT9bJayEb/wC43XjxCRf tMTYQXuPydFgXJSfc0l5iM0anjlDPRqf03qSmylSW/b2ylBRFpHN1OZy4HcDKg0bW/JK zGAs4pc3MFc6q/sabTpRrUG7chZVm+Dt/dx3Rex8B91iguOICBq3Qh5/W9Rjgs4zvkjV 61J0ez3RjKfITuBCtqLsagdVgVsTd8WkooYmvvwdKEPS+O2BxfDUUJcoW4q9NWCkIcEk K/SA== MIME-Version: 1.0 X-Received: by 10.220.177.8 with SMTP id bg8mr5610468vcb.35.1368040652327; Wed, 08 May 2013 12:17:32 -0700 (PDT) Received: by 10.220.173.7 with HTTP; Wed, 8 May 2013 12:17:32 -0700 (PDT) In-Reply-To: <83y5bpcsc8.fsf@gnu.org> References: <83y5bpcsc8.fsf@gnu.org> Date: Wed, 08 May 2013 19:17:00 -0000 Message-ID: Subject: Re: [RFA, doc RFA] Rename "maint check-symtabs" to "maint check-psymtabs" From: Doug Evans To: Eli Zaretskii Cc: gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkzkBs5S2P86V68t22qCNSutnhxGqlvNg0dOgYnxN5+ruSPBrEycAltGsi8cXhNUTnOZo0Cws01cqwE61RySaeyT+tKFn2v1T0wGJHaN/Oafki60747yEyuLJ+tfSCl1dSeQL5LCkxsFrRRPfG5VJga+zSua/F1F6k8CSQe/1wdkWyTlkpNm78Y2BHa2kW8cDvnYY+dCzSFT9pZa9105smsFN86qA== X-SW-Source: 2013-05/txt/msg00297.txt.bz2 On Wed, May 8, 2013 at 10:08 AM, Eli Zaretskii wrote: >> +@kindex maint check-psymtabs >> +@item maint check-psymtabs [-n] >> +Check the consistency of psymtabs versus symtabs. >> +Use this to check, for example, whether a symbol is one but not the other. > > Did you mean "a symbol is in one but not the other"? IOW, did you > omit "in"? Yeah, already fixed in my sandbox. Patch to implement my preferred choice (maint expand-symtabs) to follow.