aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2007-01-13 23:24:43 +0000
committerMark Kettenis <kettenis@gnu.org>2007-01-13 23:24:43 +0000
commit5e66aab290c982e10723e2c38303f1a6d2ea0a35 (patch)
treefaadd8b8b3a0ceba6296a5f1d6a1c6bee9e41f5d /gdb/arch-utils.h
parent08f9ce9edc64c89c7d40439472d618922f8578c0 (diff)
downloadgdb-5e66aab290c982e10723e2c38303f1a6d2ea0a35.zip
gdb-5e66aab290c982e10723e2c38303f1a6d2ea0a35.tar.gz
gdb-5e66aab290c982e10723e2c38303f1a6d2ea0a35.tar.bz2
* gdbarch.sh (deprecated_extract_return_value)
(deprecated_store_return_value): Remove. (extract_return_value, store_return_value): Remove default values. * gdbarch.c, gdbarch.h: Regenerate. * arch-utils.c, arch-utils.h (legacy_extract_return_value) (legacy_store_return_value): Remove. * regcache.c, regcache.h (deprecated_grub_regcache_for_registers): Remove.
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r--gdb/arch-utils.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h
index c114c06..f1cdb3c 100644
--- a/gdb/arch-utils.h
+++ b/gdb/arch-utils.h
@@ -41,13 +41,6 @@ enum return_value_convention legacy_return_value (struct gdbarch *gdbarch,
gdb_byte *readbuf,
const gdb_byte *writebuf);
-/* Implementation of extract return value that grubs around in the
- register cache. */
-extern gdbarch_extract_return_value_ftype legacy_extract_return_value;
-
-/* Implementation of store return value that grubs the register cache. */
-extern gdbarch_store_return_value_ftype legacy_store_return_value;
-
/* To return any structure or union type by value, store it at the
address passed as an invisible first argument to the function. */
extern gdbarch_deprecated_use_struct_convention_ftype always_use_struct_convention;