msp430.c (msp430_attr): Produce an error if a static interrupt handler is detected.
authorNick Clifton <nickc@redhat.com>
Wed, 25 May 2016 14:31:46 +0000 (14:31 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 25 May 2016 14:31:46 +0000 (14:31 +0000)
commite56989ffae3cc7e5a61543ad0f7d4da5ddd58a92
treede59939f6868f2a8932edf0c0071fb2027edd3eb
parent69a6d5ad313c1c6d04ca6e08f5270dbeecfdc07e
msp430.c (msp430_attr): Produce an error if a static interrupt handler is detected.

* config/msp430/msp430.c (msp430_attr): Produce an error if a
static interrupt handler is detected.
* config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
default linker script.
* config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
the low part of a symbolic pointer.

From-SVN: r236704
gcc/ChangeLog
gcc/config/msp430/msp430.c
gcc/config/msp430/msp430.h
gcc/config/msp430/msp430.md