mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
* sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
|
* sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
|
||||||
|
|
||||||
2012-07-20 Jeff Kenton <jkenton@tilera.com>
|
2012-07-20 Jeff Kenton <jkenton@tilera.com>
|
||||||
|
|
||||||
* tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
|
* tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
|
||||||
|
@ -1032,8 +1032,6 @@ sh_next_flt_argreg (struct gdbarch *gdbarch, int len, struct type *func_type)
|
|||||||
static int
|
static int
|
||||||
sh_treat_as_flt_p (struct type *type)
|
sh_treat_as_flt_p (struct type *type)
|
||||||
{
|
{
|
||||||
int len = TYPE_LENGTH (type);
|
|
||||||
|
|
||||||
/* Ordinary float types are obviously treated as float. */
|
/* Ordinary float types are obviously treated as float. */
|
||||||
if (TYPE_CODE (type) == TYPE_CODE_FLT)
|
if (TYPE_CODE (type) == TYPE_CODE_FLT)
|
||||||
return 1;
|
return 1;
|
||||||
|
Reference in New Issue
Block a user