2004-06-11 Martin Hunt <hunt@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index cdcaf371233140452960f299a6352c2544928671..e6fb978ea1f9664c2ef1b63223b634b7c387dd8d 100644 (file)
@@ -1,3 +1,52 @@
+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
+       to generic_use_struct_convention, the default value.
+
+       * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
+       of abort.
+
+       * ns32k-tdep.c (ns32k_push_arguments): New function.
+       (ns32k_gdbarch_init): Set deprecated_push_arguments.
+       * infcall.c (call_function_by_hand): Call error instead of
+       legacy_push_arguments.
+       * value.h (legacy_push_arguments): Delete declaration.
+       * valops.c (legacy_push_arguments): Delete function.
+       (value_push): Delete function.
+
 2004-06-10  Brian Ford  <ford@vss.fsi.com>
 
        * coffread.c (coff_symfile_read): Prevent mixed debugging formats
This page took 0.024891 seconds and 4 git commands to generate.