This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB 5.1.1


Sigh,

Your right.  I based the news on the ChangeLog without checking for 
corresponding patches.

Andrew

+ 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
+
+       * version.in: Bump version to 5.1.1.0_0000-00-00-cvs.
+
+ 2002-01-20  Michael Chastain  <mec@shout.net>
+
+       * top.c (print_gdb_version): Bump copyright year to 2002.
+
+ 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
+       white space which prevented compilation.  Reported by DSK
+       <dsk@student.unsw.edu.au>.
+
+ 2001-12-18  Kevin Buettner  <kevinb@redhat.com>
+
+       * 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  <ac131313@redhat.com>
+
+       * PROBLEMS: New file.  Add title.
+       * README: Move known problems to PROBLEMS file.
+
+ 2001-12-06  Elena Zannoni  <ezannoni@redhat.com>
+
+         From Jakub Jelinek  <jakub@redhat.com>:
+
+         * 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  <ac131313@redhat.com>
+
+       * version.in: Bump version to 5.1.0_0000-00-00-cvs.
+


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]