]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
Define LDBL_EQ_DBL on ARM64
authorVlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@stud.acs.upb.ro>
Wed, 15 Jan 2020 12:34:24 +0000 (12:34 +0000)
committerFelipe Huici <felipe.huici@neclab.eu>
Wed, 15 Jan 2020 13:02:51 +0000 (14:02 +0100)
commit793728f8d3bbdeadda1cf7cfe89b9974cf4fe100
tree9ca0440fa6470e39888781bd7b7250f2e5433b0a
parent97f3fd0f14c3bce8943c26dddea067fc5f9103bf
Define LDBL_EQ_DBL on ARM64

LDBL_EQ_DBL is used by newlib to protect the definitions of the long
double math functions(e.g. cosl) as wrappers over long math
functions(e.g. cos). In this patch we define the symbol on ARM64 since
it was already defined under x86_64.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk