This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit] Fix typo in comment in m68klinux-tdep.c
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: gdb-patches at sourceware dot org
- Date: Sun, 18 Jun 2006 07:55:37 +0200 (CEST)
- Subject: [commit] Fix typo in comment in m68klinux-tdep.c
Committed as obvious.
Mark
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.7777
diff -u -p -r1.7777 ChangeLog
--- ChangeLog 16 Jun 2006 01:12:57 -0000 1.7777
+++ ChangeLog 18 Jun 2006 05:53:15 -0000
@@ -1,3 +1,7 @@
+2006-06-18 Mark Kettenis <kettenis@gnu.org>
+
+ * m68klinux-tdep.c (m68k_linux_init_abi): Fix typo in comment.
+
2006-06-15 Daniel Jacobowitz <dan@codesourcery.com>
* infrun.c (insert_step_resume_breakpoint_at_caller): New function,
Index: m68klinux-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/m68klinux-tdep.c,v
retrieving revision 1.18
diff -u -p -r1.18 m68klinux-tdep.c
--- m68klinux-tdep.c 20 Apr 2006 17:29:47 -0000 1.18
+++ m68klinux-tdep.c 18 Jun 2006 05:53:15 -0000
@@ -286,7 +286,7 @@ m68k_linux_init_abi (struct gdbarch_info
tdep->jb_elt_size = M68K_LINUX_JB_ELEMENT_SIZE;
/* GNU/Linux uses a calling convention that's similar to SVR4. It
- returns integer values in %d0/%di, pointer values in %a0 and
+ returns integer values in %d0/%d1, pointer values in %a0 and
floating values in %fp0, just like SVR4, but uses %a1 to pass the
address to store a structure value. It also returns small
structures in registers instead of memory. */