* NEWS: Add entry describing Add support improvements.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index c5380b0aeda4ae970f98c450509a706b66540884..6eaf1a92cfe9a081af6c005e341be900d4aa3935 100644 (file)
@@ -1,3 +1,273 @@
+2008-02-19  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Add entry describing Add support improvements.
+
+2008-02-18  Markus Deuling  <deuling@de.ibm.com>
+
+       * m68klinux-nat.c (getfpregs_supplies): Replace gdbarch_fp0_regnum by
+       M68K_FP0_REGNUM.
+
+2008-02-18  Markus Deuling  <deuling@de.ibm.com>
+
+       * sentinel-frame.c (sentinel_frame_prev_register): Do not call
+       register_offset_hack anymore.
+
+       * regcache.{c,h} (register_offset_hack): Remove.
+
+2008-02-18  Markus Deuling  <deuling@de.ibm.com>
+
+       * hppa-tdep.h (find_global_pointer): Add gdbarch as parameter.
+
+       * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer): Likewise. Replace
+       current_gdbarch by gdbarch.
+       (hppa64_hpux_find_global_pointer): Likewise.
+       * hppa-tdep.c (hppa_find_global_pointer): Likewise.
+       (hppa32_push_dummy_call, hppa64_push_dummy_call): Update call for
+       find_global_pointer.
+
+       * hppabsd-tdep.c (hppabsd_find_global_pointer): Add gdbarch as
+       parameter.
+       * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
+
+       * hppa-linux-nat.c (hppa_linux_register_addr): Use ARRAY_SIZE instead
+       of gdbarch_num_regs.
+
+       * hppa-hpux-tdep.c (hppa_hpux_sr_for_addr): Add gdbarch as parameter and
+       replace current_gdbarch by gdbarch.     
+       (hppa_hpux_push_dummy_code): Update call for hppa_hpux_sr_for_addr.
+
+2008-02-18  Markus Deuling  <deuling@de.ibm.com>
+
+       * rs6000-nat.c (exec_one_dummy_insn, regmap): Add gdbarch as parameter
+       and replace current_gdbarch by gdbarch.
+
+       (store_register): Update call for exec_one_dummy_insn.
+       (fetch_register, store_register): Update call of regmap.
+
+       * ppcnbsd-nat.c (getregs_supplies, getfpregs_supplies): Add gdbarch as
+       parameter and replace current_gdbarch by gdbarch.
+       
+       (ppcnbsd_store_inferior_registers): Use get_regcache_arch to get at
+       the current architecture. Update call for getregs_supplies and
+       getfpregs_supplies.
+       (ppcnbsd_fetch_inferior_registers): Likewise.
+
+       * ppcobsd-nat.c (getfpregs_supplies): Add gdbarch as parameter and 
+       replace current_gdbarch by gdbarch.
+       (ppcobsd_fetch_registers, ppcobsd_store_registers): Use
+       get_regcache_arch to get at the current architecture. Update call for
+       getfpregs_supplies.
+
+2008-02-18  Markus Deuling  <deuling@de.ibm.com>
+
+       * arch-utils.c (gdbarch_from_bfd): Remove unnecessary {old,new}_gdbarch
+       variables. 
+
+2008-02-15  Markus Deuling  <deuling@de.ibm.com>
+
+       * mips-linux-tdep.c (mips_linux_init_abi): Remove internal error.
+
+2008-02-14  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * NEWS: Mention pending breakpints in MI.
+       
+2008-02-14  Markus Deuling  <deuling@de.ibm.com>
+
+       * Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o.
+
+2008-02-13  Markus Deuling  <deuling@de.ibm.com>
+
+       Add script to build and test GDB using enable-targets=all.
+
+       * gdb_buildall.sh: New file.
+
+2008-02-11  Maxim Grigoriev  <maxim2405@gmail.com>
+
+       * NEWS (New native configurations): Xtensa GNU/Linux.
+       (New targets): Xtensa GNU/Linux.
+       * Makefile.in (ALL_TARGET_OBS): Add xtensa-linux-nat.o and
+       xtensa-linux-tdep.o
+       (ALLDEPFILES): Add xtensa-linux-tdep.c and xtensa-linux-nat.c
+       (xtensa-linux-nat.o, xtensa-linux-tdep.o): New dependencies.
+       * configure.tgt (xtensa*-*-linux*): New entry.
+       * xtensa-config.c (xtensa_tdep): New variable.
+       (xtensa_config_byte_order, xtensa_config_tdep): Removed.
+       (rmap): Change format based on new macro XTREG.
+       (XTENSA_CONFIG_INSTANTIATE): Use new macro defined in xtensa-tdep.h.
+       * xtensa-linux-nat.c: New.
+       * xtensa-linux-tdep.c: New.
+       * xtensa-xtregs.c: New.
+       * xtensa-tdep.h (xtensa_elf_gregset_t): Update.
+       (XTENSA_ELF_NGREG, XTREG, XTREG_END, XTENSA_GDBARCH_TDEP_INSTANTIATE)
+       (XCHAL_NUM_CONTEXTS, XCHAL_HAVE_EXCEPTIONS): New macros.
+       (xtensa_register_t): New field coprocessor.
+       (XTENSA_REGISTER_FLAGS_PRIVILEGED): Name spelling corrected.
+       * xtensa-tdep.c (xtensa_config_tdep, xtensa_config_byte_order): Removed.
+       (xtensa_pseudo_register_read, xtensa_pseudo_register_write):
+       Update to handle privileged registers.
+       (xtensa_supply_gregset) Remove exccause and excvaddr registers.
+       (xtensa_push_dummy_call): Set windowstart register correctly.
+       (call0_analyze_prologue): Initialize xtensa_default_isa.
+       (xtensa_derive_tdep): New.
+       (xtensa_gdbarch_init): Get rid of xtensa_config_byte_order and
+       xtensa_config_tdep, use XCHAL_HAVE_BE and xtensa_tdep instead.
+       Call xtensa_derive_tdep().
+       * config/xtensa/linux.mh: New.
+       * regformats/reg-xtensa.dat: New.
+
+2008-02-09  Aleksandar Ristovski  <aristovski@qnx.com>  (tiny change)
+
+       * corelow.c (core_open): Use IS_ABSOLUTE_PATH.
+       (filenames.h): New include.
+       * Makefile.in (corelow.o): Add dependency for filenames.h.
+
+2008-02-08  Doug Evans  <dje@google.com>
+
+       * source.c (find_and_open_source): Always rewrite absolute filenames.
+
+2008-02-07  Doug Evans  <dje@google.com>
+
+       * breakpoint.c: #include "hashtab.h".
+       (ambiguous_names_p): New fn.
+       (update_breakpoint_locations): When restoring bp enable status, don't
+       compare function names if any functions have same name.
+       * Makefile.in (breakpoint.o): Add hashtab.h dependency.
+
+2008-02-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (symbol_completion_add): Make SV parameter a VEC**
+       instead of just a VEC*. Update use of SV.
+       (ada_make_symbol_completion_list): Update symbol_completion_add calls.
+
+2007-02-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Put all new commands since gdb-6.7 together.
+
+2007-02-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c: #include "vec.h".
+       (struct string_vector, new_string_vector, string_vector_append):
+       Delete.
+       (char_ptr): New typedef.
+       (DEF_VEC_P (char_ptr)): New VEC type.
+       (symbol_completion_add): Update profile to take the new VEC type
+       instead of the old string_vector structure. Update code accordingly.
+       (ada_make_symbol_completion_list): Use the new VEC type instead of
+       the old string_vector structure, and update the code accordingly.
+       * Makefile.in (ada-lang.o): Add dependency on vec.h.
+
+2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-exp.y: Set current_type in missing places.
+       (leftdiv_is_integer): New static variable.
+       Typecast right operand of BINOP_DIV to long_double if both operands
+       are integers.
+
+2008-02-06  Maciej W. Rozycki  <macro@mips.com>
+
+       * remote-mips.c (set_breakpoint): Rename to...
+       (mips_set_breakpoint): ... this.
+       (clear_breakpoint): Rename to...
+       (mips_clear_breakpoint): ... this.
+       (common_breakpoint): Rename to...
+       (mips_common_breakpoint): ... this.
+       (check_lsi_error): Rename to...
+       (mips_check_lsi_error): ... this.
+
+2007-02-05  Joel Brobecker  <brobecker@adacore.com>
+
+       * language.h (struct language_defn): Add new field
+       la_make_symbol_completion_list.
+       * symtab.c (default_make_symbol_completion_list): Renames
+       make_symbol_completion_list.
+       (make_symbol_completion_list): New function.
+       * symtab.h (default_make_symbol_completion_list): Add declaration.
+       * langauge.c (unknown_language): Set la_make_symbol_completion_list.
+       (auto_language, local_language): Likewise.
+       * objc-lang.c (objc_language_defn): Likewise.
+       * scm-lang.c (scm_language_defn): Likewise.
+       * m2-lang.c (m2_language_defn): Likewise.
+       * f-lang.c (f_language_defn): Likewise.
+       * jv-lang.c (java_language_defn): Likewise.
+       * p-lang.c (pascal_language_defn): Likewise.
+       * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn)
+       (minimal_language_defn): Likewise.
+       * ada-lang.c (struct string_vector): New structure.
+       (new_string_vector, string_vector_append, ada_unqualified_name)
+       (add_angle_brackets, symbol_completion_match, symbol_completion_add)
+       (ada_make_symbol_completion_list): New functions.
+       (ada_language_defn): Set la_make_symbol_completion_list.
+       * ada-lang.h (ada_make_symbol_completion_list): Remove declaration,
+       this function is static.
+
+2008-02-05  Kevin Buettner  <kevinb@redhat.com>
+
+       * mn10300-tdep.c (mn10300_push_dummy_call): Adjust stack pointer
+       to account for call site optimizations.
+
+2008-02-05  Andrzej Zaborowski  <balrogg@gmail.com>
+
+       * tracepoint.c (read_actions): Handle end-of-text indicator
+       in action list properly.  (Committed by Jim Blandy)
+
+2008-02-05  Jim Blandy  <jimb@red-bean.com>
+
+       * ax-gdb.c (gen_expr): Yield ordinary error if asked to trace a
+       pseudoregister, not an internal error.
+       Reported by: Andrzej Zaborowski
+
+2008-02-04  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * varobj.c (c_value_of_variable): Use xstrdup.
+
+2008-02-04  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Update stored rendition of varobj value when format changes.
+       * varobj.c (varobj_set_display_format): Recomputed
+        print_value.
+        (c_value_of_variable): Return print_value.
+
+2008-02-03  Doug Evans  <dje@google.com>
+
+       * eval.c (evaluate_subexp_standard): Fix type of result of mixed
+       integer/float division operations when EVAL_AVOID_SIDE_EFFECTS.
+       * valops.c (value_one): New function.
+       * value.h (value_one): Declare.
+
+       Fix argument promotion for binary arithmetic ops for C.
+       * valarith.c (unop_result_type): New fn.
+       (binop_result_type): New fn.
+       (value_binop): Move result type computation to binop_result_type.
+       (value_pos, value_neg, value_complement): Move result type
+       computation to unop_result_type.
+
+       PR 2384
+       * gdbtypes.c (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
+       Return basetype, fieldno if found.  All callers updated.
+       Don't cache TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE if from different
+       objfile.
+       * gdbtypes.h (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
+       * symfile.h (fill_in_vptr_fieldno): Delete.
+
+2008-02-02  Doug Evans  <dje@google.com>
+
+       * valarith.c (value_binop): Handle unsigned BINOP_REM division by zero.
+
+       * typeprint.c (*): Whitespace cleanup.
+
+2008-02-02  Mark Kettenis  <kettenis@gnu.org>
+           Luis Machado  <luisgpm@br.ibm.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>        
+
+       * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Pass floats that
+       don't fit into registerson the stack the way GCC does.
+
+2008-02-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * symtab.c (symbol_set_names): Do not add an entry in the demangling
+       hash table for Ada symbols. Just store the linkage name as is,
+       and leave the demangled_name as NULL.
+
 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
 
        * dwarf2read.c (add_partial_symbol): Always store all Ada subprograms
This page took 0.02742 seconds and 4 git commands to generate.