2003-11-23 Andrew Cagney <cagney@redhat.com>

* arch-utils.h (generic_cannot_extract_struct_value_address):
	Delete declaration.
This commit is contained in:
Andrew Cagney 2003-11-23 21:32:42 +00:00
parent 7027acc712
commit eec1a5606c
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2003-11-23 Andrew Cagney <cagney@redhat.com>
* arch-utils.h (generic_cannot_extract_struct_value_address):
Delete declaration.
* defs.h (DEPRECATED_STREQN): Rename STREQN.
(DEPRECATED_STREQ): Rename STREQ.
* ada-exp.y, ada-lang.c, ada-lex.l, coffread.c: Update.

View File

@ -35,8 +35,6 @@ extern int gdbarch_debug;
/* Fallback for register convertible. */
extern gdbarch_deprecated_register_convertible_ftype deprecated_register_convertible_not;
extern CORE_ADDR generic_cannot_extract_struct_value_address (char *dummy);
/* Implementation of extract return value that grubs around in the
register cache. */
extern gdbarch_extract_return_value_ftype legacy_extract_return_value;