2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b9bdadf1a8b5a392db629d51b85f36ca50cce753..1cc7db174285f731fd266b3180064ac5a3648926 100644 (file)
@@ -1,5 +1,166 @@
+2003-05-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
+
+       Committed by Elena Zannoni  <ezannoni@redhat.com>.
+       * coffread.c(coff_symtab_read): Do relocate static symbols from PE
+       files, don't relocate absolute symbols (and do use mst_abs).
+
+2003-05-23  Andrew Cagney  <cagney@redhat.com>
+
+       * objc-lang.c: Include "gdb_assert.h".
+       (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
+       (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
+       (gdb_check, gdb_check_fatal): Delete functions.
+       (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
+       gdb_assert.
+       (parse_selector, parse_method, find_methods, find_imps): Ditto.
+       * Makefile.in (objc-lang.o): Update dependencies.
+
+2003-05-22  Ian Lance Taylor  <ian@airs.com>
+
+       * disasm.c (gdb_disassemble_info): Initialize disassemble_info
+       with fprintf_filtered, not fprintf_unfiltered.
+
+2003-05-22  Andrew Cagney  <cagney@redhat.com>
+
+       * stack.c (frame_info): Inline extract_address, replacing it with
+       extract_unsigned_integer.
+       * findvar.c (unsigned_pointer_to_address): Ditto.
+       * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
+       * dwarf2expr.c (dwarf2_read_address): Ditto.
+       * frame.c (frame_pc_unwind): Update comment.
+       * dummy-frame.c (deprecated_read_register_dummy): Update comment.
+
+2003-05-22  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * infptrace.c (detach): Call print_sys_errmsg rather than
+       perror_with_name to issue warning message when errno is non-zero
+       after calling ptrace detach.
+
+2003-05-21  J. Brobecker  <brobecker@gnat.com>
+
+       * config/pa/tm-hppa.h: Delete some unused macros. Move some
+       macro definitions from here...
+       * hppa-tdep.c: ...to there.
+
+2003-05-20  Kevin Buettner  <kevinb@redhat.com>
+
+       * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
+       register_ptrace_addr().  Fix all callers.
+
+2003-05-21  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
+       dependencies.
+       * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
+       end.
+       * m68klinux-tdep.c (m68k_linux_init_abi): New function.
+       (_initialize_m68k_linux_tdep): New function.
+       (m68k_linux_frame_saved_pc): Make static.
+       (m68k_linux_extract_return_value): Likewise.
+       (m68k_linux_store_return_value): Likewise.
+       (m68k_linux_extract_struct_value_address): Likewise.
+       * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
+       Remove.
+       (DEPRECATED_STORE_RETURN_VALUE): Remove.
+       (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
+       (DEPRECATED_FRAME_SAVED_PC): Remove.
+
+2003-05-20  Kris Warkentin  <kewarken@qnx.com>
+
+       * nto-tdep.c (fetch_core_registers): Match gdb's idea of
+       regset numbering rather than our own.
+
+2003-05-19  David Carlton  <carlton@bactrian.org>
+
+       * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
+
+2003-05-19  David Carlton  <carlton@bactrian.org>
+
+       Partial fix for PR c++/827.
+       * cp-support.h: Include symtab.h.
+       Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
+       * cp-namespace.c: Update contributors.
+       (cp_lookup_symbol_nonlocal): New.
+       (lookup_namespace_scope, cp_lookup_symbol_namespace)
+       (lookup_symbol_file): Ditto.
+       * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
+       * block.h: Declare block_scope, block_using, block_global_block.
+       * block.c (block_scope): New.
+       (block_using, block_global_block): Ditto.
+       * Makefile.in (cp_support_h): Depend on symtab_h.
+       * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
+
+2003-05-19  David Carlton  <carlton@bactrian.org>
+
+       * language.h (struct language_defn): Add 'la_value_of_this'
+       and 'la_lookup_symbol_nonlocal' members.
+       * symtab.h: Declare basic_lookup_symbol_nonlocal,
+       lookup_symbol_static, lookup_symbol_global,
+       lookup_symbol_aux_block.
+       * symtab.c (lookup_symbol_aux): Call language hooks to determine
+       if we should search fields of this and how to do static/global
+       lookup.
+       (lookup_symbol_aux_block): Make extern.
+       (basic_lookup_symbol_nonlocal): New.
+       (lookup_symbol_static, lookup_symbol_global): Ditto.
+       * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
+       'la_lookup_symbol_nonlocal' members.
+       * c-lang.c (c_language_defn, cplus_language_defn)
+       (asm_language_defn, minimal_language_defn): Ditto.
+       * jv-lang.c (java_language_defn): Ditto.
+       * language.c (unknown_language_defn, auto_language_defn)
+       (local_language_defn): Ditto.
+       * m2-lang.c (m2_language_defn): Ditto.
+       * objc-lang.c (objc_language_defn): Ditto.
+       * scm-lang.c (scm_language_defn): Ditto.
+       * f-lang.c (f_language_defn): Ditto, and include value.h as well.
+       * p-lang.c (pascal_language_defn): Ditto for both.
+       * Makefile.in (f-lang.o): Depend on value_h.
+       (p-lang.o): Ditto.
+
+2003-05-19  David Carlton  <carlton@bactrian.org>
+
+       * block.h: Declare block_static_block.
+       * block.c (block_static_block): New.
+       * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
+       lookup_symbol_aux_local, calling block_static_block instead.
+       (lookup_symbol_aux_local): Delete 'static_block' argument.
+
+2003-05-19  David Carlton  <carlton@bactrian.org>
+
+       * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
+
+2003-05-19  Michal Ludvig  <mludvig@suse.cz>
+
+       * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
+       register numbers mapping.
+
+2003-05-18  Adam Fedor  <fedor@gnu.org>
+
+       * symtab.c (completion_list_objc_symbol): New function.
+       (make_symbol_completion_list): Use it to add ObjC symbols
+       when looking though the list.
+       (language_search_unquoted_string): New function.
+       (make_file_symbol_completion_list): Use it.
+
 2003-05-18  Andreas Schwab  <schwab@suse.de>
 
+       * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
+       dependencies.
+       * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
+       as m68k_linux_extract_return_value.
+       (DEPRECATED_STORE_RETURN_VALUE): Define as
+       m68k_linux_store_return_value.
+       (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
+       m68k_linux_extract_struct_value_address.
+       * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
+       get_next_frame, get_frame_base, get_frame_pc.
+       (m68k_linux_frame_saved_pc): Use get_frame_base.
+       (m68k_linux_extract_return_value): New function.
+       (m68k_linux_store_return_value): New function.
+       (m68k_linux_extract_struct_value_address): New function.
+       * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
+
        * c-exp.y (typebase): Remove duplicate occurence of
        `SIGNED_KEYWORD LONG LONG'.  Use builtin_type_long_long instead
        of lookup_signed_typename. 
This page took 0.02541 seconds and 4 git commands to generate.