From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26427 invoked by alias); 18 Jun 2014 10:25:02 -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 26330 invoked by uid 89); 18 Jun 2014 10:25:01 -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-oa0-f53.google.com Received: from mail-oa0-f53.google.com (HELO mail-oa0-f53.google.com) (209.85.219.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 18 Jun 2014 10:25:00 +0000 Received: by mail-oa0-f53.google.com with SMTP id l6so1296327oag.26 for ; Wed, 18 Jun 2014 03:24:58 -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=Rdf7bt8bnhiUva+Mz3kF0Afe5pvzeG8bBVD30Ydn5B0=; b=kyN8Nfy67DuYDULOByQk3VfuOlaecf9umoz/+10uQKYH7yZmo+aVGbnX/tbr8hyX+x Hv99AsoQd+61267t/df7Qq85echLN7WpAL6rWVQJL3kYiJgshCXLxsl3cjl6r/1JLECK rYT8FCX3H3ogjqInmoZdClyZDW7kMMbaedTQrIbSeFriAk7TpfSRAMz0wDhbtI4kiy7f jJ+wdpZ8VDfUYWnEw6ijO12J8l2m+E3fOJYo1/KR1R+T9caYUrMjULXfNibJOdc5CJWN HMSdaANT34MpqF8ZUfFlp17DkSjqxI+KZmMuJmaHz/H92H//VDQIiv1aQlwOAWzzZzb6 g+HA== X-Gm-Message-State: ALoCoQltiykNvk7i0MRFvanjTEbVAgk09hLhXaaEHjpR0IlkM/8MzSm/TE/v4TSi63tbuauZ15eh MIME-Version: 1.0 X-Received: by 10.60.145.144 with SMTP id su16mr987175oeb.64.1403087098847; Wed, 18 Jun 2014 03:24:58 -0700 (PDT) Received: by 10.202.187.198 with HTTP; Wed, 18 Jun 2014 03:24:58 -0700 (PDT) In-Reply-To: <1403014378-4349-12-git-send-email-gbenson@redhat.com> References: <1403014378-4349-1-git-send-email-gbenson@redhat.com> <1403014378-4349-12-git-send-email-gbenson@redhat.com> Date: Wed, 18 Jun 2014 10:25:00 -0000 Message-ID: Subject: Re: [PATCH 11/15] Rename functions and make nonstatic as necessary From: Siva Chandra To: Gary Benson Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00643.txt.bz2 On Tue, Jun 17, 2014 at 7:12 AM, Gary Benson wrote: > This commit renames the functions that are to be shared. > Functions to be shared that were static are made nonstatic. I thinking making the functions nonstatic in this part was not correct. The build currently fails when built with "-Werror=missing-prototypes" as 14/15 has not yet been committed.