As I recently found out:
Debugging an aarch64 problem re -fPIC:
https://rpmdiff.engineering.redhat.com/run/408856/7/
Bisected it to r270414 on gcc-8-branch. After the revision, a call to
__stack_chk_guard is gone, and so is R_AARCH64_LD64_GOT_LO12_NC. And
the RPMDiff check uses eu-readelf --reloc | grep GOT to check for -fPIC.