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.
5 files changed
tree: 0baf749809334b720627ff4f552eb19ec28665ae
  1. math/
  2. string/
  3. .gitignore
  4. config.mk.dist
  5. LICENSE
  6. Makefile
  7. README