CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/01/04 12:46:31
Modified files:
gnu/gcc/gcc/config: floatunsidf.c floatunsisf.c
gnu/gcc/gcc/config/arm: openbsd1.h
gnu/usr.bin/cc/libgcc: Makefile
Log message:
Add ARM EABI aliases and remove functions that are also provided by our libc.
This allows linking code compiled by clang with the gcc compiler driver
and makes sure we always use the softfloat implementation in libc. The
libc softfloat implementation is preferred over the one in libgcc as it
implements rounding modes and floating point exceptions.
ok patrick@