http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42333
--- Comment #58 from mrs at gcc dot gnu.org <mrs at gcc dot gnu.org> 2011-06-30 16:31:29 UTC --- Author: mrs Date: Thu Jun 30 16:31:23 2011 New Revision: 175711 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175711 Log: 2011-06-30 Jack Howarth <howa...@bromo.med.uc.edu> Backport from mainline 2011-02-07 Mike Stump <mikest...@comcast.net> PR target/42333 Add __ieee_divdc3 entry point. * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3 entry point. (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins. * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise. * config/darwin.c (darwin_rename_builtins): Add. * config/darwin-protos.h (darwin_rename_builtins): Add. Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/config/darwin-protos.h branches/gcc-4_5-branch/gcc/config/darwin.c branches/gcc-4_5-branch/gcc/config/i386/darwin.h branches/gcc-4_5-branch/gcc/config/i386/i386.c