SLAA534A June 2013 – June 2020
The C++ ABI specifies aspects of the implementation of the C++ language that must be standardized in order for code from different toolchains to interoperate. The MSP430 C++ ABI is based on the Generic C++ ABI originally developed for IA-64 but now widely adopted among C++ toolchains, including GCC. The base standard, referred to as “GC++ABI”, can be found at http://refspecs.linux-foundation.org/cxxabi-1.83.html.
This section documents additions to and deviations from that base document.