From: Andrew Cagney Date: Mon, 14 Jun 2004 22:52:52 +0000 (+0000) Subject: ChangeLog editorial fixes. X-Git-Tag: csl-arm-2004-q3~1206 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3973a7d36d04c6fc0ca408b093bd74e324be30de;p=external%2Fbinutils.git ChangeLog editorial fixes. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 26bcc5d..c5d96f6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -11,7 +11,8 @@ 2004-06-14 Randolph Chung - * MAINTAINERS (Write After Approval): Alphabetize my entry correctly. + * MAINTAINERS (Write After Approval): Alphabetize my entry + correctly. 2004-06-14 Andrew Cagney @@ -81,10 +82,10 @@ 2004-06-11 Randolph Chung - * 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. + * 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 @@ -100,23 +101,23 @@ 2004-06-10 Bob Rossi * 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. + * 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. + (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_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.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 diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 100a303..c6f8dcd 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,4 +1,5 @@ 2004-06-10 Michael Snyder + Patch submitted by Nitin Yewale . * compile.c (sim_resume): Corrected ANDC operation on EXR for H8S.