commit | f934c862ff431f5da6c2e1e4dedb96cc4951cbf0 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed Aug 28 15:15:15 2019 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed Aug 28 16:38:36 2019 +0100 |
tree | 0baf749809334b720627ff4f552eb19ec28665ae | |
parent | 24b2750f455084affc265ca2d50d7558dd3bc5a8 [diff] |
math: add long double symbols when long double is same as double To allow libmathlib.a to be a drop-in replacement for libc functions on 32bit arm, we should provide long double symbols otherwise the libc long double implementation may pull in double symbols that can conflict with libmathlib.a in case of static linking. Using wrappers instead of alias to avoid type declaration conflicts.