From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21391 invoked by alias); 18 Feb 2009 19:53:07 -0000 Received: (qmail 21383 invoked by uid 22791); 18 Feb 2009 19:53:07 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Feb 2009 19:53:00 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KFA001001UETE00@i_mtaout2.012.net.il> for gdb-patches@sources.redhat.com; Wed, 18 Feb 2009 21:53:29 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.82.14]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KFA000DA1X0YE71@i_mtaout2.012.net.il>; Wed, 18 Feb 2009 21:53:25 +0200 (IST) Date: Wed, 18 Feb 2009 22:28:00 -0000 From: Eli Zaretskii Subject: Re: MI solib notification In-reply-to: <200902182250.39997.vladimir@codesourcery.com> To: Vladimir Prus Cc: pedro@codesourcery.com, gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <200901310010.46738.vladimir@codesourcery.com> <200902181031.02978.vladimir@codesourcery.com> <200902182250.39997.vladimir@codesourcery.com> X-IsSubscribed: yes 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 X-SW-Source: 2009-02/txt/msg00387.txt.bz2 > From: Vladimir Prus > Date: Wed, 18 Feb 2009 22:50:39 +0300 > Cc: pedro@codesourcery.com, > gdb-patches@sources.redhat.com > > I've checked in the below follow-up. Thank you.