SPRAC71B February 2019 – October 2023
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 C28x 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.