dpatel      02/09/03 14:00:37

  Modified:    gcc      c-common.c
  Log:
  Bug #: 3025251 Comiler strips out altivec code with PFE.
  Reviewed by: Zem Laski
  
  Revision  Changes    Path
  1.77      +2 -0      gcc3/gcc/c-common.c
  
  Index: c-common.c
  ===================================================================
  RCS file: /cvs/Darwin/gcc3/gcc/c-common.c,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- c-common.c        2002/09/02 03:45:48     1.76
  +++ c-common.c        2002/09/03 21:00:36     1.77
  @@ -6829,6 +6829,8 @@
     if (flag_constant_cfstrings)
       create_cfstring_template ();
     /* APPLE LOCAL end constant cfstrings */
  +
  +   (*targetm.init_builtins) ();
   }
   /* APPLE LOCAL end PFE */
   
  
  
  


Reply via email to