https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83010
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org, | |jgreenhalgh at gcc dot gnu.org, | |ktkachov at gcc dot gnu.org, | |rearnsha at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- That is because the aarch64 backend doesn't define TARGET_ASM_OUTPUT_DWARF_DTPREL hook. Either the assembler lacks the corresponding support, or just the backend doesn't define it even if it could.