[BACK]Return to gprof.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Diff for /src/usr.bin/gprof/gprof.c between version 1.24 and 1.25

version 1.24, 2016/03/09 16:28:50 version 1.25, 2016/09/01 09:49:44
Line 65 
Line 65 
             cyclethreshold = atoi( *++argv );              cyclethreshold = atoi( *++argv );
             break;              break;
         case 'c':          case 'c':
 #if defined(__i386__) || defined(__sparc__) || defined(__sparc64__)  #if defined(__i386__) || defined(__sparc64__)
             cflag = TRUE;              cflag = TRUE;
 #else  #else
             fprintf(stderr, "%s: -c isn't supported on this architecture yet\n", __progname);              fprintf(stderr, "%s: -c isn't supported on this architecture yet\n", __progname);

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25