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.

msp430 gcc, information memory, and the header files

Before TI took over mspgcc the header files included definitions for the information memory in sys/crtld.h. Those hooks are no longer present and the linker scripts while they define these memory areas, do not make the symbols visible to the programmer. This makes using the information memory just a little bit harder and the code written less portable.

Why was this support removed?