public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [patch] alpha GL() tweak
@ 2002-02-08 17:20 Richard Henderson
  2002-02-08 17:55 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Henderson @ 2002-02-08 17:20 UTC (permalink / raw)
  To: drepper, libc-hacker

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;
  

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] alpha GL() tweak
  2002-02-08 17:20 [patch] alpha GL() tweak Richard Henderson
@ 2002-02-08 17:55 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2002-02-08 17:55 UTC (permalink / raw)
  To: Richard Henderson; +Cc: libc-hacker

Richard Henderson <rth@twiddle.net> writes:

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

I've applied this patch.  Thanks,

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-02-09  1:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-08 17:20 [patch] alpha GL() tweak Richard Henderson
2002-02-08 17:55 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).