arm: Unbreak bootstrap
2020-01-17 Jakub Jelinek <jakub@redhat.com> * config/arm/arm.c (cmse_nonsecure_call_inline_register_clear): Remove unused variable.
This commit is contained in:
parent
6687d13a87
commit
925cef05b8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2020-01-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* config/arm/arm.c (cmse_nonsecure_call_inline_register_clear): Remove
|
||||
unused variable.
|
||||
|
||||
2020-01-17 Alexander Monakov <amonakov@ispras.ru>
|
||||
|
||||
* gdbinit.in (help-gcc-hooks): New command.
|
||||
|
|
|
@ -18466,7 +18466,7 @@ cmse_nonsecure_call_inline_register_clear (void)
|
|||
|
||||
if (TARGET_HAVE_FPCXT_CMSE)
|
||||
{
|
||||
rtx_insn *next, *last, *pop_insn, *after = insn;
|
||||
rtx_insn *last, *pop_insn, *after = insn;
|
||||
|
||||
start_sequence ();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue