diff options
author | 2017-07-22 15:39:15 +0000 | |
---|---|---|
committer | 2017-07-22 15:39:15 +0000 | |
commit | f9ac264ef65222b02c7465e1d85c749c27859b14 (patch) | |
tree | cd5ba101b40cb4891534331d924d65ab8e70b4e7 /usr.bin/time/time.c | |
parent | Whitespace. (diff) | |
download | wireguard-openbsd-f9ac264ef65222b02c7465e1d85c749c27859b14.tar.xz wireguard-openbsd-f9ac264ef65222b02c7465e1d85c749c27859b14.zip |
Prefer the definition of a variable in the executable over a definition
in a shared library, even for commons. This is what the current generation
of linkers (current bfd, gold, lld) do. This fixes the
relocation R_X86_64_PC32 against `xxx' can not be used when making a
shared object; recompile with -fPIC
warnings that we have seen in ports with clang.
This change is somewhat suspect as a similar change was reverted in upstream
binutils at some point. However that was for another corner case on an
architecture (s390) that we do not run on.
Tested by naddy@, sthen@
Diffstat (limited to 'usr.bin/time/time.c')
0 files changed, 0 insertions, 0 deletions