Open
Description
Is your feature request related to a problem? Please describe.
R_AARCH64_ADR_GOT_PAGE
is a frequently used relocation type in my experience and I think it would be worth adding support for it.
The attached binary can be used to test it.
Describe the solution you'd like
R_AARCH64_ADR_GOT_PAGE
relocation type is supported.
Describe alternatives you've considered
Ignore the related errors:
Unhandled ELF Relocation: R_AARCH64_ADR_GOT_PAGE (311, 0x137) at 0010000c (Symbol = __rust_no_alloc_shim_is_unstable)
Additional context
N/A