diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-06-18 05:53:51 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-06-18 05:53:51 +0000 |
commit | 8d3239d55a1ceb169cd5f994b6e4e946f3e6c2d9 (patch) | |
tree | 5b365f27fb8e844af178e7ba7fc6c3d45437ff58 | |
parent | 3f98445b522c584f76a188f0415201f70575e747 (diff) | |
download | gdb-8d3239d55a1ceb169cd5f994b6e4e946f3e6c2d9.zip gdb-8d3239d55a1ceb169cd5f994b6e4e946f3e6c2d9.tar.gz gdb-8d3239d55a1ceb169cd5f994b6e4e946f3e6c2d9.tar.bz2 |
* m68klinux-tdep.c (m68k_linux_init_abi): Fix typo in comment.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/m68klinux-tdep.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d5404f8..f55afb4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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, 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. */ |