diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-18 18:25:59 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-18 18:25:59 +0000 |
commit | b187c476136b7a8cfb6efa7a772896241be172fe (patch) | |
tree | 934a437e75766a271ffc882998ade929c286b77c /gdb/gdbarch.sh | |
parent | cbf3b44a9fd8240ea5f6daef05f7d43020f9fcc0 (diff) | |
download | binutils-gdb-b187c476136b7a8cfb6efa7a772896241be172fe.tar.gz |
2007-06-18 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Replace by
gdbarch_deprecated_use_struct_convention.
* arch-utils.c (legacy_return_value): Likewise.
* gdbarch.c, gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/gdbarch.sh')
-rwxr-xr-x | gdb/gdbarch.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index 584c0a44b56..67a5bdb994b 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -510,12 +510,12 @@ M::enum return_value_convention:return_value:struct type *valtype, struct regcac # The deprecated methods EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, # DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and -# DEPRECATED_USE_STRUCT_CONVENTION have all been folded into +# deprecated_use_struct_convention have all been folded into # RETURN_VALUE. f:=:void:extract_return_value:struct type *type, struct regcache *regcache, gdb_byte *valbuf:type, regcache, valbuf:0 f:=:void:store_return_value:struct type *type, struct regcache *regcache, const gdb_byte *valbuf:type, regcache, valbuf:0 -f:=:int:deprecated_use_struct_convention:int gcc_p, struct type *value_type:gcc_p, value_type::generic_use_struct_convention::0 +f::int:deprecated_use_struct_convention:int gcc_p, struct type *value_type:gcc_p, value_type::generic_use_struct_convention::0 f::CORE_ADDR:skip_prologue:CORE_ADDR ip:ip:0:0 f::int:inner_than:CORE_ADDR lhs, CORE_ADDR rhs:lhs, rhs:0:0 |