This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/47558] 163267 breaks exception traceback in xplor-nih


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47558

--- Comment #63 from mrs at gcc dot gnu.org <mrs at gcc dot gnu.org> 2011-02-07 20:41:54 UTC ---
Author: mrs
Date: Mon Feb  7 20:41:50 2011
New Revision: 169902

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169902
Log:
    PR target/47558
    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:
    trunk/gcc/ChangeLog
    trunk/gcc/config/darwin-protos.h
    trunk/gcc/config/darwin.c
    trunk/gcc/config/i386/darwin.h
    trunk/gcc/config/i386/i386.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]