mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
FIx formatting that triggers a new compile time warning message.
* config/tc-ia64.c (dot_prologue): Fix formatting.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2016-02-08 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* config/tc-ia64.c (dot_prologue): Fix formatting.
|
||||||
|
|
||||||
2016-02-04 Nick Clifton <nickc@redhat.com>
|
2016-02-04 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* config/obj-elf.c (obj_elf_change_section): Remove support for
|
* config/obj-elf.c (obj_elf_change_section): Remove support for
|
||||||
|
@ -4360,12 +4360,14 @@ dot_prologue (int dummy ATTRIBUTE_UNUSED)
|
|||||||
as_warn (_("Pointless use of zero first operand to .prologue"));
|
as_warn (_("Pointless use of zero first operand to .prologue"));
|
||||||
else
|
else
|
||||||
mask = e.X_add_number;
|
mask = e.X_add_number;
|
||||||
n = popcount (mask);
|
|
||||||
|
n = popcount (mask);
|
||||||
|
|
||||||
if (sep == ',')
|
if (sep == ',')
|
||||||
parse_operand_and_eval (&e, 0);
|
parse_operand_and_eval (&e, 0);
|
||||||
else
|
else
|
||||||
e.X_op = O_absent;
|
e.X_op = O_absent;
|
||||||
|
|
||||||
if (e.X_op == O_constant
|
if (e.X_op == O_constant
|
||||||
&& e.X_add_number >= 0
|
&& e.X_add_number >= 0
|
||||||
&& e.X_add_number < 128)
|
&& e.X_add_number < 128)
|
||||||
@ -4385,7 +4387,6 @@ dot_prologue (int dummy ATTRIBUTE_UNUSED)
|
|||||||
as_bad (_("Second operand to .prologue must be the first of %d general registers"), n);
|
as_bad (_("Second operand to .prologue must be the first of %d general registers"), n);
|
||||||
grsave = 0;
|
grsave = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mask)
|
if (mask)
|
||||||
|
Reference in New Issue
Block a user