Re: [libphobos] Use sections_elf_shared.d on Solaris 11.5 (PR d/88150)

2019-04-14 Thread Rainer Orth
Hi Iain, > On Tue, 29 Jan 2019 at 11:25, Rainer Orth > wrote: >> >> I've successfully been using a late prototype of an implementation of >> the dlpi_tls_modid field of struct dl_phdr_info on Solaris 11.5 Beta. >> This allowed me to get pretty reasonable test results using >> sections_elf_shared

Re: [libphobos] Use sections_elf_shared.d on Solaris 11.5 (PR d/88150)

2019-04-13 Thread Iain Buclaw
On Tue, 29 Jan 2019 at 11:25, Rainer Orth wrote: > > I've successfully been using a late prototype of an implementation of > the dlpi_tls_modid field of struct dl_phdr_info on Solaris 11.5 Beta. > This allowed me to get pretty reasonable test results using > sections_elf_shared.d on Solaris. > > T

[libphobos] Use sections_elf_shared.d on Solaris 11.5 (PR d/88150)

2019-01-29 Thread Rainer Orth
I've successfully been using a late prototype of an implementation of the dlpi_tls_modid field of struct dl_phdr_info on Solaris 11.5 Beta. This allowed me to get pretty reasonable test results using sections_elf_shared.d on Solaris. This pretty straightforward patch implements this. Only a few p