> > gcc/
> > 2017-01-09 Claudiu Zissulescu
> >
> > * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
>
> This looks fine and could be applied straight away I think.
>
> Thanks,
> Andrew
Committed. Thank you for your review,
Claudiu
* Claudiu Zissulescu [2017-06-01 15:34:52
+0200]:
> This macro is needed to be used with -ffixed- option, and inline asm.
>
> gcc/
> 2017-01-09 Claudiu Zissulescu
>
> * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
This looks fine and could be applied straight away I think.
This macro is needed to be used with -ffixed- option, and inline asm.
gcc/
2017-01-09 Claudiu Zissulescu
* config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
---
gcc/config/arc/arc.h | 7 +++
1 file changed, 7 insertions(+)
diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/ar