This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/msp430f5335: Include function that has not been referenced.

Part Number: MSP430F5335

Tool/software: TI C/C++ Compiler

I used to be able to use __attribute__ `used` to include a function that is not referenced anywhere.  It does not seem to work anymore, how do I make sure the linker keeps a function that has not been referenced?