Re: [PATCH 2/3] aarch64: libgcc: add prototypes in cpuinfo

2024-10-08 Thread Kyrylo Tkachov
> On 8 Oct 2024, at 11:57, Richard Sandiford wrote: > > External email: Use caution opening links or attachments > > > Christophe Lyon writes: >> On Fri, 4 Oct 2024 at 10:00, Kyrylo Tkachov wrote: >>> >>> >>> On 3 Oct 2024, at 21:44, Christophe Lyon wrote: External

Re: [PATCH 2/3] aarch64: libgcc: add prototypes in cpuinfo

2024-10-08 Thread Richard Sandiford
Christophe Lyon writes: > On Fri, 4 Oct 2024 at 10:00, Kyrylo Tkachov wrote: >> >> >> >> > On 3 Oct 2024, at 21:44, Christophe Lyon >> > wrote: >> > >> > External email: Use caution opening links or attachments >> > >> > >> > Add prototypes for __init_cpu_features_resolver and >> > __init_cpu_f

Re: [PATCH 2/3] aarch64: libgcc: add prototypes in cpuinfo

2024-10-04 Thread Christophe Lyon
On Fri, 4 Oct 2024 at 10:00, Kyrylo Tkachov wrote: > > > > > On 3 Oct 2024, at 21:44, Christophe Lyon wrote: > > > > External email: Use caution opening links or attachments > > > > > > Add prototypes for __init_cpu_features_resolver and > > __init_cpu_features to avoid warnings due to -Wmissing-

Re: [PATCH 2/3] aarch64: libgcc: add prototypes in cpuinfo

2024-10-04 Thread Kyrylo Tkachov
> On 3 Oct 2024, at 21:44, Christophe Lyon wrote: > > External email: Use caution opening links or attachments > > > Add prototypes for __init_cpu_features_resolver and > __init_cpu_features to avoid warnings due to -Wmissing-prototypes. > >libgcc/ >* config/aarch64/cpuinfo.

[PATCH 2/3] aarch64: libgcc: add prototypes in cpuinfo

2024-10-03 Thread Christophe Lyon
Add prototypes for __init_cpu_features_resolver and __init_cpu_features to avoid warnings due to -Wmissing-prototypes. libgcc/ * config/aarch64/cpuinfo.c (__init_cpu_features_resolver): Add prototype. (__init_cpu_features): Likewise. --- libgcc/config/aarch64/cpuin