public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* What does the GL mean in GL(dl_global_scope_alloc)?
@ 2005-01-04 19:40 Haizhi Xu
  2005-01-04 20:00 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Haizhi Xu @ 2005-01-04 19:40 UTC (permalink / raw)
  To: gcc-help

Hi, all:
I found quite a few GL(...) in the dynamic loader source code and I did not 
find the definination of the GL. Is it a macro? Where is it defined?
Thank you very much.
Haizhi


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

* Re: What does the GL mean in GL(dl_global_scope_alloc)?
  2005-01-04 19:40 What does the GL mean in GL(dl_global_scope_alloc)? Haizhi Xu
@ 2005-01-04 20:00 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2005-01-04 20:00 UTC (permalink / raw)
  To: Haizhi Xu; +Cc: gcc-help

"Haizhi Xu" <xuhaizhi@hotmail.com> writes:

> I found quite a few GL(...) in the dynamic loader source code and I
> did not find the definination of the GL. Is it a macro? Where is it
> defined?

The dynamic loader is part of glibc, not gcc.  You should ask on a
glibc mailing list.  For more information, see
    http://sourceware.org/glibc/

A little work with grep will show you that GL is defined in
    sysdeps/generic/ldsodefs.h
and does some sort of namespace control or something.

Ian

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

end of thread, other threads:[~2005-01-04 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-04 19:40 What does the GL mean in GL(dl_global_scope_alloc)? Haizhi Xu
2005-01-04 20:00 ` Ian Lance Taylor

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).