Re: [PATCH 1/5] [ARC] Save/restore blink when in ISR.

2017-03-24 Thread Andrew Burgess
* Claudiu Zissulescu [2017-03-20 12:43:26 +0100]: > BLIBK register needs to be saved/restored in a interrupt. Fix this issue. > > gcc/ > 2016-09-21 Claudiu Zissulescu > > * config/arc/arc.c (arc_epilogue_uses): BLINK should be also > restored when in interrupt. > * config/

[PATCH 1/5] [ARC] Save/restore blink when in ISR.

2017-03-20 Thread Claudiu Zissulescu
BLIBK register needs to be saved/restored in a interrupt. Fix this issue. gcc/ 2016-09-21 Claudiu Zissulescu * config/arc/arc.c (arc_epilogue_uses): BLINK should be also restored when in interrupt. * config/arc/arc.md (simple_return): ARCv2 rtie instruction does