From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2213 invoked by alias); 19 Jan 2015 17:31:32 -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 2122 invoked by uid 89); 19 Jan 2015 17:31:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout26.012.net.il Received: from mtaout26.012.net.il (HELO mtaout26.012.net.il) (80.179.55.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Jan 2015 17:31:19 +0000 Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NIF00H00PYEGQ00@mtaout26.012.net.il> for gdb-patches@sourceware.org; Mon, 19 Jan 2015 19:31:06 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIF00E4WPZUI730@mtaout26.012.net.il>; Mon, 19 Jan 2015 19:31:06 +0200 (IST) Date: Mon, 19 Jan 2015 17:31:00 -0000 From: Eli Zaretskii Subject: Re: [PATCHSET] [4/4] Fix various issue in TUI In-reply-to: <20150119154301.GF4041@adacore.com> To: Joel Brobecker Cc: palves@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ppaay8wz.fsf@gnu.org> References: <83vbkrbt4d.fsf@gnu.org> <54AAEC02.7020500@redhat.com> <83bnmd8028.fsf@gnu.org> <83y4p1zq7k.fsf@gnu.org> <20150119154301.GF4041@adacore.com> X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00525.txt.bz2 > Date: Mon, 19 Jan 2015 16:43:01 +0100 > From: Joel Brobecker > Cc: palves@redhat.com, gdb-patches@sourceware.org > > > Don't use windows-termcap.c when linking against a curses library > > > > gdb/ > > 2015-01-17 Eli Zaretskii > > > > * configure.ac [*mingw32*]: Only add windows-termcap.o to > > CONFIG_OBS if not building with a curses library. > > > > * windows-termcap.c: Include defs.h. Make the whole body empty if > > either one of HAVE_CURSES_H or HAVE_NCURSES_H or > > HAVE_NCURSES_NCURSES_H is defined. > > I pushed this patch after having regenerated the configure script. > I edited the ChangeLog entry to add a line for configure being > regenerated. Thanks! > > --- a/libiberty/ChangeLog > > +++ b/libiberty/ChangeLog > > @@ -1,3 +1,8 @@ > > +2015-01-17 Eli Zaretskii > > + > > + * strerror.c : Declare only if they aren't > > + macros. > > I pushed this change separately (and first). Thanks again. > To answer your question, such changes should be pushed to both > the GCC repository (SVN), and the binutils-gdb repository (git). OK, so I presume DJ will commit to the GCC repository? I don't think I have write access there. Or did you do that already? > The commits are now in master; I can't remember whether these were > approved for 7.9, but if they were, then you can cherry-pick them > from master. Done.