Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: open-vela/nuttx

Tags

trunk-5.2

Toggle trunk-5.2's commit message
openvela trunk-5.2

dev_20250801

Toggle dev_20250801's commit message
Revert "libs/libc/stdlib/lib_exit.c: fix multiple definition of __dso…

…_handle in msys2"

This reverts commit 8f96e59aee9cd0c5bbb82e01044d109f8588fec2.

The implementation of __dso_handle is independent of the HOST OS but dependent on the specific compiler.
Therefore, this patch will cause compilation failures for other cross-compilers on the Windows platform, such as arm-none-eabi-gcc and aarch64-none-elf-gcc.
Constraints should be applied to compiler target rather than compiler host.

Signed-off-by: Shanmin Zhang <[email protected]>