12 Mar 2007 09:00
[1516] branches/toolchain_07r1_branch/gcc-3.4/gcc: Bug [#2943]
Revision 1516
Author jiez
Date 2007-03-12 04:00:07 -0400 (Mon, 12 Mar 2007)
Log Message
Bug [#2943] * config/bfin/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure libbffastfp override libgcc when -mfast-fp. * config/bfin/bfin.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.Modified Paths
Diff
Modified: branches/toolchain_07r1_branch/gcc-3.4/gcc/ChangeLog.bfin (1515 => 1516)
--- branches/toolchain_07r1_branch/gcc-3.4/gcc/ChangeLog.bfin 2007-03-12 07:58:02 UTC (rev 1515) +++ branches/toolchain_07r1_branch/gcc-3.4/gcc/ChangeLog.bfin 2007-03-12 08:00:07 UTC (rev 1516) <at> <at> -1,3 +1,9 <at> <at> +2007-03-12 Jie Zhang <jie.zhang-OyLXuOCK7orQT0dZR+AlfA@public.gmane.org> + + * config/bfin/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure + libbffastfp override libgcc when -mfast-fp. + * config/bfin/bfin.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise. + 2007-02-08 Bernd Schmidt <bernd.schmidt-OyLXuOCK7orQT0dZR+AlfA@public.gmane.org> * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add _umulsi3_highpart andModified: branches/toolchain_07r1_branch/gcc-3.4/gcc/config/bfin/bfin.h (1515 => 1516)
--- branches/toolchain_07r1_branch/gcc-3.4/gcc/config/bfin/bfin.h 2007-03-12 07:58:02 UTC (rev 1515) +++ branches/toolchain_07r1_branch/gcc-3.4/gcc/config/bfin/bfin.h 2007-03-12 08:00:07 UTC (rev 1516) <at> <at> -122,7 +122,9 <at> <at> %{!fno-pic:%{!fno-pie:%{!fno-PIC:%{!fno-PIE:-fpie}}}}}}}}} \ " -#define LINK_GCC_C_SEQUENCE_SPEC "%{mfast-fp:-lbffastfp} %G %L %G" +#define LINK_GCC_C_SEQUENCE_SPEC "\ + %{mfast-fp:-lbffastfp} %G %L %{mfast-fp:-lbffastfp} %G \ +" #ifndef SUBTARGET_DRIVER_SELF_SPECS # define SUBTARGET_DRIVER_SELF_SPECSModified: branches/toolchain_07r1_branch/gcc-3.4/gcc/config/bfin/linux.h (1515 => 1516)
--- branches/toolchain_07r1_branch/gcc-3.4/gcc/config/bfin/linux.h 2007-03-12 07:58:02 UTC (rev 1515) +++ branches/toolchain_07r1_branch/gcc-3.4/gcc/config/bfin/linux.h 2007-03-12 08:00:07 UTC (rev 1516) <at> <at> -35,7 +35,8 <at> <at> #undef LINK_GCC_C_SEQUENCE_SPEC #define LINK_GCC_C_SEQUENCE_SPEC \ - "%{mfast-fp:-lbffastfp} %{static:--start-group} %G %L %{static:--end-group}%{!static:%G}" + "%{static:--start-group} %{mfast-fp:-lbffastfp} %G %L %{static:--end-group} \ + %{!static:%{mfast-fp:-lbffastfp} %G}" #undef LINK_SPEC #define LINK_SPEC "\_______________________________________________ Toolchain-commits mailing list Toolchain-commits@... http://blackfin.uclinux.org/mailman/listinfo/toolchain-commits
RSS Feed