Michal Meloun 63003c4bcb Implement R_AARCH64_TLS_DTPMOD64 and A_AARCH64_TLS_DTPREL64 relocations.
Although these are slightly obsolete in favor of R_AARCH64_TLSDESC,
gcc -mtls-dialect=trad still use them.

Please note that definition of TLS_DTPMOD64 and TLS_DTPREL64 are incorrectly
exchanged in GNU binutils. TLS_DTPREL64 should be encoded to 1028 (as is
defined in ARM ELF ABI) but binutils encode it to 1029. And vice versa,
TLS_DTPMOD64 should be encoded to 1029 but binutils encode it to 1028.

While I'm in, add also R_AARCH64_NONE. It can be produced as result of linker
relaxation.

MFC after:	1 week
2018-12-08 14:58:17 +00:00
..
2018-11-23 18:15:23 +00:00
2015-06-16 23:37:19 +00:00
2018-11-04 00:32:28 +00:00
2017-02-28 23:42:47 +00:00
2017-09-01 16:56:37 +00:00
2018-12-03 20:03:43 +00:00
2018-12-03 20:03:43 +00:00