From 8d3239d55a1ceb169cd5f994b6e4e946f3e6c2d9 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 18 Jun 2006 05:53:51 +0000 Subject: * m68klinux-tdep.c (m68k_linux_init_abi): Fix typo in comment. --- gdb/m68klinux-tdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/m68klinux-tdep.c') diff --git a/gdb/m68klinux-tdep.c b/gdb/m68klinux-tdep.c index 3f3a4d9..dad68c4 100644 --- a/gdb/m68klinux-tdep.c +++ b/gdb/m68klinux-tdep.c @@ -286,7 +286,7 @@ m68k_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) 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. */ -- cgit v1.1