diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-25 02:13:10 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-25 02:13:10 +0000 |
commit | 080fe24b5824cf41b4f645c1c007dbe3d6eb2239 (patch) | |
tree | dff53d9f023efa55a634ce42bb07823c681d5106 /gdb/config | |
parent | aba9f16a1c98461b547a13c6a564672a48153df3 (diff) | |
download | gdb-080fe24b5824cf41b4f645c1c007dbe3d6eb2239.zip gdb-080fe24b5824cf41b4f645c1c007dbe3d6eb2239.tar.gz gdb-080fe24b5824cf41b4f645c1c007dbe3d6eb2239.tar.bz2 |
Fix PR gdb/287. From wiz at danbala. Then->than and typos.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/sparc/tm-sp64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sparc/tm-sp64.h b/gdb/config/sparc/tm-sp64.h index 423b7ec..55006c6 100644 --- a/gdb/config/sparc/tm-sp64.h +++ b/gdb/config/sparc/tm-sp64.h @@ -196,7 +196,7 @@ void sparc_fix_call_dummy (char *dummy, CORE_ADDR pc, CORE_ADDR fun, this is also an argument. This is used in call_function to build a stack, and in value_being_returned to print return values. - On Sparc64, we only pass pointers to structs if they're larger then + On Sparc64, we only pass pointers to structs if they're larger than 32 bytes. Otherwise they're stored in %o0-%o3 (floating-point values go into %fp0-%fp3). */ |