Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable atexit.cpp if exceptions are active #8

Open
ilg-ul opened this issue Feb 7, 2021 · 1 comment
Open

Disable atexit.cpp if exceptions are active #8

ilg-ul opened this issue Feb 7, 2021 · 1 comment
Assignees
Labels

Comments

@ilg-ul
Copy link
Contributor

ilg-ul commented Feb 7, 2021

The simple implementation of atexit() should be disabled when exceptions are used, since they try to register __et_cxa functions, which are not supported in the simple version.

@ilg-ul ilg-ul self-assigned this Feb 7, 2021
@ilg-ul ilg-ul added the bug label Feb 7, 2021
@ilg-ul
Copy link
Contributor Author

ilg-ul commented Feb 7, 2021

Fixed on 2021-01-07.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant