mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* m68klinux-tdep.c (m68k_linux_init_abi): Fix typo in comment.
This commit is contained in:
parent
3f98445b52
commit
8d3239d55a
@ -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,
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user