PowerPC section flag tidy
authorAlan Modra <amodra@gmail.com>
Mon, 7 Oct 2019 02:47:59 +0000 (13:17 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 8 Oct 2019 14:05:33 +0000 (00:35 +1030)
commit52b0b563f144da880d90c735912715b8e120706d
treef3d3b5d6c5ca22308692c6ec78171c8de09c6fe1
parent8aaf083b7fd848934b5f42e594d3bbbb73267950
PowerPC section flag tidy

has_tls_get_addr_call is no longer named correctly as the flag is
only set on finding a __tls_get_addr call without tlsld/tlsgd marker
relocations.

* elf32-ppc.c (nomark_tls_get_addr): Rename from has_tls_get_addr_call
throughout.
* elf64-ppc.c (nomark_tls_get_addr): Likewise.

(cherry picked from commit 9737e8af48e257f24e860fbf36af8c314e73076a)
bfd/ChangeLog
bfd/elf32-ppc.c
bfd/elf64-ppc.c