mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-23 16:34:03 +08:00
* sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
reg_size to keep GCC silent.
This commit is contained in:
parent
0fd8504376
commit
8748518b95
@ -1,3 +1,8 @@
|
||||
2003-10-03 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
|
||||
reg_size to keep GCC silent.
|
||||
|
||||
2003-10-03 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* dwarf2-frame.c (struct comp_unit): Add tbase member to store
|
||||
|
@ -743,12 +743,12 @@ sh_push_dummy_call_fpu (struct gdbarch *gdbarch,
|
||||
{
|
||||
int stack_offset = 0;
|
||||
int argreg = ARG0_REGNUM;
|
||||
int flt_argreg;
|
||||
int flt_argreg = 0;
|
||||
int argnum;
|
||||
struct type *type;
|
||||
CORE_ADDR regval;
|
||||
char *val;
|
||||
int len, reg_size;
|
||||
int len, reg_size = 0;
|
||||
int pass_on_stack;
|
||||
|
||||
/* first force sp to a 4-byte alignment */
|
||||
|
Loading…
Reference in New Issue
Block a user