* alpha-mdebug-tdep.c: Include "trad-frame.h".
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ad130d70636bdbc7ff82f891d233b5935b161d17..b77cc5e18e62bbbda5a0f28c7efd3d779987ed4c 100644 (file)
@@ -1,3 +1,198 @@
+2008-05-21  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * alpha-mdebug-tdep.c: Include "trad-frame.h".
+       (struct alpha_mdebug_unwind_cache): Change type of SAVED_REGS to
+       struct trad_frame_saved_reg *.
+       (alpha_mdebug_frame_unwind_cache): Allocate SAVED_REGS using
+       trad_frame_alloc_saved_regs.  Update accesses.  Record previous
+       value of SP as being vfp.
+       (alpha_mdebug_frame_prev_register): Use trad_frame_get_prev_register.
+       * Makefile.in (alpha-mdebug-tdep.o): Update dependencies.
+
+2008-05-21  Markus Deuling  <deuling@de.ibm.com>
+
+       * score-tdep.c (score_print_insn): Get the current endianess from
+       disassemble_info instead of gdbarch_byte_order.
+
+2008-05-21  Pedro Alves  <pedro@codesourcery.com>
+
+       * frame.c (get_prev_frame_1): Build frame id before setting
+       this_frame->prev_p, not after.
+
+2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
+
+       * annotate.c (annotate_new_thread): New function for new-thread
+       annotation.
+       * annotate.h: (annotate_new_thread): New extern.
+       * thread.c (add_thread_with_info): Use it.
+       * Makefile.in (thread.o): Add dependency on annotate.h.
+
+2008-05-20  Joel Brobecker  <brobecker@adacore.com>
+
+       * win32-nat.c (win32_wait): Block the control-c event while
+       waiting for a debug event.
+
+2008-05-19  Pedro Alves  <pedro@codesourcery.com>
+
+       * symtab.h (lookup_symbol_in_language): Update comment.
+       * symtab.c (lookup_symbol_aux_block): Update comment.
+       * ada-lang.c (ada_lookup_symbol_list): Update comment.
+
+2008-05-19  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter.
+       (lookup_symbol): Likewise.
+       * symtab.c (lookup_symbol_in_language): Remove SYMTAB parameter.
+       (lookup_symbol): Likewise.
+       (search_symbols): Update.
+
+       * linespec.c (find_methods, collect_methods): Update.
+       (add_matching_methods, add_constructors): Update.
+       (decode_compound, decode_dollar, decode_variable): Update.
+       (lookup_prefix_sym): Update.
+
+       (symbol_found): Remove SYM_SYMTAB parameter.
+       Use SYMBOL_SYMTAB (sym) instead.
+
+       * gdbtypes.c (lookup_typename): Update.
+       (lookup_struct, lookup_union, lookup_enum): Update.
+       (lookup_template_type): Update.
+       (check_typedef): Update.
+       * language.c (lang_bool_type): Update.
+       * mdebugread.c (parse_procedure): Update.
+       * mi/mi-cmd-stack.c (list_args_or_locals): Update.
+       * parse.c (write_dollar_variable): Update.
+       * printcmd.c (address_info): Update.
+       * source.c (select_source_symtab): Update.
+       * stack.c (print_frame_args, print_frame_arg_vars): Update.
+       * valops.c (find_function_in_inferior): Update.
+       (value_struct_elt_for_reference): Update.
+       * value.c (value_static_field, value_fn_field): Update.
+
+       * alpha-mdebug-tdep.c (find_proc_desc): Update.
+       * arm-tdep.c (arm_skip_prologue): Update.
+       * mt-tdep.c (mt_skip_prologue): Update.
+       * xstormy16-tdep.c (xstormy16_skip_prologue): Update.
+
+       * ada-lang.h (struct ada_symbol_info): Remove SYMTAB member.
+       * ada-lang.c (ada_add_block_symbols): Remove SYMTAB parameter.
+       (add_defn_to_vec): Likewise.
+       (ada_add_block_symbols): Likewise.
+       (lookup_cached_symbol, cache_symbol): Likewise.
+       (standard_lookup): Update.
+       (ada_lookup_symbol_list): Update.
+
+       * c-valprint.c (c_val_print): Update.
+       * cp-support.c (cp_lookup_rtti_type): Update.
+       * jv-lang.c (java_lookup_class, get_java_object_type): Update.
+       * objc-lang.c (lookup_struct_typedef, find_imps): Update.
+       * p-valprint.c (pascal_val_print): Update.
+       * scm-lang.c (scm_lookup_name): Update.
+
+       * c-exp.y: Update.
+       * f-exp.y: Update.
+       * jv-exp.y: Update.
+       * m2-exp.y: Update.
+       * objc-exp.y: Update.
+       * p-exp.y: Update.
+
+2008-05-19  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * language.h (struct language_defn): Remove SYMTAB parameter from
+       la_lookup_symbol_nonlocal callback function pointer.
+
+       * ada-lang.h (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
+       (ada_lookup_encoded_symbol): Likewise.
+       * ada-lang.c (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
+       Always call fixup_symbol_section.
+       (ada_lookup_symbol): Remove SYMTAB parameter.
+       (ada_lookup_symbol_nonlocal): Likewise.
+       * ada-exp.y (write_object_renaming): Update.
+       (find_primitive_type): Likewise.
+
+       * cp-support.h (cp_lookup_symbol_nonlocal): Remove SYMTAB parameter.
+       (cp_lookup_symbol_namespace): Likewise.
+       * cp-namespace.c (lookup_namespace_scope): Remove SYMTAB parameter.
+       (lookup_symbol_file): Likewise.
+       (lookup_possible_namespace_symbol): Likewise.
+       (cp_lookup_symbol_nonlocal): Likewise.
+       (cp_lookup_symbol_namespace): Likewise.
+       (cp_lookup_nested_type): Update.
+
+       * scm-valprint.c (scm_inferior_print): Update.
+       * valops.c (value_maybe_namespace_elt): Update.
+
+       * solist.h (struct target_so_ops): Remove SYMTAB parameter from
+       lookup_lib_global_symbol callback function pointer.
+       (solib_global_lookup): Remove SYMTAB parameter.
+       * solib.c (solib_global_lookup): Remove SYMTAB parameter.
+       * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
+
+       * symtab.h (basic_lookup_symbol_nonlocal): Remove SYMTAB parameter.
+       (lookup_symbol_static): Likewise.
+       (lookup_symbol_global): Likewise.
+       (lookup_symbol_aux_block): Likewise.
+       (lookup_global_symbol_from_objfile): Likewise.
+       * symtab.c (lookup_symbol_aux): Remove SYMTAB parameter.
+       (lookup_symbol_aux_local): Likewise.
+       (lookup_symbol_aux_block): Likewise.
+       (lookup_symbol_aux_symtabs): Likewise.
+       (lookup_symbol_aux_psymtabs): Likewise.
+       (lookup_global_symbol_from_objfile): Likewise.
+       (basic_lookup_symbol_nonlocal): Likewise.
+       (lookup_symbol_static): Likewise.
+       (lookup_symbol_global): Likewise.
+
+       (lookup_symbol_in_language): Do not pass SYMTAB to lookup_symbol_aux.
+
+2008-05-17  Pedro Alves  <pedro@codesourcery.com>
+
+       * remote.c (init_extended_remote_ops): Fix typo.
+
+2008-05-16  Pedro Alves  <pedro@codesourcery.com>
+
+       * NEWS: Mention new DICOS x86 target configuration.
+
+2008-05-16  Pedro Alves  <pedro@codesourcery.com>
+           Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * minsyms.c (lookup_minimal_symbol_by_pc_name): New function.
+       * symtab.h (lookup_minimal_symbol_by_pc_name): Add prototype.
+
+       * symtab.c (fixup_section): Remove prototype.  Add ADDR parameter;
+       use it instead of ginfo->value.address.  Look up minimal symbol by
+       address and name.  Assume OBJFILE is non-NULL.
+       (fixup_symbol_section): Ensure we always have an objfile to look
+       into.  Extract and pass to fixup_section the symbol's address that
+       will match the minimal symbol's address.
+       (fixup_psymbol_section): Likewise.
+
+       (find_pc_sect_psymtab): Fall back to non-addrmap case when debugging
+       overlays and the addrmap returned the wrong section.
+
+       * dwarf2read.c (var_decode_location): Set SYMBOL_CLASS before
+       calling fixup_symbol_section.
+
+2008-05-16  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * minsyms.c: Include "target.h".
+       (find_solib_trampoline_target): Handle minimal symbols pointing
+       to function descriptors as well.
+       * Makefile.in (minsyms.o): Update dependencies.
+
+       * ppc-linux-tdep.c (ppc64_standard_linkage): Rename to ...
+       (ppc64_standard_linkage1): ... this.  Fix optional instructions.
+       (PPC64_STANDARD_LINKAGE_LEN): Rename to ...
+       (PPC64_STANDARD_LINKAGE1_LEN): ... this.
+       (ppc64_standard_linkage2, ppc64_standard_linkage3): New.
+       (PPC64_STANDARD_LINKAGE2_LEN, PPC64_STANDARD_LINKAGE3_LEN): New.
+       (ppc64_standard_linkage_target): Rename to ...
+       (ppc64_standard_linkage1_target): ... this.
+       (ppc64_standard_linkage2_target, ppc64_standard_linkage3_target): New.
+       (ppc64_skip_trampoline_code): Support three variants of standard
+       linkage stubs.  Call find_solib_trampoline_target to handle
+       glink stubs.
+
 2008-05-16  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * ppc-linux-tdep.c (ppc_linux_init_abi): Do not install
This page took 0.025036 seconds and 4 git commands to generate.