aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-04-17 16:05:25 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2007-04-17 16:05:25 +0000
commite914cb17025020fd2dadf85b9033941fa760f0e7 (patch)
tree45dab1e83c07f77abccc6830919b7bb34209c452 /gdb/mips-tdep.c
parent9193427347c48c04b9d61b275e6270c31b063b97 (diff)
downloadgdb-e914cb17025020fd2dadf85b9033941fa760f0e7.zip
gdb-e914cb17025020fd2dadf85b9033941fa760f0e7.tar.gz
gdb-e914cb17025020fd2dadf85b9033941fa760f0e7.tar.bz2
* mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
comment. (mips_o32_push_dummy_call): Likewise.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r--gdb/mips-tdep.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index 5551839..a0c92ba 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