hasting2 02/12/06 15:39:59 Modified: live/gcc3/gcc Tag: dizzy-kitty-branch unwind-dw2.c Log: Remove the "possible CR corruption" console log diagnostic on the dizzy-kitty branch (gcc3-1206). Bug #: 2996832 (see comments dated 01aug2002) Submitted by: stuart Revision Changes Path No revision No revision 1.16.2.1 +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.16 retrieving revision 1.16.2.1 diff -u -r1.16 -r1.16.2.1 --- unwind-dw2.c 2002/07/27 17:16:26 1.16 +++ unwind-dw2.c 2002/12/06 23:39:58 1.16.2.1 @@ -872,13 +872,6 @@ fs->regs.reg[reg].loc.offset = offset; Dprintf("execute_cfa_program reg %d REG_SAVED_OFFSET offset %d\n", reg, offset); - /* APPLE LOCAL begin log throws that trash CR */ - if (reg == 70 /* CR2_REGNO */ && __log_cr_trashing == 1) - { - syslog( LOG_LOCAL7 | LOG_ERR, "C++ exception thrown; possible CR corruption\n") ; - __log_cr_trashing = 42 ; /* once per throw */ - } - /* APPLE LOCAL end log throws that trash CR */ break; case DW_CFA_def_cfa_sf: