mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:30:59 +08:00
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
@ -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…
x
Reference in New Issue
Block a user