gcc/libgcc/config/c6x
Joseph Myers 5f60643158 Update soft-fp from glibc.
This patch updates libgcc's copy of soft-fp from glibc, adding a
testcase for a bug fix this brings in.

Bootstrapped with no regressions on x86_64-unknown-linux-gnu.

libgcc:
	* soft-fp/double.h: Update from glibc.
	* soft-fp/eqdf2.c: Likewise.
	* soft-fp/eqsf2.c: Likewise.
	* soft-fp/eqtf2.c: Likewise.
	* soft-fp/extenddftf2.c: Likewise.
	* soft-fp/extended.h: Likewise.
	* soft-fp/extendsfdf2.c: Likewise.
	* soft-fp/extendsftf2.c: Likewise.
	* soft-fp/extendxftf2.c: Likewise.
	* soft-fp/gedf2.c: Likewise.
	* soft-fp/gesf2.c: Likewise.
	* soft-fp/getf2.c: Likewise.
	* soft-fp/ledf2.c: Likewise.
	* soft-fp/lesf2.c: Likewise.
	* soft-fp/letf2.c: Likewise.
	* soft-fp/op-1.h: Likewise.
	* soft-fp/op-2.h: Likewise.
	* soft-fp/op-4.h: Likewise.
	* soft-fp/op-8.h: Likewise.
	* soft-fp/op-common.h: Likewise.
	* soft-fp/quad.h: Likewise.
	* soft-fp/single.h: Likewise.
	* soft-fp/soft-fp.h: Likewise.
	* soft-fp/unorddf2.c: Likewise.
	* soft-fp/unordsf2.c: Likewise.
	* soft-fp/unordtf2.c: Likewise.
	* config/c6x/eqd.c (__c6xabi_eqd): Update call to FP_CMP_EQ_D.
	* config/c6x/eqf.c (__c6xabi_eqf): Update call to FP_CMP_EQ_S.
	* config/c6x/ged.c (__c6xabi_ged): Update call to FP_CMP_D.
	* config/c6x/gef.c (__c6xabi_gef): Update call to FP_CMP_S.
	* config/c6x/gtd.c (__c6xabi_gtd): Update call to FP_CMP_D.
	* config/c6x/gtf.c (__c6xabi_gtf): Update call to FP_CMP_S.
	* config/c6x/led.c (__c6xabi_led): Update call to FP_CMP_D.
	* config/c6x/lef.c (__c6xabi_lef): Update call to FP_CMP_S.
	* config/c6x/ltd.c (__c6xabi_ltd): Update call to FP_CMP_D.
	* config/c6x/ltf.c (__c6xabi_ltf): Update call to FP_CMP_S.

gcc/testsuite:
	* gcc.dg/torture/float128-extendxf-underflow.c: New test.

From-SVN: r216048
2014-10-09 19:21:30 +01:00
..
c6x-abi.h Update copyright years in libgcc/ 2014-01-02 22:25:22 +00:00
crti.S Update copyright years in libgcc/ 2014-01-02 22:25:22 +00:00
crtn.S Update copyright years in libgcc/ 2014-01-02 22:25:22 +00:00
eqd.c Update soft-fp from glibc. 2014-10-09 19:21:30 +01:00
eqf.c Update soft-fp from glibc. 2014-10-09 19:21:30 +01:00
ged.c Update soft-fp from glibc. 2014-10-09 19:21:30 +01:00
gef.c Update soft-fp from glibc. 2014-10-09 19:21:30 +01:00
gtd.c Update soft-fp from glibc. 2014-10-09 19:21:30 +01:00
gtf.c Update soft-fp from glibc. 2014-10-09 19:21:30 +01:00
led.c Update soft-fp from glibc. 2014-10-09 19:21:30 +01:00
lef.c Update soft-fp from glibc. 2014-10-09 19:21:30 +01:00
lib1funcs.S Update copyright years in libgcc/ 2014-01-02 22:25:22 +00:00
libgcc-eabi.ver Update copyright years in libgcc/ 2014-01-02 22:25:22 +00:00
libunwind.S ieee754-df.S: Fix typos. 2012-05-29 15:54:22 +01:00
ltd.c Update soft-fp from glibc. 2014-10-09 19:21:30 +01:00
ltf.c Update soft-fp from glibc. 2014-10-09 19:21:30 +01:00
pr-support.c Update copyright years in libgcc/ 2014-01-02 22:25:22 +00:00
sfp-machine.h float128-mul-underflow.c, [...]: New tests. 2014-02-12 23:24:49 +00:00
t-elf Build softfp for c6x 2011-11-08 16:50:37 +00:00
t-uclinux
unwind-c6x.c Update copyright years in libgcc/ 2014-01-02 22:25:22 +00:00
unwind-c6x.h Update copyright years in libgcc/ 2014-01-02 22:25:22 +00:00