From d1349557126e2b625bb3183ccc2d94ab03b22618 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 8 Jul 2008 13:13:13 +0000 Subject: t-softfp-compat: Update comments. 2008-07-08 H.J. Lu * config/i386/64/t-softfp-compat: Update comments. From-SVN: r137619 --- libgcc/ChangeLog | 4 ++++ libgcc/config/i386/64/t-softfp-compat | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index da2a7ad..348afc5 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2008-07-08 H.J. Lu + + * config/i386/64/t-softfp-compat: Update comments. + 2008-07-07 H.J. Lu * config/i386/64/_divtc3-compat.c: Moved to ... diff --git a/libgcc/config/i386/64/t-softfp-compat b/libgcc/config/i386/64/t-softfp-compat index c7555ab..afaa526 100644 --- a/libgcc/config/i386/64/t-softfp-compat +++ b/libgcc/config/i386/64/t-softfp-compat @@ -1,5 +1,8 @@ -# Filter out the following TImode functions and provide backward binary -# compatibility. +# When TFmode was first added to x86-64 in gcc 4.3.0, some TFmode +# support functions got improper versions by accident. Here we +# correct the version and provide backward binary compatibility. + +# Filter out the following TFmode functions. tf-compats = getf2.c letf2.c eqtf2.c tf-functions := $(addprefix $(gcc_srcdir)/config/soft-fp/, $(tf-compats)) LIB2ADD := $(filter-out $(tf-functions), $(LIB2ADD)) -- cgit v1.1