From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1416 invoked by alias); 23 Sep 2019 21:40:04 -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 1402 invoked by uid 89); 23 Sep 2019 21:40:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-wm1-f66.google.com Received: from mail-wm1-f66.google.com (HELO mail-wm1-f66.google.com) (209.85.128.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Sep 2019 21:40:02 +0000 Received: by mail-wm1-f66.google.com with SMTP id f22so3692296wmc.2 for ; Mon, 23 Sep 2019 14:40:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=mTX1khKWOY8CZe8C1RDGP+L6xQGMlbiZSzqLAG29qJs=; b=VO/K9xNu1Y64c4K0Y6Jt2LGQen2ajCZP1VbSMOIfXjR2V/fGZnJ1TgnzEbF9IQf9uX kuDIseSO6wUBXXOqqOcV7vDq29stnxwyz4Y6dS4AG8nNIJLiyDGhN+ruHBFjP48jKv6U j3Hr80z941k4FxMRyUkC8UoGgjQ8wp+0xQLf327e0uSz/ljCaWzjhDNLlDv/wlKehPih Ax61JsncUiY7zLgoKhSelnQnKJdS3ancIGSTzsUkSGK8Z2kljN/LaEjfvff6OExCBCOS vV3jGFVPmUfuDN+S3WFK/9Ulq9x+RMuDA7Cx7KGTozc5ziSBQlDnRFuIs7mlCMuh16NM csew== Return-Path: Received: from localhost (host86-128-12-122.range86-128.btcentralplus.com. [86.128.12.122]) by smtp.gmail.com with ESMTPSA id b186sm9794151wmd.16.2019.09.23.14.39.59 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 23 Sep 2019 14:39:59 -0700 (PDT) Date: Mon, 23 Sep 2019 21:40:00 -0000 From: Andrew Burgess To: gdb-patches@sourceware.org Subject: Re: [PATCH] gdb/readline: fix use of an undefined variable Message-ID: <20190923213958.GL4962@embecosm.com> References: <20190918201127.2791-1-andrew.burgess@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190918201127.2791-1-andrew.burgess@embecosm.com> X-Fortune: Secrecy is the beginning of tyranny. X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00454.txt.bz2 * Andrew Burgess [2019-09-18 16:11:27 -0400]: > > readline/ChangeLog: > > * display.c (init_line_structures): Initialise line_state using > original minsize value. I've now pushed this to master. Thanks, Andrew