From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11197 invoked by alias); 10 Sep 2012 19:17:13 -0000 Received: (qmail 11185 invoked by uid 22791); 10 Sep 2012 19:17:12 -0000 X-SWARE-Spam-Status: No, hits=-5.8 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,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-ie0-f169.google.com (HELO mail-ie0-f169.google.com) (209.85.223.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Sep 2012 19:16:58 +0000 Received: by iec9 with SMTP id 9so4368710iec.0 for ; Mon, 10 Sep 2012 12:16:58 -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=Qb1+rxrXNhyrh+tSQo5LN8n9shONYSH3wCJeKkZ5Ffs=; b=QNf2Hf3Y24eFCpOYXu88bitj4iS/C7hCJfS1UJBt5yjDLRIjbuW1Xn50Q6i1ueYtgk 3wXtVHGJ895c3Nni1Y9HGV9JWD1B4z7FuXFSsCQMTBWoMv/a9ej2mlWXHIOjr2/XIXpd ZZP1cm3uyoboMX71IGF3YdjS5F5IdHWufnVzyB3mjDwL0Ix4cgzP+N4AG80cJosGKdQ+ oLAeNGdBUjcUMyhr4xKIAHZmcdODb5nhPm0rHk9tgLZrLG/S27wUrvYnuAoNxzVFcOdw cqalXeuel383Kir6wU/VL3ygf0PDc0bygyPoE9H9csIK5htwhYvCLOKoy/txe0/pfAPs t+PA== Received: by 10.50.186.169 with SMTP id fl9mr13241907igc.9.1347304618365; Mon, 10 Sep 2012 12:16:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.186.169 with SMTP id fl9mr13241894igc.9.1347304618227; Mon, 10 Sep 2012 12:16:58 -0700 (PDT) Received: by 10.231.202.140 with HTTP; Mon, 10 Sep 2012 12:16:58 -0700 (PDT) In-Reply-To: References: Date: Mon, 10 Sep 2012 19:17:00 -0000 Message-ID: Subject: Re: [Gold Patch] Fix Gdb Index Generation from pubnames From: Sterling Augustine To: Ian Lance Taylor Cc: Cary Coutant , binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQl/dTeQgHM6ZUQ90sD9QVT4YM7UtFruI1fjKH5m7lX3f1/b9Pkv0T57VZkoerWMO7Dr57U0qWwb8SoywxMTngFD6zM1h3jGZD2WLyPMLaWedYijh86UJl9Xqg+zJnw+KUtQOUtSofJEpiWZmOD6Ky8sv22NBIumQFvgCHFX9aUJ36vD6NodksYdh9K75YSxK8laQ6p2 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2012-09/txt/msg00117.txt.bz2 On Mon, Sep 10, 2012 at 11:57 AM, Ian Lance Taylor wrote: > On Mon, Sep 10, 2012 at 11:05 AM, Cary Coutant wrote: >>> 2012-09-07 Sterling Augustine >>> >>> * gdb-index.cc (Gdb_index::pubnames_read): New parameter. >>> (Gdb_index::pubtypes_read): New parameter. >>> (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters >>> to calls. >>> * gdb-index.h (Gdb_index): New fields pubnames_object_ and >>> pubtypes_object_. >> >> This is fine with me. Ian needs to approve. > > This is OK. > Committed as posted.