Re: [PATCH] powerpc: Replace ppc64 DT_RELACOUNT usage with DT_RELASZ/24

2022-03-10 Thread Alexey Kardashevskiy
On 3/11/22 15:15, Michael Ellerman wrote: Fāng-ruì Sòng writes: On Thu, Mar 10, 2022 at 11:48 AM Nick Desaulniers wrote: On Tue, Mar 8, 2022 at 9:53 PM Fangrui Song wrote: DT_RELACOUNT is an ELF dynamic tag inherited from SunOS indicating the number of R_*_RELATIVE relocations. It is o

Re: [PATCH] powerpc: Replace ppc64 DT_RELACOUNT usage with DT_RELASZ/24

2022-03-10 Thread Michael Ellerman
Fāng-ruì Sòng writes: > On Thu, Mar 10, 2022 at 11:48 AM Nick Desaulniers > wrote: >> >> On Tue, Mar 8, 2022 at 9:53 PM Fangrui Song wrote: >> > >> > DT_RELACOUNT is an ELF dynamic tag inherited from SunOS indicating the >> > number of R_*_RELATIVE relocations. It is optional but {ld.lld,ld.lld}

Re: [PATCH] powerpc: Replace ppc64 DT_RELACOUNT usage with DT_RELASZ/24

2022-03-09 Thread Nathan Chancellor
On Tue, Mar 08, 2022 at 09:51:18PM -0800, Fangrui Song wrote: > DT_RELACOUNT is an ELF dynamic tag inherited from SunOS indicating the > number of R_*_RELATIVE relocations. It is optional but {ld.lld,ld.lld} ^ ld.{bfd,lld} ? > -z combreloc