[AArch64]Speed up linking speed by skipping unncessary TLS reloc type check
authorJiong Wang <jiong.wang@arm.com>
Tue, 11 Aug 2015 21:05:39 +0000 (22:05 +0100)
committerJiong Wang <jiong.wang@arm.com>
Tue, 11 Aug 2015 21:05:39 +0000 (22:05 +0100)
commit9331eea1f83b94c6f5a72ebf643aa8978a0b0a13
tree8cc59db94f26f0ad2bee2dd709f2dd85ef7767d3
parentf678ded748f994a16e27fc3ac1d1c9451b98f608
[AArch64]Speed up linking speed by skipping unncessary TLS reloc type check

2015-08-11  Jiong Wang  <jiong.wang@arm.com>

bfd/
   * elfnn-aarch64.c (IS_AARCH64_TLS_RELAX_RELOC): New.
  (aarch64_can_relax_tls): Use the new IS_AARCH64_TLS_RELAX_RELOC.
bfd/ChangeLog
bfd/elfnn-aarch64.c