forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -195,13 +195,6 @@ default_double_format (struct gdbarch *gdbarch)
|
||||
|
||||
/* Misc helper functions for targets. */
|
||||
|
||||
int
|
||||
deprecated_register_convertible_not (int num)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
CORE_ADDR
|
||||
core_addr_identity (CORE_ADDR addr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user