2000-12-11 Michael Snyder <msnyder@cleaver.cygnus.com>

* sh-tdep.c (sh_extract_struct_value_address): For consistancy,
        change decl from "CORE_ADDR static" to "static CORE_ADDR".
This commit is contained in:
Michael Snyder 2000-12-11 21:04:04 +00:00
parent 486697a0b3
commit b3df3fffb8
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-12-11 Michael Snyder <msnyder@cleaver.cygnus.com>
* sh-tdep.c (sh_extract_struct_value_address): For consistancy,
change decl from "CORE_ADDR static" to "static CORE_ADDR".
2000-12-11 Fernando Nasser <fnasser@redhat.com>
* configure.in: Fix typos. It is CONFIG_SRCS not CONFIG_SRS.

View File

@ -826,8 +826,8 @@ sh_init_extra_frame_info (int fromleaf, struct frame_info *fi)
/* Extract from an array REGBUF containing the (raw) register state
the address in which a function should return its structure value,
as a CORE_ADDR (or an expression that can be used as one). */
CORE_ADDR
static sh_extract_struct_value_address (regbuf)
static CORE_ADDR
sh_extract_struct_value_address (regbuf)
char *regbuf;
{
return (extract_address ((regbuf), REGISTER_RAW_SIZE (0)));