From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14009 invoked by alias); 4 Dec 2003 20:38:57 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14001 invoked from network); 4 Dec 2003 20:38:56 -0000 Received: from unknown (HELO zenia.home) (12.223.225.216) by sources.redhat.com with SMTP; 4 Dec 2003 20:38:56 -0000 Received: by zenia.home (Postfix, from userid 5433) id D128920766; Thu, 4 Dec 2003 15:37:21 -0500 (EST) To: Ulrich Weigand Cc: gdb-patches@sources.redhat.com, uweigand@de.ibm.com Subject: Re: S/390 port modernization patches References: <200312042005.VAA07693@faui1d.informatik.uni-erlangen.de> From: Jim Blandy Date: Thu, 04 Dec 2003 20:38:00 -0000 In-Reply-To: <200312042005.VAA07693@faui1d.informatik.uni-erlangen.de> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00135.txt.bz2 Ulrich Weigand writes: > This set of patches does: > > - eliminate every use of deprecated interfaces and features > in the s390 backend; in particular implements all changes > mentioned in > http://sources.redhat.com/ml/gdb/2003-04/msg00279.html > > - simplify the build process a bit (merges s390 and s390x > into a single configure.tgt target, removes tm-s390.h) > > - perform various coding style and other cleanups > > - activate DWARF-2 CFI based frame handling on s390; this needs > some changes to common code support > > - activate bi-arch mode (debugging 32-bit applications with > a 64-bit gdb) > > - fix various bugs, some in common code > > In total, test suite results improve from 121 to 25 unexpected > failures on s390, and from 176 to 28 unexpected failures on s390x. Wow! I'll get to them.