From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95862 invoked by alias); 8 Oct 2019 15:18:01 -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 95842 invoked by uid 89); 8 Oct 2019 15:18:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.0 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:678 X-HELO: mail-ot1-f65.google.com Received: from mail-ot1-f65.google.com (HELO mail-ot1-f65.google.com) (209.85.210.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 08 Oct 2019 15:18:00 +0000 Received: by mail-ot1-f65.google.com with SMTP id s22so14320396otr.6 for ; Tue, 08 Oct 2019 08:17:59 -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=naSSR8dEbs3b86ZCPNCxiHX4QOoTba/QQ6Pv9JyTxA8=; b=XNmj82/iE4Ta3bfWwiMo6D+ZS/kd1NnCGu92cFhh9zrC/ty4a7yOf+M3ZCWfg4+MQy tu9ZAUkrOtpSE72Ln/gXSGByKWBcSZ6VMn5SrAOOlG2riI21sT01p91qNtPfjvkZ7UMm Td/RZFn8xZugOGuKRoPyXdkEVjEFNhaCeKPxXeRl0lcZBkVin0x3avW+bxK4q7seCkU0 3yq2U+pQtwjUXxsDbnv1fhxQD+IK3BlAwkqirLuaTOEVnPjab2OxHRPNz2kAS+ZEOuMg xuIL63UKQ7PPQRv9dhOewf8V17S0fW6cbPAZBpT0IyKFN840Y2Ldmsn775yRZC19QN6v qudA== MIME-Version: 1.0 References: <20191007194226.69885-1-cbiesinger@google.com> <87k19fh09c.fsf@tromey.com> In-Reply-To: <87k19fh09c.fsf@tromey.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Tue, 08 Oct 2019 15:18:00 -0000 Message-ID: Subject: Re: [PATCH] Move declaration of overload_debug to header To: Tom Tromey Cc: Christian Biesinger via gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00232.txt.bz2 On Tue, Oct 8, 2019 at 7:47 AM Tom Tromey wrote: > > >>>>> "Christian" == Christian Biesinger via gdb-patches writes: > > Christian> gdb/ChangeLog: > Christian> 2019-10-07 Christian Biesinger > > Christian> * gdbtypes.c (overload_debug): Move comment to header. > Christian> * gdbtypes.h (overload_debug): Declare. > Christian> * valops.c: Remove declaration of overload_debug, instead > Christian> include gdbtypes.h. > > Ok. Thank you. Thanks, pushed. To ssh://sourceware.org/git/binutils-gdb.git 34916edc47..79bb1944d6 HEAD -> master Christian