2004-07-01 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index f4591015882a38ff9442d49f7a9865aa6b0447a0..941cb9089a1a7e193ed7e62895b61af0a191bf66 100644 (file)
@@ -1,3 +1,74 @@
+2004-07-01  Michael Snyder  <msnyder@redhat.com>
+
+       * win32-nat.c (core_dll_symbols_add): Re-indent a small section
+       that seems to have gotten whacked out of line.
+
+2004-07-01  Mark Kettenis  <kettenis@gnu.org>
+
+       * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
+       code.
+
+2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
+
+       * ada-lang.c (decode_packed_array): Minor change to comment.
+       (ada_value_slice_ptr): New function. 
+       (ada_value_slice): New function. 
+       (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
+       test.  Don't know why it is there.
+       Change slice code to use ada_value_slice_ptr and ada_value_slice, and
+       to avoid dereferencing huge arrays from which one is slicing.  
+       (empty_array): Correct to return an array rather than
+       a subrange value.
+       * ada-valprint.c (print_optional_low_bound): Don't print lower bound
+       on empty arrays (let'em use 'FIRST instead).
+
+2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
+
+       Address complaints from gdb_ari.sh:
+       
+       * ada-exp.y: Include gdb_string.h rather than string.h.
+       (convert_char_literal): Reformat declaration.
+       * ada-lang.h: Include opaque struct declaration for struct frame_info.
+       * ada-lex.l: Change use of free to xfree (the macro would do so
+       anyway, but this is harmless).
+       Include gdb_string.h rather than string.h.
+       * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
+       
+       * ada-lang.c (parse): Remove K&Rism in parameter list.
+       (is_name_suffix): Correct Linux => GNU/Linux in comment.
+       
+2004-06-30  Mark Kettenis  <kettenis@gnu.org>
+
+       * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
+       dead code.
+
+2004-06-30  Mark Kettenis  <kettenis@gnu.org>
+
+       * alphabsd-nat.c: Update copyright year.
+       (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
+
+2004-06-29  Joel Brobecker  <brobecker@gnat.com>
+
+       * i386-cygwin-tdep.c (i386-cygwin-tdep.c): New function.
+       (i386_cygwin_in_solib_call_trampoline): New function.
+       (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
+       and skip_trampoline_code gdbarch methods.
+
+2004-06-29  Jim Blandy  <jimb@redhat.com>
+
+       * Makefile.in (gdb_callback_h): Renamed from callback_h to the
+       name actually used in the dependency lists.
+
+2004-06-29  Randolph Chung  <tausq@debian.org>
+
+       * NEWS (New native configurations): Mention GNU/Linux/hppa.
+
+2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
+
+       * win32-nat.c (child_pid_to_exec_file): New function.
+       (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
+       functionality.
+
 2004-06-28  Andrew Cagney  <cagney@gnu.org>
 
        * defs.h (xstrvprintf): Declare.
This page took 0.025076 seconds and 4 git commands to generate.