From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32387 invoked by alias); 20 Sep 2019 00:20:35 -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 32376 invoked by uid 89); 20 Sep 2019 00:20:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.3 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=HX-Languages-Length:470 X-HELO: mail-oi1-f196.google.com Received: from mail-oi1-f196.google.com (HELO mail-oi1-f196.google.com) (209.85.167.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 20 Sep 2019 00:20:33 +0000 Received: by mail-oi1-f196.google.com with SMTP id k20so311246oih.3 for ; Thu, 19 Sep 2019 17:20:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=tHcWWkvP735Ti78xFZBlpkkJjS8Itr3uoP8XSLJPdlE=; b=nEr9C4ppKxo9IktdoV6Wiu7iAos2jKL0Y45c4AONHE8Z5W8PYJ4kVbrMw8GTyJNRnb pXZzU2xjulD66U5TacLbdUzhvDuvpk71VLOzLOS8gtAh0JDhGBcM1uFtdq0dVxM83Aea PPc9JNnEcyULPTwr9fl7fTtkPsHOYQvNhKYzJK2NwsAcsi9r63G5CRcVd51iTFUIjBzE bCPxGUnRLo07NmsyUiWbhWQzf/BiwlUac9crOftUh7E0Mr/v6wbMPzQpomM+YBCGn26+ eqFTUnK5imI7QcT6KrraokaxUqoVJkDy4XVTHKEILDfJjxwNqTSyYrmdbJt4UWDwQq30 zGJw== MIME-Version: 1.0 References: <20190919044248.47444-1-cbiesinger@google.com> <025164e3-12a1-7591-dd9d-c7d20552cb94@simark.ca> In-Reply-To: <025164e3-12a1-7591-dd9d-c7d20552cb94@simark.ca> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Fri, 20 Sep 2019 00:20:00 -0000 Message-ID: Subject: Re: [PATCH] Move declaration of overload_resolution to value.h To: Simon Marchi Cc: gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00387.txt.bz2 On Thu, Sep 19, 2019 at 8:05 PM Simon Marchi wrote: > > On 2019-09-19 12:42 a.m., Christian Biesinger via gdb-patches wrote: > > The variable is defined in valops.c and has an extern decl in > > eval.c; move it to the header file. > > LGTM, thanks for doing these changes. Thanks, pushed. To ssh://sourceware.org/git/binutils-gdb.git c7ae7675cf7..e4153ae630f HEAD -> master Christian