------- Comment #22 from bonzini at gnu dot org  2008-02-22 08:25 -------
You can call it at the end of rs6000_init_builtins, something like

#ifdef SUBTARGET_INIT_BUILTINS
  SUBTARGET_INIT_BUILTINS;
#endif

and in config/rs6000/darwin.h

#define SUBTARGET_INIT_BUILTINS darwin_patch_builtins ()

You don't need #ifdefs in darwin.c, it's just going to be dead code on i386.


-- 


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

Reply via email to