* mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a

comment.
(mips_o32_push_dummy_call): Likewise.
This commit is contained in:
Maciej W. Rozycki 2007-04-17 16:05:25 +00:00
parent 9193427347
commit e914cb1702
2 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2007-04-17 Maciej W. Rozycki <macro@mips.com>
* mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
comment.
(mips_o32_push_dummy_call): Likewise.
2007-04-17 Andreas Schwab <schwab@suse.de>
* symtab.c (skip_prologue_using_sal): Allow the end of the prologue

View File

@ -2857,9 +2857,9 @@ mips_n32n64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
cagney/2001-07-23: gdb/179: Also, GCC, when
outputting LE O32 with sizeof (struct) <
mips_abi_regsize(), generates a left shift as
part of storing the argument in a register a
register (the left shift isn't generated when
mips_abi_regsize(), generates a left shift
as part of storing the argument in a register
(the left shift isn't generated when
sizeof (struct) >= mips_abi_regsize()). Since
it is quite possible that this is GCC
contradicting the LE/O32 ABI, GDB has not been
@ -3291,9 +3291,9 @@ mips_o32_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
cagney/2001-07-23: gdb/179: Also, GCC, when
outputting LE O32 with sizeof (struct) <
mips_abi_regsize(), generates a left shift as
part of storing the argument in a register a
register (the left shift isn't generated when
mips_abi_regsize(), generates a left shift
as part of storing the argument in a register
(the left shift isn't generated when
sizeof (struct) >= mips_abi_regsize()). Since
it is quite possible that this is GCC
contradicting the LE/O32 ABI, GDB has not been