2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>

From Jie Zhang:
	* config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
	libbffastfp overrides libgcc when -mfast-fp.

From-SVN: r173308
This commit is contained in:
Stuart Henderson 2011-05-03 14:19:43 +00:00
parent 44fb48ef0b
commit 7071d0648c
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
From Jie Zhang:
* config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
libbffastfp overrides libgcc when -mfast-fp.
2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
Originally from Bernd Schmidt

View File

@ -27,6 +27,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#define TARGET_OS_CPP_BUILTINS() GNU_USER_TARGET_OS_CPP_BUILTINS()
#undef LINK_GCC_C_SEQUENCE_SPEC
#define LINK_GCC_C_SEQUENCE_SPEC "\
%{mfast-fp:-lbffastfp} %G %L %{mfast-fp:-lbffastfp} %G \
"
#define MD_UNWIND_SUPPORT "config/bfin/linux-unwind.h"
/* Like the definition in gcc.c, but for purposes of uClinux, every link is