From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31111 invoked by alias); 3 Dec 2014 02:37:07 -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 31076 invoked by uid 89); 3 Dec 2014 02:37:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-yh0-f74.google.com Received: from mail-yh0-f74.google.com (HELO mail-yh0-f74.google.com) (209.85.213.74) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 03 Dec 2014 02:36:58 +0000 Received: by mail-yh0-f74.google.com with SMTP id 29so781377yhl.3 for ; Tue, 02 Dec 2014 18:36:56 -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:subject:in-reply-to :references; bh=ovKeiq4TM5G/D9a7cUgd4eEijxtWHG5pGVXuevDyTMs=; b=W30SM80BBfCqxzCieEQPSM+FCPJebY7Q2F/r0rDJA+nVoGsa4/d2V8xE6O2JL57cxY sb9sCZF556ewWWGlRAYTOwWbKCo6+aWhI3nion22OVFE/vAFFIu+81hW+Dfb+CtlnGK7 57a06ualL6b/Lgwa710TB3rYcRxVHxCP3dLxJ9PU6X2rv6cQ1kRthwfqaGQ17zGdQZRa KKPgEmI0lWJ1hdrmUcoeHdtHDQpQci132VfjjN27/gBmHN47Vlg3EW3ILdI65ZTakQBr H1vvNJiXc98+nL6ROCQzhrW+IOIM67rj/ZgABTnWTrF14aeTxCUbGHJ6lkDUhJ8GiTgK 4h5w== X-Gm-Message-State: ALoCoQlDmsXTRXM1Pm4hX6wgpuFOd8bWO++cPuJAXyfWSUye5swDvbybkyOcXsCOI9nP4JFSECa+/U0u9yYV8C28VXk8BobgtApoq+CFu8n9KR+xWk/gzPWfzU8edF41lyWylDpmipqo9iDFQZeTVXGJa+LkQbQXk99I/FZNeDSRNqq041lOWI0= X-Received: by 10.236.206.43 with SMTP id k31mr2608342yho.18.1417574215873; Tue, 02 Dec 2014 18:36:55 -0800 (PST) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id r6si927143yhg.1.2014.12.02.18.36.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Dec 2014 18:36:55 -0800 (PST) Received: from ruffy2.mtv.corp.google.com ([172.17.128.107]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id CYpmrUII.1; Tue, 02 Dec 2014 18:36:55 -0800 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21630.30534.908908.455945@ruffy2.mtv.corp.google.com> Date: Wed, 03 Dec 2014 02:37:00 -0000 To: gdb-patches@sourceware.org Subject: Re: [PATCH] dwarf2read.c (peek_die_abbrev): Improve error message text. In-Reply-To: References: X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00044.txt.bz2 Doug Evans writes: > Hi. > > This patch improves the text of an error message. > I happened to trip over this, and it was useful > to know the bogus CU from the error text. > > 2014-11-26 Doug Evans > > * dwarf2read.c (peek_die_abbrev): Improve error message text. Committed.