ChangeLog editorial fixes.

This commit is contained in:
Andrew Cagney 2004-06-14 22:52:52 +00:00
parent 03727ca61a
commit 3973a7d36d
2 changed files with 17 additions and 15 deletions

View file

@ -11,7 +11,8 @@
2004-06-14 Randolph Chung <tausq@debian.org>
* MAINTAINERS (Write After Approval): Alphabetize my entry correctly.
* MAINTAINERS (Write After Approval): Alphabetize my entry
correctly.
2004-06-14 Andrew Cagney <cagney@gnu.org>
@ -81,10 +82,10 @@
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.
* 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>
@ -113,8 +114,8 @@
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.h (mi_cmd_file_list_exec_source_files): Added.

View file

@ -1,4 +1,5 @@
2004-06-10 Michael Snyder <msnyder@redhat.com>
Patch submitted by Nitin Yewale <NitinY@KPITCummins.com>.
* compile.c (sim_resume): Corrected ANDC operation on EXR for H8S.