On Tue, 10 Oct 2017, Adhemerval Zanella wrote:
> On 09/10/2017 19:20, Joseph Myers wrote:
> > On Mon, 9 Oct 2017, Adhemerval Zanella wrote:
> >
> >> *-*-linux*)
> >>case ${target} in
> >> - aarch64*-* | i[34567]86-* | powerpc*-* | s390*-* | sparc*-* | x86_64-*)
> >> + aarch64*-* | i[34567]
On 09/10/2017 19:20, Joseph Myers wrote:
> On Mon, 9 Oct 2017, Adhemerval Zanella wrote:
>
>> *-*-linux*)
>> case ${target} in
>> -aarch64*-* | i[34567]86-* | powerpc*-* | s390*-* | sparc*-* | x86_64-*)
>> +aarch64*-* | i[34567]86-* | powerpc*-* | s390*-* | sparc*-* | x86_64-*
>>
On Mon, 9 Oct 2017, Adhemerval Zanella wrote:
> *-*-linux*)
> case ${target} in
> - aarch64*-* | i[34567]86-* | powerpc*-* | s390*-* | sparc*-* | x86_64-*)
> + aarch64*-* | i[34567]86-* | powerpc*-* | s390*-* | sparc*-* | x86_64-*
> | arm*-*)
I think the cases here are meant to be
Similar to other architectures with IFUNC binutils/glibc support, this
patch enables the ifunc attribute for ARM GNU/Linux. Although not
required for build master GLIBC, the intention is to allow refactor
its assembly implementation to C [1].
Tested compilation of glibc (in conjunction with a gli