Index: elf/rtld.c =================================================================== RCS file: /cvs/glibc/libc/elf/rtld.c,v retrieving revision 1.307 diff -c -3 -p -r1.307 rtld.c *** elf/rtld.c 15 Jan 2004 06:34:59 -0000 1.307 --- elf/rtld.c 15 Jan 2004 11:05:01 -0000 *************** _dl_start_final (void *arg, struct dl_st *** 274,283 **** /* Compute the difference. */ HP_TIMING_DIFF (rtld_total_time, start_time, end_time); } - #endif if (__builtin_expect (GL(dl_debug_mask) & DL_DEBUG_STATISTICS, 0)) print_statistics (&rtld_total_time); return start_addr; } --- 274,283 ---- /* Compute the difference. */ HP_TIMING_DIFF (rtld_total_time, start_time, end_time); } if (__builtin_expect (GL(dl_debug_mask) & DL_DEBUG_STATISTICS, 0)) print_statistics (&rtld_total_time); + #endif return start_addr; }