From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4169 invoked by alias); 12 Oct 2011 16:29:41 -0000 Received: (qmail 4153 invoked by uid 22791); 12 Oct 2011 16:29:38 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 12 Oct 2011 16:29:12 +0000 Received: from hpaq12.eem.corp.google.com (hpaq12.eem.corp.google.com [172.25.149.12]) by smtp-out.google.com with ESMTP id p9CGTAw1012964 for ; Wed, 12 Oct 2011 09:29:10 -0700 Received: from qabg27 (qabg27.prod.google.com [10.224.20.219]) by hpaq12.eem.corp.google.com with ESMTP id p9CGPXHr023203 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 12 Oct 2011 09:29:09 -0700 Received: by qabg27 with SMTP id g27so1827082qab.7 for ; Wed, 12 Oct 2011 09:29:09 -0700 (PDT) Received: by 10.224.105.14 with SMTP id r14mr12763783qao.68.1318436949050; Wed, 12 Oct 2011 09:29:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.105.14 with SMTP id r14mr12763767qao.68.1318436948904; Wed, 12 Oct 2011 09:29:08 -0700 (PDT) Received: by 10.224.80.149 with HTTP; Wed, 12 Oct 2011 09:29:08 -0700 (PDT) In-Reply-To: <20111012161059.GA11720@host1.jankratochvil.net> References: <20110912183416.606D5246194@ruffy.mtv.corp.google.com> <20111012161059.GA11720@host1.jankratochvil.net> Date: Wed, 12 Oct 2011 16:29:00 -0000 Message-ID: Subject: Re: [patch] dwarf2read.c (partial_read_comp_unit_head) cleanup From: Doug Evans To: Jan Kratochvil Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2011-10/txt/msg00364.txt.bz2 On Wed, Oct 12, 2011 at 9:10 AM, Jan Kratochvil wrote: > On Mon, 12 Sep 2011 20:34:16 +0200, Doug Evans wrote: >> I will check this in in a few days if there are no objections. >> >> 2011-09-12 =A0Doug Evans =A0 >> >> =A0 =A0 =A0 * dwarf2read.c (partial_read_comp_unit_head): Set header->of= fset, >> =A0 =A0 =A0 header->first_die_offset here. =A0All callers updated. > > FYI I was checking this patch and I find it correct. Thanks, committed.