From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3487 invoked by alias); 9 Feb 2005 13:55:28 -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 2908 invoked from network); 9 Feb 2005 13:55:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 9 Feb 2005 13:55:14 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j19DtDir017494 for ; Wed, 9 Feb 2005 08:55:14 -0500 Received: from localhost.redhat.com (vpn50-64.rdu.redhat.com [172.16.50.64]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j19DtDO18917; Wed, 9 Feb 2005 08:55:13 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 35E887D79; Wed, 9 Feb 2005 08:54:38 -0500 (EST) Message-ID: <420A161D.2090003@gnu.org> Date: Wed, 09 Feb 2005 14:03:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: gdb 6.4 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00056.txt.bz2 Per recent posts, gdb 6.3 doesn't build on systems that don't have intl/ unless --disable-nls is explicitly specified. Rather than re-spin 6.3, I intend doing a short sharp 6.4. Several factors contribute to this: - GDB switched to autoconf 2.59, we need exposure - right now is a good time to pause in the dw_op_piece work (yes that means dw_op_piece is in 6.5) - I think i18n can be covered in a timely fashion before the branch/release I'll be spending the next week ensuring that the patch backlog is drained (I've 260 gdb-patches@ and 80 gdb@ e-mails to clear). comments, Andrew