summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-14 17:26:35 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-14 17:26:35 +0000
commit9b6ca4e9e58e549a365f22b669524064fbc8d5ce (patch)
treea614ec550ccd0e79a6b3c5c0ca716ad3b11a6c4a /gdb/arch-utils.h
parent0ebb615f39e58774dcb183ab443314d4c37f7697 (diff)
downloadgdb-9b6ca4e9e58e549a365f22b669524064fbc8d5ce.tar.gz
2004-02-14 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate. * gdbarch.h, gdbarch.c: Re-generate. * arch-utils.c (deprecated_register_convertible_not): Delete. * arch-utils.h (deprecated_register_convertible_not): Delete. * mi/mi-main.c (get_register): Update. Update copyright. * infcmd.c (default_print_registers_info): Update.
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r--gdb/arch-utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h
index b15f6912cd8..158868ff5f2 100644
--- a/gdb/arch-utils.h
+++ b/gdb/arch-utils.h
@@ -32,9 +32,6 @@ struct gdbarch_info;
/* gdbarch trace variable */
extern int gdbarch_debug;
-/* Fallback for register convertible. */
-extern gdbarch_deprecated_register_convertible_ftype deprecated_register_convertible_not;
-
/* Implementation of extract return value that grubs around in the
register cache. */
extern gdbarch_extract_return_value_ftype legacy_extract_return_value;