This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] alpha GL() tweak


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;
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]