mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
* sysdeps/mach/hurd/dl-sysdep.c
[HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable. [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
This commit is contained in:
parent
3ed35099c1
commit
b127fa2537
@ -1,3 +1,9 @@
|
||||
2002-08-18 Roland McGrath <roland@frob.com>
|
||||
|
||||
* sysdeps/mach/hurd/dl-sysdep.c
|
||||
[HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
|
||||
[HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
|
||||
|
||||
2002-08-16 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
|
||||
|
@ -54,6 +54,10 @@ int __libc_multiple_libcs = 0; /* Defining this here avoids the inclusion
|
||||
/* This variable containts the lowest stack address ever used. */
|
||||
void *__libc_stack_end;
|
||||
|
||||
#if HP_TIMING_AVAIL
|
||||
hp_timing_t _dl_cpuclock_offset;
|
||||
#endif
|
||||
|
||||
|
||||
struct hurd_startup_data *_dl_hurd_data;
|
||||
|
||||
@ -249,6 +253,10 @@ unfmh(); /* XXX */
|
||||
/* Initialize frequently used global variable. */
|
||||
GL(dl_pagesize) = __getpagesize ();
|
||||
|
||||
#if HP_TIMING_AVAIL
|
||||
HP_TIMING_NOW (_dl_cpuclock_offset);
|
||||
#endif
|
||||
|
||||
fmh(); /* XXX */
|
||||
|
||||
/* See hurd/hurdstartup.c; this deals with getting information
|
||||
|
Loading…
Reference in New Issue
Block a user