mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
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:
parent
486697a0b3
commit
b3df3fffb8
@ -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.
|
||||
|
@ -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)));
|
||||
|
Loading…
Reference in New Issue
Block a user