From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29215 invoked by alias); 19 Jul 2012 16:28:03 -0000 Received: (qmail 29204 invoked by uid 22791); 19 Jul 2012 16:28:01 -0000 X-SWARE-Spam-Status: No, hits=-5.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vb0-f41.google.com (HELO mail-vb0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Jul 2012 16:27:48 +0000 Received: by vbkv13 with SMTP id v13so2653692vbk.0 for ; Thu, 19 Jul 2012 09:27:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=x/eXXzFxwHM7G6W9UQZ6NiNgEGug6TG+un4gZxBrsTY=; b=Sx/W/ZKYotJe5U/DGPvb3VSxs37wtFUuR59qW2iZkmnoZv/MPYMb9WmnEKNlnLXq/A cZeOgtJOdXJW0zpXiH7yUhExQ1O0rTv/v4GtG7rZ6dIrOBD/phjJXt4vU/EelWhPqecN 2UHZXRx6KySwMEWT3EcpYEFEGJOp+yEOUiRoEOfFF1r3uoNSKOCLmNxp+5rFJvk1NJdn 3E0yieUHkfzeIGiJ2rC1/fWE+ipr9dVoFk1sIK6DBpE0bIjYk7tE1xIHVsiugbuk7bKR RLIOhFlgArXr6ZKb6u8MKk283k+xDVexyVLvdsMUgvDtczHNs9oTK1r5XkFCLIsXsfua 783g== Received: by 10.52.22.33 with SMTP id a1mr1300215vdf.104.1342715267023; Thu, 19 Jul 2012 09:27:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.22.33 with SMTP id a1mr1300188vdf.104.1342715266617; Thu, 19 Jul 2012 09:27:46 -0700 (PDT) Received: by 10.52.157.4 with HTTP; Thu, 19 Jul 2012 09:27:46 -0700 (PDT) In-Reply-To: <83liif91io.fsf@gnu.org> References: <20120717214257.GA9394@host2.jankratochvil.net> <20487.14790.662664.583456@ruffy2.mtv.corp.google.com> <20120718233303.GA32519@host2.jankratochvil.net> <83liif91io.fsf@gnu.org> Date: Thu, 19 Jul 2012 16:28:00 -0000 Message-ID: Subject: Re: [RFA, doc RFA] New option set use-deprecated-index-sections From: Doug Evans To: Eli Zaretskii Cc: Jan Kratochvil , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQmJP456foBnmPwfH5hb4yuZqbiqYdt3Udh+NSXk3AvWYvQyVHyZbzijos813ZmcFHT+Q972cOM5lQ4Zym/jRIjOkO8cJUQ5Hby8FadvvvlP7wVd1Xl46oMqRPZj+VCG1qDXfrrYDr6fcuDn/6F7R6bdMFMpmizyeCZONjDVapkeqV3NVKSjHTOsQkPc2WQBK/cPbReS X-IsSubscribed: yes 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 X-SW-Source: 2012-07/txt/msg00354.txt.bz2 On Thu, Jul 19, 2012 at 9:08 AM, Eli Zaretskii wrote: >> Date: Thu, 19 Jul 2012 01:33:03 +0200 >> From: Jan Kratochvil >> Cc: gdb-patches@sourceware.org, eliz@gnu.org >> >> On Thu, 19 Jul 2012 00:33:42 +0200, dje@google.com wrote: >> > + use "-iex 'set use-deprecated-index-sections on'". >> [...] >> > +`-iex \"set use-deprecated-index-sections on\"' to gdb."), >> >> It is more Eli's decision but I would find it overquoted. > > How about removing that sentence altogether? We have no reason to > advertise -iex in that particular warning message. I'd like to keep the content of the warning. I realize it's just a performance issue if users don't get .gdb_index, but in this case I think the current content of the warning is justified. It can't be that hard to come up with a simple way to be clear here. :-) How about "gdb -iex 'set use-deprecated-index-sections on' " or something along those lines?