2004-06-13 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 5144d2041fc8c5f6c5eee858bb45bc38982ad124..88d2c463b0f84a97b59d50aaa38a61766a5e4103 100644 (file)
@@ -1,3 +1,104 @@
+2004-06-13  Andrew Cagney  <cagney@gnu.org>
+
+       * infcmd.c (print_return_value): Fix logic, allow
+       DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
+
+       * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
+       defining any macros.
+       * gdbarch.h: Re-generate.
+
+       * gdbarch.sh: Delete "level" attribute.  Only check for a macro
+       redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
+       * gdbarch.h: Re-generate.
+
+       * values.c (generic_use_struct_convention): Don't check gcc_p.
+
+       * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
+       (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
+       * gdbarch.h, gdbarch.c: Regenerate.
+       * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE) 
+       (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
+       * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
+       deprecated_max_register_raw_size and
+       deprecated_max_register_virtual_size.
+       * v850-tdep.c (v850_gdbarch_init): Ditto.
+       * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
+       * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
+       * mcore-tdep.c (mcore_gdbarch_init): Ditto.
+       * cris-tdep.c (cris_gdbarch_init): Ditto.
+
+       * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
+       (m68hc11_use_struct_convention): Delete function.
+       (m68hc11_extract_struct_value_address): Delete function.
+       (m68hc11_return_value): New function.
+       (m68hc11_gdbarch_init): Instead of store_return_value,
+       extract_return_value, return_value_on_stack,
+       deprecated_extract_struct_value_address and use_struct_convention,
+       set return_value.
+       * values.c (using_struct_return): Do not call
+       RETURN_VALUE_ON_STACK.
+       * arch-utils.h (generic_return_value_on_stack_not): Delete
+       declaration.
+       * arch-utils.c (generic_return_value_on_stack_not): Delete
+       function.
+       
+2004-06-12  Andrew Cagney  <cagney@gnu.org>
+
+       * values.c (register_value_being_returned): Delete function.
+       * infcmd.c (legacy_return_value): Delete function.
+       * infcall.c (call_function_by_hand): Inline
+       "register_value_being_returned", simplify.
+       * values.c (using_struct_return): Update comment, refer to
+       print_return_value instead of register_value_being_returned.
+       * infcmd.c (print_return_value): Inline calls to
+       register_value_being_returned and legacy_return_value.  Simplify.
+
+2004-06-11  Randolph Chung  <tausq@debian.org>
+
+       * somread.c (som_symtab_read): Exclude gcc local symbols.
+
+2004-06-11  Randolph Chung  <tausq@debian.org>
+
+       * infrun.c (handle_inferior_event): Handle the case when a trampoline
+       ends up in the runtime resolver, and if the trampoline has no name.
+       Rearrange the code so that all the trampoline processing happens before
+       other step-out-of-range handling.
+
+2004-06-11  Martin Hunt  <hunt@redhat.com>
+
+       * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
+       has no fpu.
+
+2004-06-10  Andrew Cagney  <cagney@gnu.org>
+
+       * blockframe.c (legacy_inside_entry_func): Delete.
+       (legacy_frame_chain_valid): Inline call to
+       legacy_inside_entry_func, simplify.
+
+2004-06-10  Bob Rossi  <bob@brasko.net>
+
+       * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
+       * dwarf2read.c (partial_die_info) : Add dirname field.
+       (dwarf2_build_psymtabs_hard) : Set pst->dirname when known.
+       (read_partial_die) : Save away DW_AT_comp_dir.
+       * defs.h (symtab_to_filename) : Removed.
+       * source.c (find_and_open_source) : Added.
+       (open_source_file): Just calls find_and_open_source.
+       (symtab_to_filename) : Removed.
+       (symtab_to_fullname, psymtab_to_fullname ) : Added.
+       * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
+       * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
+       symtab_to_filename.
+       * symtab.h (partial_symtab): Add dirname field.
+       * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
+       (mi_cmd_file_list_exec_source_file): Call new function symtab_to_fullname
+       to find fullname.
+       (mi_cmd_file_list_exec_source_files): Added.
+       * mi/mi-cmds.c (mi_cmd_mi_cmds) : Add -file-list-exec-source-files.
+       * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
+
 2004-06-10  Andrew Cagney  <cagney@gnu.org>
 
        * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
This page took 0.023628 seconds and 4 git commands to generate.