From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9789 invoked by alias); 24 Jan 2002 16:14:19 -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 9746 invoked from network); 24 Jan 2002 16:14:15 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 24 Jan 2002 16:14:15 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 9CEF83D8C; Thu, 24 Jan 2002 11:14:13 -0500 (EST) Message-ID: <3C5032D3.7080504@cygnus.com> Date: Thu, 24 Jan 2002 08:14:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Pierre Muller Cc: gdb-patches@sources.redhat.com Subject: Re: GDB 5.1.1 References: <4.2.0.58.20020124095308.00a40cc0@ics.u-strasbg.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00721.txt.bz2 Sigh, Your right. I based the news on the ChangeLog without checking for corresponding patches. Andrew + 2002-01-24 Andrew Cagney + + * version.in: Bump version to 5.1.1.0_0000-00-00-cvs. + + 2002-01-20 Michael Chastain + + * top.c (print_gdb_version): Bump copyright year to 2002. + + 2002-01-13 Eli Zaretskii + + * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous + white space which prevented compilation. Reported by DSK + . + + 2001-12-18 Kevin Buettner + + * i387-nat.c (i387_fill_fxsave): Change type of ``val'' from char + to short so that we don't memcpy() beyond the end of this buffer. + Also, change shift value used in computing val to account for the + fact that only eight bits are used. + + 2001-12-07 Andrew Cagney + + * PROBLEMS: New file. Add title. + * README: Move known problems to PROBLEMS file. + + 2001-12-06 Elena Zannoni + + From Jakub Jelinek : + + * dwarf2read.c (dwarf_str_buffer): New. + (struct dwarf2_pinfo): Add dwarf_str_buffer and dwarf_str_size. + (DWARF_STR_BUFFER, DWARF_STR_SIZE): Define. + (dwarf2_has_info): Clear dwarf_str_offset. + (dwarf2_build_psymtabs): Read .debug_str section if present. + (dwarf2_build_psymtabs_hard): Save DWARF_STR_BUFFER and + DWARF_STR_SIZE. + (psymtab_to_symtab_1): Restore DWARF_STR_BUFFER and DWARF_STR_SIZE. + (read_attribute): Handle DW_FORM_strp. + (read_n_bytes, read_string): Remove HOST_CHAR_BIT != 8 + handling code. + (read_indirect_string): New. + (dump_die): Handle DW_FORM_strp. + + 2001-11-27 Andrew Cagney + + * version.in: Bump version to 5.1.0_0000-00-00-cvs. +