* sparc64-tdep.c (sparc_address_from_register): Remove function.

This commit is contained in:
Mark Kettenis 2004-04-09 12:30:02 +00:00
parent 54752a6b0d
commit b31bc72481
2 changed files with 4 additions and 11 deletions

View File

@ -1,3 +1,7 @@
2004-04-09 Mark Kettenis <kettenis@gnu.org>
* sparc64-tdep.c (sparc_address_from_register): Remove function.
2004-04-08 Andrew Cagney <cagney@redhat.com>
* breakpoint.h (deprecated_exception_catchpoints_are_fragile)

View File

@ -52,17 +52,6 @@
/* The functions on this page are intended to be used to classify
function arguments. */
/* Return the contents if register REGNUM as an address. */
static CORE_ADDR
sparc_address_from_register (int regnum)
{
ULONGEST addr;
regcache_cooked_read_unsigned (current_regcache, regnum, &addr);
return addr;
}
/* Check whether TYPE is "Integral or Pointer". */
static int