Commit 925cef05 by Jakub Jelinek

arm: Unbreak bootstrap

2020-01-17  Jakub Jelinek  <jakub@redhat.com>

	* config/arm/arm.c (cmse_nonsecure_call_inline_register_clear): Remove
	unused variable.
parent 6687d13a
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> 2020-01-17 Alexander Monakov <amonakov@ispras.ru>
* gdbinit.in (help-gcc-hooks): New command. * gdbinit.in (help-gcc-hooks): New command.
......
...@@ -18466,7 +18466,7 @@ cmse_nonsecure_call_inline_register_clear (void) ...@@ -18466,7 +18466,7 @@ cmse_nonsecure_call_inline_register_clear (void)
if (TARGET_HAVE_FPCXT_CMSE) if (TARGET_HAVE_FPCXT_CMSE)
{ {
rtx_insn *next, *last, *pop_insn, *after = insn; rtx_insn *last, *pop_insn, *after = insn;
start_sequence (); start_sequence ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment