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?