From 4af68b9c78aad1b82bfd6e2e960747eb160bb4d8 Mon Sep 17 00:00:00 2001 From: Jiong Wang Date: Wed, 9 Sep 2015 14:25:33 +0100 Subject: [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 bfd/ * elfnn-aarch64.c (IS_AARCH64_TLS_RELAX_RELOC): Sort alphabetically. --- bfd/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1a07fba..c50979b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2015-09-09 Jiong Wang + * elfnn-aarch64.c (IS_AARCH64_TLS_RELAX_RELOC): Sort alphabetically. + +2015-09-09 Jiong Wang + * elfnn-aarch64.c (aarch64_tls_transition_without_check): Support three TLS local dynamic traditional relocations types. (elfNN_aarch64_tls_relax): Support TLS local dynamic traditional to -- cgit v1.1