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] Fix bogus ChangeLog entry


I committed a the wrong ChangeLog entry with my last patch to
amd64-linux-tdep.c.  This fixes things.

Thanks Daniel, for bringing this under my attention.

Mark


Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.6941
diff -u -p -r1.6941 ChangeLog
--- ChangeLog	16 Feb 2005 13:21:37 -0000	1.6941
+++ ChangeLog	17 Feb 2005 00:17:25 -0000
@@ -27,11 +27,8 @@
 2005-02-15  Mark Kettenis  <kettenis@gnu.org>
 
 	* amd64-linux-tdep.c: Update copyright year.
-	(amd64_linux_sigtramp_start): Change argument to `struct
-	frame_info *'.  Use safe_frame_unwind_memory instead of
-	deprecated_read_memory_nobpt.
-	(amd64_linux_sigtramp_p): Adjust call to
-	amd64_linux_sigtramp_start.
+	(amd64_linux_sigtramp_start): Use sizeof operator instead of
+	LINUX_SIGTRAMP_LEN.
 
 2004-02-15  Joel Brobecker  <brobecker@gnat.com>
 


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