]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rtld: Silence a false positive GCC 6.4.0 warning
authorcem <cem@FreeBSD.org>
Fri, 23 Nov 2018 18:23:29 +0000 (18:23 +0000)
committercem <cem@FreeBSD.org>
Fri, 23 Nov 2018 18:23:29 +0000 (18:23 +0000)
commit52b184fd1653581c3100d68cb61b1cf54a019a2d
tree71a9ab1ebc13abf4088c40c40fa2d8944d7d8781
parent61fe5f31f14fd6e6310f1c27a5a4075ea0e7e264
rtld: Silence a false positive GCC 6.4.0 warning

The function reloc_non_plt has complicated variable lifetimes that GCC 6.4.0
(the version currently used by amd64-xtoolchain-gcc) misunderstands and
produces an erroneous warning about.  Silence it to allow the -Werror build
to proceed.

Reviewed by: emaste
libexec/rtld-elf/Makefile