2003-05-19 David Carlton <carlton@bactrian.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 40586615243e8528852c3f7419b6d68fb84b2476..3dd4a52d2bac59874c52e6b0af14145c89f666a2 100644 (file)
@@ -1,3 +1,67 @@
+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. 
+
+2003-05-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * dwarf2loc.c (find_location_expression): Change type of second
+       argument to `size_t *'.
+       (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
+       for size variable.
+
+2003-05-18  David Carlton  <carlton@bactrian.org>
+
+       * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
+       'linkage_name'.  Add comment.
+       (lookup_symbol_aux_local): Rename 'mangled_name' argument to
+       'linkage_name'.
+       (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
+       (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
+       (lookup_block_symbol): Ditto.
+
 2003-05-16  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
This page took 0.024861 seconds and 4 git commands to generate.