Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 9 Aug 2002 02:48:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 9 Aug 2002 02:48:48 -0400 Received: from rj.SGI.COM ([192.82.208.96]:8888 "EHLO rj.sgi.com") by vger.kernel.org with ESMTP id ; Fri, 9 Aug 2002 02:48:47 -0400 X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 From: Keith Owens To: kdb@oss.sgi.com Cc: linux-kernel@vger.kernel.org Subject: Announce: kdb v2.3 i386 updates for kernels 2.4.18 and 2.4.19 Date: Fri, 09 Aug 2002 16:52:18 +1000 Message-ID: <1076.1028875938@kao2.melbourne.sgi.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1802 Lines: 55 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Content-Type: text/plain; charset=us-ascii Updated files in ftp://oss.sgi.com/projects/kdb/download/v2.3/ kdb-v2.3-2.4.18-i386-2.bz2 kdb-v2.3-2.4.19-i386-2.bz2 I also have kdb-v2.3-2.4.18-ia64-020722-2 in progress, to add support for zx1 serial i/o. Not tested yet, it should be out tomorrow. Changelog extracts between 2.4.1[89]-i386-1 and -2. 2.4.19-i386-2 2002-08-09 Keith Owens * Use -fno-optimize-sibling-calls for kdb if gcc supports it. * .text.lock does not consume an activation frame. * kdb v2.3-2.4.19-i386-2. 2.4.18-i386-2 2002-08-09 Keith Owens * Use -fno-optimize-sibling-calls for kdb if gcc supports it. * 2.4.18 uses _text_lock_ not .text.lock. * _text_lock does not consume an activation frame. * kdb v2.3-2.4.18-i386-2. When gcc optimizes sibling calls (tail recursion), kdb <= v2.3 cannot decode the backtrace. Nor can the stack trace show what is really going on with optimized sibling calls, the return addresses are ambiguous. Until I can come up with an algorithm to trace through tail recursion, activating kdb will set -fno-optimize-sibling-calls. kdb v2.4 is planned as a big gcc catch up, to cope with the code generated by more recent versions of gcc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Exmh version 2.1.1 10/15/1999 iD8DBQE9U2agi4UHNye0ZOoRArfUAJ9BXPmRQCJPenkTyBFHiV9zRB6dkACgxkPT qeyKkLrO/ZTyQ0j3VUa92J8= =7U08 -----END PGP SIGNATURE----- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/