[NDS32] Add a function to indentify if FUNC is an interrupt service routine.
authorChung-Ju Wu <jasonwucj@gmail.com>
Wed, 3 Sep 2014 08:50:14 +0000 (08:50 +0000)
committerChung-Ju Wu <jasonwucj@gcc.gnu.org>
Wed, 3 Sep 2014 08:50:14 +0000 (08:50 +0000)
commit126b11c6921e3e0b8eb29b60e5bf5b4dd83797d4
tree09751509cb264dd7b510327dfae263b13113e48e
parentdd1536a7267a0a8abf90aecae8379a1d871cda99
[NDS32] Add a function to indentify if FUNC is an interrupt service routine.

* config/nds32/nds32-isr.c (nds32_isr_function_p): Define new function
to check if FUNC is an interrupt service routine.
* config/nds32/nds32-protos.h (nds32_isr_function_p): Declaration.

From-SVN: r214855
gcc/ChangeLog
gcc/config/nds32/nds32-isr.c
gcc/config/nds32/nds32-protos.h