From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1216 invoked by alias); 10 Sep 2012 18:58:10 -0000 Received: (qmail 1200 invoked by uid 22791); 10 Sep 2012 18:58:09 -0000 X-SWARE-Spam-Status: No, hits=-6.0 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-pb0-f41.google.com (HELO mail-pb0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Sep 2012 18:57:56 +0000 Received: by pbbro12 with SMTP id ro12so3100679pbb.0 for ; Mon, 10 Sep 2012 11:57:56 -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=nluEdDRk0BC7GY4G6v67830em/ALiKzXZ8dNOM6+9QI=; b=jI7ZOSaveb9d3S8AhxiUhqmZ0xaDdo2wcj/EnAXsnmVLabXxuMAYcwryzKixHdUJCM rwpPe6E8vE591Bwj77inI9LwQS8tGmU0G3Gj9YAWToKQtOQEtsQnlZjRyJJSSF4GVKnZ NiuaChRBi+WLUsqrplcMKgNeycEksR5FiFP4E/XUA1XUzfvrYoufqmnyA/6/Z/B7qtzo sgQlKG2rbl7forBlq6F7kdeiBvyHNvk/el18YI3TLxV3f9InBOh6Z2Yfh18AgCb9zb4y 6aFhWyxx2kOBoNtKGbbl5m5mL1tABJdZ6Tw5y/w56PUYKuhMZL9yhIZBReCxt1h2wCjG 8m/Q== Received: by 10.66.78.9 with SMTP id x9mr22647243paw.84.1347303476398; Mon, 10 Sep 2012 11:57:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.78.9 with SMTP id x9mr22647235paw.84.1347303476268; Mon, 10 Sep 2012 11:57:56 -0700 (PDT) Received: by 10.68.129.170 with HTTP; Mon, 10 Sep 2012 11:57:56 -0700 (PDT) In-Reply-To: References: Date: Mon, 10 Sep 2012 18:58:00 -0000 Message-ID: Subject: Re: [Gold Patch] Fix Gdb Index Generation from pubnames From: Ian Lance Taylor To: Cary Coutant Cc: Sterling Augustine , binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQmKpvdBewrQSVOdO+E8pAhBuCk6FbbgHhrZ3Ld1737bXF4BMT85GE+D1q3PDQup4r2O2ZZBDABdM+ZrbDgxscBqGVCUZ7lLac54CXcOFIIJ6guT78uPSXLoR8nbcFxhEF22a/tOQsCoceGi6PqQaPTabCgouhLe7AuJKTFsvOhcnk7o7OVbOZ+UtJ8l59KNTrQB0Vxl X-IsSubscribed: yes 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/msg00116.txt.bz2 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. Thanks. Ian