We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
aarch64
The aarch64 architecture (e.g., in Apple M1 machines) should be supported in v2.
v2
> ./autogen.sh > ./configure --enable-v2 > make
It builds without errors in Apple M1 machines.
It builds with errors in Apple M1 machines.
Sample trace:
funcs_symbols.S:277:1: note: while in macro instantiation WRAPPER_ENTRY_SYSTEM_V pthread_join ^ <instantiation>:60:11: error: invalid operand addq $80, %rsp ^ funcs_symbols.S:277:1: note: while in macro instantiation WRAPPER_ENTRY_SYSTEM_V pthread_join ^ <instantiation>:61:1: error: unrecognized instruction mnemonic, did you mean: eret, ret? retq ^ funcs_symbols.S:277:1: note: while in macro instantiation WRAPPER_ENTRY_SYSTEM_V pthread_join ^ <instantiation>:5:7: error: unknown token in expression pushq %rsp ^ funcs_symbols.S:278:1: note: while in macro instantiation WRAPPER_ENTRY_SYSTEM_V pthread_key_create ^ <instantiation>:5:7: error: invalid operand pushq %rsp ^
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The
aarch64
architecture (e.g., in Apple M1 machines) should be supported inv2
.Steps
Expected result
It builds without errors in Apple M1 machines.
Actual result
It builds with errors in Apple M1 machines.
Sample trace:
The text was updated successfully, but these errors were encountered: