public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [AArch64] Cleanup TLS relocation types which don't go through GOT table
@ 2015-08-18 16:03 sergiodj+buildbot
  2015-08-18 16:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: sergiodj+buildbot @ 2015-08-18 16:03 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 44b4145b723b43b175d4378c77bd79faaaa80312 ***

Author: Jiong Wang <jiong.wang@arm.com>
Branch: master
Commit: 44b4145b723b43b175d4378c77bd79faaaa80312

[AArch64] Cleanup TLS relocation types which don't go through GOT table

This patch done two types of cleanup:

  * in aarch64_reloc_got_type and elfNN_aarch64_relocate_section

    We don't need those redundant "case" check, as they can be merged
    with the "default" which just "break".

  * in elfNN_aarch64_gc_sweep_hook and elfNN_aarch64_check_relocs

    All TLS local executable relocations and some local dynamic
    relocations (those calculate module offset) actually don't need GOT
    entry, so remove them from GOT entry counting.

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

bfd/
  * elfnn-aarch64.c (aarch64_reloc_got_type): Delete useless check.
  (elfNN_aarch64_relocate_section): Likewise.
  (elfNN_aarch64_gc_sweep_hook): Likewise.
  (elfNN_aarch64_check_relocs): Likewise.


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2015-08-18 22:41 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-18 16:03 [binutils-gdb] [AArch64] Cleanup TLS relocation types which don't go through GOT table sergiodj+buildbot
2015-08-18 16:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2015-08-18 16:20 ` Failures on AIX-POWER7-plain, " sergiodj+buildbot
2015-08-18 16:20 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2015-08-18 16:43 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
2015-08-18 16:45 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2015-08-18 16:46 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-08-18 16:47 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2015-08-18 16:58 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2015-08-18 17:01 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-08-18 17:03 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2015-08-18 19:44 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
2015-08-18 20:04 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
2015-08-18 20:21 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
2015-08-18 20:40 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-08-18 20:52 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
2015-08-18 21:22 ` Failures on Debian-i686, " sergiodj+buildbot
2015-08-18 21:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-08-18 21:50 ` Failures on Debian-i686-native-gdbserver, " sergiodj+buildbot
2015-08-18 22:21 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
2015-08-18 22:41 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).