From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17993 invoked by alias); 20 Jun 2014 20:05:55 -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 17984 invoked by uid 89); 20 Jun 2014 20:05:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 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-vc0-f174.google.com Received: from mail-vc0-f174.google.com (HELO mail-vc0-f174.google.com) (209.85.220.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 20 Jun 2014 20:05:54 +0000 Received: by mail-vc0-f174.google.com with SMTP id hy4so3893853vcb.33 for ; Fri, 20 Jun 2014 13:05:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=SMnCSXiH9xBQI7gnTrjNQy9ZB+2jQsyYcwD84p4kdew=; b=KCs3OwtBBFXFiepcraCq+rZxBqRDReWrLmfZjg+fcY6K4Yt4yqcpbpmmNH8Hq8VC7H F69bcyHeyqdso1RGtltgrDf1+6+3tOyR+nbbfFbIRF07MOAzmP6lXbSQqcrjRUphQezc NFvQvUzcY4QR9bu4hnY5GjHKwjFuUZG8Y8qr8G28mzZK+/b0aDiCVZ0dWlSc9ngOp7pn i0Zd+q0eVRCq/+DDzCiSbqj6LzTcw3MWspIQYADr/8RbUlKM5iluRlt4MMWua7fLbBXA qy6lg9HOZkvj6N8Jr54sFbihIn6O9lqCTkSezM9DhQmMOwF/w0YQ1sZVHTtSQYo6cIpW l74w== X-Gm-Message-State: ALoCoQkW9zXjmpsfUXO3osWhDAVc2EhjUqbyETtYq/U2/uaZ3N7HxfCJX/0PFvacZ/DNRNcWRO5g MIME-Version: 1.0 X-Received: by 10.221.64.20 with SMTP id xg20mr4768683vcb.3.1403294752312; Fri, 20 Jun 2014 13:05:52 -0700 (PDT) Received: by 10.52.28.233 with HTTP; Fri, 20 Jun 2014 13:05:52 -0700 (PDT) In-Reply-To: <1403279874-23781-11-git-send-email-tromey@redhat.com> References: <1403279874-23781-1-git-send-email-tromey@redhat.com> <1403279874-23781-11-git-send-email-tromey@redhat.com> Date: Fri, 20 Jun 2014 20:05:00 -0000 Message-ID: Subject: Re: [PATCH v2 10/14] make dwarf_expr_frame_base_1 public From: Doug Evans To: Tom Tromey Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00781.txt.bz2 On Jun 20, 2014 6:33 PM, "Tom Tromey" wrote: > > This exports dwarf_expr_frame_base_1 so that other code can use it. > > 2014-06-20 Tom Tromey > > * dwarf2loc.h (dwarf_expr_frame_base_1): Declare. > * dwarf2loc.c (dwarf_expr_frame_base_1): Now public. [apologies for the repeat ... curse you gmail ...] Hi. Can you remove the _1? (renaming it as needed) I see the non _1 version is also static, so some reasonable renaming (perhaps of both) should be simple enough. TIA