From: Maciej W. Rozycki Date: Tue, 17 Apr 2007 16:05:25 +0000 (+0000) Subject: * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e914cb17025020fd2dadf85b9033941fa760f0e7;p=binutils-gdb.git * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a comment. (mips_o32_push_dummy_call): Likewise. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ff3186798f8..9073535a2a0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2007-04-17 Maciej W. Rozycki + + * 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 * symtab.c (skip_prologue_using_sal): Allow the end of the prologue diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 5551839d8d4..a0c92ba611f 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -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