2005-10-14 Paul Gilliam <pgilliam@us.ibm.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index bfa38e611caf136672ba5ff1488cbe166f7bba76..0702a657a29876cea4d76072e73891c5f79b6000 100644 (file)
@@ -1,3 +1,133 @@
+2005-10-14  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * rs6000-tdep.c (rs6000_register_reggroup_p): Add vscr to test for
+        vector registers.
+
+2005-10-13  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (linux-thread-db.o): Depend on $(gdbcore_h).
+
+       * linux-thread-db.c (enable_thread_event): Extend pointer value as
+       specified by target.
+       (thread_db_get_thread_local_address): Likewise.
+
+2005-10-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * i386-tdep.c (i386_reg_struct_return_p): Allow array types as well.
+       (i386_return_value): Add handling for functions that return array
+       types.
+
+2005-10-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-valprint.c (print_optional_low_bound): Handle properly
+       cases where the array index type is a TYPE_CODE_RANGE.
+
+2005-10-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * valprint.c (val_print_array_elements): Check array size before
+       computing its low bound. If zero, then use a default bound of zero.
+
+2005-10-06  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 1659
+       * rs6000-tdep.c (rs6000_push_dummy_call): Correct size of
+       backchain write.
+       (rs6000_convert_from_func_ptr_addr): Correct comment.
+
+2005-10-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * MAINTAINERS: Add section for release management.
+
+2005-10-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Add entry for new "set print array-indexes" command.
+
+2005-10-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * language.h (language_defn): New field la_print_array_index.
+       (LA_PRINT_ARRAY_INDEX): New macro.
+       (default_print_array_index): Add declaration.
+       * language.c (default_print_array_index): new function.
+       (unknown_language): Add value for new field.
+       (auto_language): Likewise.
+       (local_language): Likewise.
+       * ada-lang.c (ada_print_array_index): New function.
+       (ada_language_defn): Add value for new field.
+       * c-lang.c (c_language_defn): Likewise.
+       (cpluc_language_defn): Likewise.
+       (asm_language_defn): Likewise.
+       (minimal_language_defn): Likewise.
+       * f-lang.c (f_language_defn): Likewise.
+       * jv-lang.c (java_language_defn): Likewise.
+       * m2-lang.c (m2_language_defn): Likewise.
+       * objc-lang.c (objc_language_defn): Likewise.
+       * p-lang.c (pascal_language_defn): Likewise.
+       * scm-lang.c (scm_language_defn): Likewise.
+       * valprint.h (print_array_indexes_p): Add declaration.
+       (get_array_low_bound): Add declaration.
+       (maybe_print_array_index): Add declaration.
+       * valprint.c (print_array_indexes): New static variable.
+       (show_print_array_indexes): New function.
+       (print_array_indexes_p): New function.
+       (get_array_low_bound): New function.
+       (maybe_print_array_index): New function.
+       (val_print_array_elements): Print the index of each element if
+       requested by the user.
+       (_initialize_valprint): Add new array-indexes "set/show print" command.
+       * ada-valprint.c (print_optional_low_bound): Replace extracted code
+       by call to ada_get_array_low_bound_and_type(). Stop printing the low
+       bound if indexes will be printed for all elements of the array.
+       (val_print_packed_array_elements): Print the index of each element
+       of the array if necessary.
+
+2005-10-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * hppa-tdep.c (read_unwind_info): Fix typo in comment.
+
+2005-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb_gcore.sh: Use a temporary file.  Use gdb from $PATH.
+
+2005-09-29  Andreas Schwab  <schwab@suse.de>
+
+       PR threads/2015
+       * infrun.c (adjust_pc_after_break): Don't use the state from a
+       non-matching thread context.
+
+2005-09-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * rs6000-tdep.c (rs6000_frame_cache): Handle misdetected frameless
+       functions.
+
+2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
+
+       * annotate.c (breakpoints_changed, annotate_frames_invalid)
+       (_initialize_annotate): Print breakpoints-invalid and
+       frames-invalid for level 2 annotations only.
+
+2005-09-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * infrun.c (init_execution_control_state): Initialize
+       ecs->another_trap.
+
+2005-09-28  Nick Roberts  <nickrob@snap.net.nz>
+
+       * Makefile.in (TAGS): Put DEPFILES back and add as a dependency.
+
+2005-09-26  Nick Roberts  <nickrob@snap.net.nz>
+
+       * Makefile.in (HFILES_NO_SRCDIR): Remove minimon.h, symfile-mem.h.
+       (ALLDEPFILES) Correct typo amdfbsd-nat.c -> amd64fbsd-nat.c.
+       Remove irix4-nat.c, m3-nat.c, mipsm3-nat.c, ns32k-tdep.c
+       symm-tdep.c and symm-nat.c.
+       (TAGFILES_NO_SRCDIR): Add CONFIG_SRCS.
+       (DEPFILES): Remove CONFIG_OBS and include it explicitly where
+       needed.
+
+2005-09-26  Jan Beulich  <jbeulich@novell.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
 2005-09-26  Jan Beulich  <jbeulich@novell.com>
 
        * amd64-tdep.h (AMD64_FCTRL_REGNUM, AMD64_FSTAT_REGNUM,
        (arm_return_value): New function.
        (arm_gdbarch_init): Default for VFP float model for EABI binaries.
        Use set_gdbarch_return_value instead of obsolete functions.
-       * testsuite/long_long.exp: Exclude eabi targets from arm FPA float
-       format test.
 
 2005-09-21  Mark Kettenis  <kettenis@gnu.org>
 
This page took 0.024573 seconds and 4 git commands to generate.