diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-20 17:50:28 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-20 17:50:28 +0000 |
commit | d5b5ac791495780b5aa110bc1ace4e0d3bbc3009 (patch) | |
tree | faf131638945ab9d872b6d5db6d112670cdf7c52 /gdb/config/pa | |
parent | c6316faa9b49fee02a9b3ae0004e406e453129d8 (diff) | |
download | gdb-d5b5ac791495780b5aa110bc1ace4e0d3bbc3009.zip gdb-d5b5ac791495780b5aa110bc1ace4e0d3bbc3009.tar.gz gdb-d5b5ac791495780b5aa110bc1ace4e0d3bbc3009.tar.bz2 |
2003-09-20 Andrew Cagney <cagney@redhat.com>
* cli/cli-script.c: Remove "register" attributes.
* config/pa/tm-hppa.h: Ditto.
* cli/cli-decode.c: Ditto.
* cli/cli-cmds.c: Ditto.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/tm-hppa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index d1b3555..751101d 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -119,7 +119,7 @@ extern int hppa_instruction_nullified (void); specified in the calling convention doc. As far as I know, the only way to get the return value is to have the caller tell us where it told the callee to put it, rather than have the callee tell us. */ -struct value *hppa_value_returned_from_stack (register struct type *valtype, +struct value *hppa_value_returned_from_stack (struct type *valtype, CORE_ADDR addr); #define VALUE_RETURNED_FROM_STACK(valtype,addr) \ hppa_value_returned_from_stack (valtype, addr) |