Re: [PATCH][OBVIOUS] Add missing default default_libc_has_fast_function implementation.

2019-05-20 Thread Martin Liška
On 5/20/19 11:05 AM, Martin Liška wrote: > Hi. > > This is a missing piece of the libc_has_fast_function hook. > I'm going to install that as obvious as it breaks current trunk > for all except x86 target. > > Martin > > gcc/ChangeLog: > > 2019-05-20 Martin Liska > > * targhooks.c (de

[PATCH][OBVIOUS] Add missing default default_libc_has_fast_function implementation.

2019-05-20 Thread Martin Liška
Hi. This is a missing piece of the libc_has_fast_function hook. I'm going to install that as obvious as it breaks current trunk for all except x86 target. Martin gcc/ChangeLog: 2019-05-20 Martin Liska * targhooks.c (default_libc_has_fast_function): New function. * targhooks.