From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22557 invoked by alias); 18 Jul 2005 06:22:50 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22541 invoked by uid 22791); 18 Jul 2005 06:22:47 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 18 Jul 2005 06:22:47 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j6I6LA26007921; Mon, 18 Jul 2005 08:21:11 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j6I6L9IY030840; Mon, 18 Jul 2005 08:21:09 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j6I6L9WO005075; Mon, 18 Jul 2005 08:21:09 +0200 (CEST) Date: Mon, 18 Jul 2005 06:22:00 -0000 Message-Id: <200507180621.j6I6L9WO005075@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: mark@codesourcery.com CC: gdb-patches@sources.redhat.com, chet.ramey@case.edu In-reply-to: <42DAF4FE.3060609@codesourcery.com> (message from Mark Mitchell on Sun, 17 Jul 2005 17:17:02 -0700) Subject: Re: Guidance re. MinGW and readline References: <42DAF4FE.3060609@codesourcery.com> X-SW-Source: 2005-07/txt/msg00143.txt.bz2 Date: Sun, 17 Jul 2005 17:17:02 -0700 From: Mark Mitchell (1) Wait for readline-5.1 to be released, incorporate it into src/, and then to add the minimal termcap stuff to a file in gdb/ that is only used on MinGW. (2) I backport Chet's changes to rltty.c to the src/readline/ sourcebase, and then proceed as above. Because we know that these changes will be in readline-5.1, we needn't worry overmuch about divergence from upstread sources. You'll still need the minimal termcap stuff in gdb/ in this case isn't it? (And yes I too think that's the way to go.) Mark