x86: TLS desc call relocs target zero-size fields
authorJan Beulich <jbeulich@suse.com>
Fri, 23 Apr 2021 07:18:48 +0000 (09:18 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 23 Apr 2021 07:18:48 +0000 (09:18 +0200)
commitc21346c5e224ace15a3ba8b7f56cd375e30e29a8
tree905ccaf845e6c8fa7fc1b3abf629fdca5bf73059
parenta9aabc23efcc810e4b1999a735ea82d409cafbe7
x86: TLS desc call relocs target zero-size fields

These are marker relocations, so together with their bit size being zero
their byte size should be zero as well. This is expressed by a value of
3, not 0.
bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf64-x86-64.c
This page took 0.023454 seconds and 4 git commands to generate.