https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|pinskia at gcc dot gnu.org |unassigned at gcc dot gnu.org Status|ASSIGNED |NEW --- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This is more complex than I originally thought. first off s_aarch64_elf_cons in gas/config/tc-aarch64.c needs relocation syntax support: /* N.B. the support for relocation suffix in this directive needs to be implemented properly. */ Second is :DTPREL: relocation needs to be added. I will be filing the binutils bug for this soon.