summaryrefslogtreecommitdiff
path: root/gdb/config/pa/tm-hppa.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-20 17:50:28 +0000
committerAndrew Cagney <cagney@redhat.com>2003-09-20 17:50:28 +0000
commit7ebbec0d999a4cb4dc6bef9c8aae5d0c6d05a22f (patch)
treeeceda8a6904054c89bea3e78c3bea1cea6b0eccd /gdb/config/pa/tm-hppa.h
parent0ea5b2a8442725e1b552d582586dbae8489d513e (diff)
downloadgdb-7ebbec0d999a4cb4dc6bef9c8aae5d0c6d05a22f.tar.gz
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/tm-hppa.h')
-rw-r--r--gdb/config/pa/tm-hppa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h
index d1b35551546..751101d50b4 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)