From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16744 invoked by alias); 18 Dec 2009 06:17:54 -0000 Received: (qmail 16734 invoked by uid 22791); 18 Dec 2009 06:17:53 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Dec 2009 06:17:49 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BF4082BAC0B for ; Fri, 18 Dec 2009 01:17:47 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id HVt-NVdIYMl6 for ; Fri, 18 Dec 2009 01:17:47 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3798A2BAC09 for ; Fri, 18 Dec 2009 01:17:47 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id D101AF58CF; Fri, 18 Dec 2009 07:17:36 +0100 (CET) Date: Fri, 18 Dec 2009 06:17:00 -0000 From: Joel Brobecker To: gdb@sourceware.org Subject: time to create the gdb-7.0.1 release (?) Message-ID: <20091218061736.GV2804@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-12/txt/msg00108.txt.bz2 Hello, According to our suggested schedule, yesterday (Dec 17) was the time we were hoping to produce gdb-7.0.1. Looking at the ChangeLog, here is the list of changes: - Fix a build compilation on IRIX 5.3: 2009-11-23 Rainer Orth * dwarf2read.c [HAVE_MMAP] (MAP_FAILED): Define if missing. - Add support for Thumb2 debugging: 2009-11-13 Ramana Radhakrishnan Backport from mainline. 2009-07-28 Daniel Jacobowitz * arm-tdep.c (arm_push_dummy_call): Set the low bit of LR for a Thumb entry point. (thumb_get_next_pc): Handle Thumb-2 and ARM v6 instructions. Refuse to single step into IT blocks. 2009-10-28 Daniel Jacobowitz Reported by Antti Hatala * arm-tdep.c (thumb_get_next_pc): Limit check to IT instructions correctly. - Fix a crash on solaris when reading symbols: 2009-10-22 Paul Pluzhnikov PR gdb/10819 * dwarf2-frame.c (find_cie): Don't call bsearch on empty cie_table. * objfiles.c (find_pc_section): Likewise. (update_section_map): Don't allocate empty table. - I think the following change is mostly cosmetic: 2009-10-19 Don Lee * score-tdep.c: Delete some simulator dependent codes. * score-tdep.h: Delete some simulator dependent macro definitions. - Fix a build failure on newer versions of FreeBSD: 2008-10-16 Steven G. Kargl (tiny patch) * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Conditionally compile in support for pcb->pcb_{fs,ds,es,gs} on FreeBSD older than 8.0. - GDB SEGV due to stack overflow: 2009-10-08 Paul Pluzhnikov PR gdb/10457 * elfread.c (elf_symtab_read): Don't use alloca in a loop. There is also a change in the documentation: 2009-10-04 Pedro Alves * gdb.texinfo (Remote Protocol): Don't mention vCont;T. Anything else that should go in that (corrective) release? -- Joel