From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31014 invoked by alias); 1 Nov 2005 17:43:02 -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 30983 invoked by uid 22791); 1 Nov 2005 17:42:58 -0000 Received: from lon-del-01.spheriq.net (HELO lon-del-01.spheriq.net) (195.46.50.97) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 01 Nov 2005 17:42:58 +0000 Received: from lon-out-01.spheriq.net ([195.46.50.129]) by lon-del-01.spheriq.net with ESMTP id jA1Hgin7019048 for ; Tue, 1 Nov 2005 17:42:44 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-01.spheriq.net with ESMTP id jA1Hgdq1014275 for ; Tue, 1 Nov 2005 17:42:41 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id jA1HgWIo001656 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 1 Nov 2005 17:42:37 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 88488DA42; Tue, 1 Nov 2005 17:42:27 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 8748247412; Tue, 1 Nov 2005 17:45:10 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 3EB9875969; Tue, 1 Nov 2005 17:45:10 +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 7724947412; Tue, 1 Nov 2005 17:45:09 +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 CFE00653 (AUTH "andrew stubbs"); Tue, 1 Nov 2005 17:42:16 GMT Message-ID: <4367A882.7000400@st.com> Date: Tue, 01 Nov 2005 17:43:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Daniel Jacobowitz Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: PATCH: Problem union comparision in TUI References: <43576E68.8080804@st.com> <4357C346.8070400@st.com> <435900C7.2010706@st.com> <435CB6BC.7040101@st.com> <435CD958.2060007@st.com> <43679642.1010803@st.com> <20051101162851.GA29872@nevyn.them.org> In-Reply-To: <20051101162851.GA29872@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/msg00016.txt.bz2 Daniel Jacobowitz wrote: > On Tue, Nov 01, 2005 at 04:22:26PM +0000, Andrew STUBBS wrote: > >>Eli Zaretskii wrote: >> >>>Thanks, I'm happy now. >>> >>>Does anyone object to this be committed? >> >>No objections yet. May I go ahead and commit it? > > > Yes, you may. > > BTW, one gdb idiosyncrasy: please send commit messages to the list > after checking in patches. > Ok, I've commited this one now. ;)