From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8662 invoked by alias); 18 Jul 2003 13:00:30 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 8655 invoked from network); 18 Jul 2003 13:00:30 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 18 Jul 2003 13:00:30 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CDDD42B7F; Fri, 18 Jul 2003 09:00:28 -0400 (EDT) Message-ID: <3F17EF6C.30007@redhat.com> Date: Fri, 18 Jul 2003 13:00:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alain Magloire Cc: gdb@sources.redhat.com Subject: Re: my 6.0 todo list References: <200307171542.LAA13377@smtp.ott.qnx.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00237.txt.bz2 >> >> Just fyi, >> >> In addition to the usual stuff I need to clear the following backlog: >> >> - m32r revival >> - annotate 3 commit >> - mi 2->3 switch (needed?) > > > Are the changes non-backward compatible ? > Did mi2 ever went out in any official release ? > > 5.2.1 & 5.3 was -mi 1 > > Sorry I did not follows the in/out of MI. Feel free to redirect > to the appropriate README/NEWS. I need to audit exactly what, in MI land, changed. If there is something lumpy then the following should happen: cp mi-*.exp mi2-*.exp to `freeze' mi2. increment mi2->mi3 in the mainline. Andrew