This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] gdb/ChangeLog sim/h8300/ChangeLog


Just FYI,

I've tweaked the attached _recent_ ChangeLog entries

Andrew

PS: Old ChangeLog typos don't get fixed - they are considered a part of GDB's history.
Index: gdb/ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.6009
diff -p -u -r1.6009 ChangeLog
--- gdb/ChangeLog	14 Jun 2004 20:40:35 -0000	1.6009
+++ gdb/ChangeLog	14 Jun 2004 22:51:38 -0000
@@ -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>
 
@@ -100,23 +101,23 @@
 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.
+	* 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  <cagney@gnu.org>
Index: sim/h8300/ChangeLog
===================================================================
RCS file: /cvs/src/src/sim/h8300/ChangeLog,v
retrieving revision 1.43
diff -p -u -r1.43 ChangeLog
--- sim/h8300/ChangeLog	10 Jun 2004 20:22:17 -0000	1.43
+++ sim/h8300/ChangeLog	14 Jun 2004 22:51:39 -0000
@@ -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.
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]