[AArch64] Sort IS_AARCH64_TLS_RELAX_RELOC in alphabetic order
authorJiong Wang <jiong.wang@arm.com>
Wed, 9 Sep 2015 13:25:33 +0000 (14:25 +0100)
committerJiong Wang <jiong.wang@arm.com>
Wed, 9 Sep 2015 13:25:33 +0000 (14:25 +0100)
commit4af68b9c78aad1b82bfd6e2e960747eb160bb4d8
tree1456117734f8e04eebb198ce28254bdd4ea04299
parent259364adb8ced6dc0e3ae5bec2c6f76ec3faf955
[AArch64] Sort IS_AARCH64_TLS_RELAX_RELOC in alphabetic order

This can also speedup the check as TLSDESC is the default model for
global/local dynamic that the big "||" check can finish more quickly
than putting them at the bottom.

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

bfd/
  * elfnn-aarch64.c (IS_AARCH64_TLS_RELAX_RELOC): Sort alphabetically.
bfd/ChangeLog
bfd/elfnn-aarch64.c