From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93874 invoked by alias); 8 Oct 2019 15:16:25 -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 93866 invoked by uid 89); 8 Oct 2019 15:16:24 -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:988 X-HELO: mail-ot1-f66.google.com Received: from mail-ot1-f66.google.com (HELO mail-ot1-f66.google.com) (209.85.210.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 08 Oct 2019 15:16:23 +0000 Received: by mail-ot1-f66.google.com with SMTP id m19so14371099otp.1 for ; Tue, 08 Oct 2019 08:16:23 -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=ln/soCvgvm4oj3UMzjYmmQwqSWF//1xkwoB+Me71TJo=; b=oEEwzxGU9ztZXT9q7U7dacwAidQnapd0mApa0mswShhtU4uWP65ql1M+EN9cM+2Rgy dNE3l08mJ17nXXJK2nWoRn1Tozab7IBVZ5c2dQzutKLGwtU0HXvGbaKd3jsErrJpF5W5 A0RisT1DxXapgEkmk6q2UKVT+wLT4zFBu32DGQvYA20/tcvTcSelwBaYB8BoFAgWodIL v6yYImR0aGjKBv2Eb80bqX6T+HkwfGWN9ICOBU2ITWATWpIRMHl37Z198JdvUKLAC6+A Dx3agqm0r3mPl6HWv4b5+E4ZU8jJelY77hAxCx/veyB+TIwhxMYqRTN4cnWBA37PF4TS YR5Q== MIME-Version: 1.0 References: <20191007222850.96797-1-cbiesinger@google.com> <87o8yrh0b8.fsf@tromey.com> In-Reply-To: <87o8yrh0b8.fsf@tromey.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Tue, 08 Oct 2019 15:16:00 -0000 Message-ID: Subject: Re: [PATCH] Move declaration of lang_frame_mismatch_warn 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/msg00231.txt.bz2 On Tue, Oct 8, 2019 at 7:46 AM Tom Tromey wrote: > > >>>>> "Christian" == Christian Biesinger via gdb-patches writes: > > Christian> Also makes it localizable. > Christian> gdb/ChangeLog: > > Christian> 2019-10-07 Christian Biesinger > > Christian> * language.c (show_language_command): Pass lang_frame_mismatch_warn > Christian> through _(). > Christian> (lang_frame_mismatch_warn): Make const, mark with N_(), and > Christian> move comment... > Christian> * language.h (lang_frame_mismatch_warn): ... here. Also add > Christian> declaration. > Christian> * top.c (lang_frame_mismatch_warn): Remove declaration. > Christian> (check_frame_language_change): Pass lang_frame_mismatch_warn > Christian> through _(). > > Thanks, this is ok. Thanks, pushed. To ssh://sourceware.org/git/binutils-gdb.git b7d9d3ee59..34916edc47 HEAD -> master Christian