[patch] alpha GL() tweak

Richard Henderson rth@twiddle.net
Fri Feb 8 17:20:00 GMT 2002


I guess you cleaned up things yourself, since this was the
only remaining error.


r~

	* sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
	_dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.

Index: sysdeps/generic/ldsodefs.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/generic/ldsodefs.h,v
retrieving revision 1.47
diff -c -p -d -r1.47 ldsodefs.h
*** ldsodefs.h	2002/02/07 08:42:57	1.47
--- ldsodefs.h	2002/02/09 01:10:19
*************** struct rtld_global
*** 280,286 ****
    /* The object to be initialized first.  */
    EXTERN struct link_map *_dl_initfirst;
  
! #if HP_TIMING_AVAIL
    /* Start time on CPU clock.  */
    EXTERN hp_timing_t _dl_cpuclock_offset;
  
--- 280,286 ----
    /* The object to be initialized first.  */
    EXTERN struct link_map *_dl_initfirst;
  
! #if HP_TIMING_AVAIL || HP_SMALL_TIMING_AVAIL
    /* Start time on CPU clock.  */
    EXTERN hp_timing_t _dl_cpuclock_offset;
  



More information about the Libc-hacker mailing list