commit | a721291adcdb804163a706fb349b60e691a95b3c | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Tue Nov 05 22:17:43 2024 -0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Apr 16 20:36:27 2025 +0200 |
tree | 15f8b0f63a599cad55ca8de419da77cabc18c1ac | |
parent | db49cd38994161de537a66a30eb855b81ffb30d6 [diff] |
arch/arc: Remove redundant __cxa_atexit from MWDT stubs __cxa_atexit was originally defined by the IA64 C++ ABI, but it has been adopted by other C++ implementations since then. This function is already present in lib/cpp/api/cpp_dtors.c, which is built by default when C++ support is enabled, so we don't need another copy in the MWDT-specific code. Signed-off-by: Keith Packard <keithp@keithp.com>