Re: enum built_in_function and divdc3

2011-02-06 Thread Richard Henderson
On 02/06/2011 09:56 AM, Jack Howarth wrote: > tree fn = built_in_decls[BUILT_IN_COMPLEX_DIV_MIN + sc - > MIN_MODE_COMPLEX_FLOAT]; Use DCmode or SCmode here. r~

Re: enum built_in_function and divdc3

2011-02-06 Thread Joseph S. Myers
On Sun, 6 Feb 2011, Jack Howarth wrote: > Richard, >The ___divdc3 symbol on Snow Leopard in libSystem is less accurate > than that in FSF libgcc (PR42333). We plan to use DECLARE_LIBRARY_RENAMES > to provide an alternative symbol ___ieee_divdc3 to access the FSF libgcc > ___divdc3 symbol when

Re: enum built_in_function and divdc3

2011-02-06 Thread Jack Howarth
On Sun, Feb 06, 2011 at 09:40:41AM -0800, Richard Henderson wrote: > On 02/06/2011 08:12 AM, Jack Howarth wrote: > > what is the correct value is use for the enum entry of the ___divdc3 > > symbol? Is it END_BUILTINS-1 or END_BUILTINS-2? Thanks in advance for > > any clarifications. > > See build_

Re: enum built_in_function and divdc3

2011-02-06 Thread Richard Henderson
On 02/06/2011 08:12 AM, Jack Howarth wrote: > what is the correct value is use for the enum entry of the ___divdc3 > symbol? Is it END_BUILTINS-1 or END_BUILTINS-2? Thanks in advance for > any clarifications. See build_common_builtin_modes: dcode = ((enum built_in_function)

enum built_in_function and divdc3

2011-02-06 Thread Jack Howarth
Richard, The ___divdc3 symbol on Snow Leopard in libSystem is less accurate than that in FSF libgcc (PR42333). We plan to use DECLARE_LIBRARY_RENAMES to provide an alternative symbol ___ieee_divdc3 to access the FSF libgcc ___divdc3 symbol when libSystem.dylib is linked first and !flag_unsafe_m