On Tue, Jan 01, 2019 at 04:18:06AM +0100, Joerg Sonnenberger wrote: > On Sat, Dec 29, 2018 at 08:48:37PM -0500, Christos Zoulas wrote: > > Module Name: src > > Committed By: christos > > Date: Sun Dec 30 01:48:37 UTC 2018 > > > > Modified Files: > > src/libexec/ld.elf_so: reloc.c rtld.c rtld.h > > > > Log Message: > > binutils 2.31.1 can put copy relocations in the relro segment. Delay > > protecting the relro segment for the main object until copy relocations > > are done. > > This sounds really really wrong...
I agree - smells like a binutils bug to me. Martin