zlaski      03/01/19 21:47:04

  Modified:    live/gcc3/gcc Tag: fearless-kitty-branch unwind-dw2.c
                        unwind.inc
  Log:
  Slay the CR Dragon one more time (it keeps growing heads)...
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.15.4.2  +0 -7      src/live/gcc3/gcc/unwind-dw2.c
  
  Index: unwind-dw2.c
  ===================================================================
  RCS file: /cvs/Darwin/src/live/gcc3/gcc/unwind-dw2.c,v
  retrieving revision 1.15.4.1
  retrieving revision 1.15.4.2
  diff -u -r1.15.4.1 -r1.15.4.2
  --- unwind-dw2.c      2002/12/11 20:47:43     1.15.4.1
  +++ unwind-dw2.c      2003/01/20 05:47:03     1.15.4.2
  @@ -28,13 +28,6 @@
   #include "gthr.h"
   /* APPLE LOCAL FSF candidate */
   #include <string.h>
  -/* APPLE LOCAL begin log throws that trash CR */
  -#include <syslog.h>
  -#include <stdarg.h>
  -int __log_cr_trashing = 0 ;
  -#define APPLE_LOCAL_LOG_CR_TRASHING(x) do { __log_cr_trashing = x ; } while (0)
  -/* APPLE LOCAL end log throws that trash CR */
  -
   
   #define Dprintf if (0) printf
   
  
  
  
  1.8.4.2   +0 -2      src/live/gcc3/gcc/unwind.inc
  
  Index: unwind.inc
  ===================================================================
  RCS file: /cvs/Darwin/src/live/gcc3/gcc/unwind.inc,v
  retrieving revision 1.8.4.1
  retrieving revision 1.8.4.2
  diff -u -r1.8.4.1 -r1.8.4.2
  --- unwind.inc        2002/12/11 20:47:43     1.8.4.1
  +++ unwind.inc        2003/01/20 05:47:03     1.8.4.2
  @@ -35,7 +35,6 @@
   {
     _Unwind_Reason_Code code;
   
  -  APPLE_LOCAL_LOG_CR_TRASHING(1);
     Dprintf("in _Unwind_RaiseException_Phase2\n");
     while (1)
       {
  @@ -76,7 +75,6 @@
         uw_update_context (context, &fs);
       }
   
  -  APPLE_LOCAL_LOG_CR_TRASHING(0);
     return code;
   }
   
  
  
  


Reply via email to