Does MSP430GCC support plugins the same way that GCC does? I need to create a new gcc pass and add it to the binary by means of a dynamic library link in order to get some internal information about the program, and I want to make sure that MSP430GCC supports plugin modules.