Commit: MSP430: Add wakeup function attribute

2013-12-13 Thread Nick Clifton
[This time with the patch attached] Hi Guys, I have applied the patch below to add support for a wakeup function attribute to the MSP430 backend. The wakeup attribute applies to interrupt functions, and it makes them wake the processor from low power sleep states when the i

Commit: MSP430: Add wakeup function attribute

2013-12-13 Thread Nick Clifton
Hi Guys, I have applied the patch below to add support for a wakeup function attribute to the MSP430 backend. The wakeup attribute applies to interrupt functions, and it makes them wake the processor from low power sleep states when the interrupt handler exits. Cheers Nick gcc/ChangeL