-
Notifications
You must be signed in to change notification settings - Fork 573
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
Add code to verify struct offsets and sizes used in .asm files #7226
Comments
egrimley-arm
added a commit
that referenced
this issue
Jan 27, 2025
The macros are defined in asm_offsetsx.h and the values are checked at compile time by asm_offsets.c. A few other changes were needed to make this work: + Some declarations are moved from mangle.c into a new file mangle_aarch64.h. + A declaration is moved from module_elf.c to module_private.h. Issue: #7226
The arch.c code that checks some of these presumably would be removed after x86 support is added, right? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was done for Arm architectures by #7202. The same should be done for other architectures.
The text was updated successfully, but these errors were encountered: