This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCHv2 01/11] Refactor part of math Makefile


On Fri, 1 Jul 2016, Paul E. Murphy wrote:

> +libm-compat-calls = w_lgamma_compatf w_lgamma_compat k_standard k_standardf \
> +	$(libm-compat-calls-ldouble-$(long-double-fcts))

The indentation on the second line here is wrong (should line up with the 
first non-whitespace character after the '=' on the line above, i.e. 
indent with two tabs and four spaces instead of just one tab).

This patch is OK with that fixed, provided you've verified that the sets 
of files built and tests run are the same before and after the patch, on 
platforms with and without long double having a distinct ABI from double.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]