This was the reason of PR30984:
cad/iverilog fail to link under FreeBSD with next error:
/usr/bin/ld: error: relocation R_X86_64_PLT32 cannot refer to absolute symbol __tls_get_addr
We should not convert undefined symbol to absolute, but that was done for -r.