From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17443 invoked by alias); 7 Nov 2005 15:21:19 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 17073 invoked by uid 22791); 7 Nov 2005 15:20:55 -0000 Received: from fra-del-03.spheriq.net (HELO fra-del-03.spheriq.net) (195.46.51.99) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 07 Nov 2005 15:20:55 +0000 Received: from fra-out-01.spheriq.net (fra-out-01.spheriq.net [195.46.51.129]) by fra-del-03.spheriq.net with ESMTP id jA7FKpmd007806 for ; Mon, 7 Nov 2005 15:20:51 GMT Received: from fra-cus-02.spheriq.net (fra-cus-02.spheriq.net [195.46.51.38]) by fra-out-01.spheriq.net with ESMTP id jA7FKoKn019391 for ; Mon, 7 Nov 2005 15:20:51 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-02.spheriq.net with ESMTP id jA7FKmjn027307 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 7 Nov 2005 15:20:50 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D5E8BDA48; Mon, 7 Nov 2005 15:20:43 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 7F565473F8; Mon, 7 Nov 2005 15:23:38 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 4560675999; Mon, 7 Nov 2005 15:23:38 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id CFB2847409; Mon, 7 Nov 2005 15:23:37 +0000 (GMT) Received: from [164.129.15.13] (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CGH00017 (AUTH "andrew stubbs"); Mon, 7 Nov 2005 15:20:41 GMT Message-ID: <436F7046.2090601@st.com> Date: Mon, 07 Nov 2005 19:07:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Fix dependency References: <436F6ABF.4030306@st.com> <20051107150444.GA5003@nevyn.them.org> In-Reply-To: <20051107150444.GA5003@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.1.07 X-SW-Source: 2005-11/txt/msg00082.txt.bz2 Daniel Jacobowitz wrote: > On Mon, Nov 07, 2005 at 02:54:55PM +0000, Andrew STUBBS wrote: > >>I forgot to update the dependencies for my fix to the union comparison >>in the TUI. It isn't exactly the end of the world but probably ought to >>be sorted out. >> >>The attached patch should address the issue. >> >>Is this OK on both mainline and 6.4? > > > Yes please. > Thanks. I've committed it to both branches. Andrew