libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HPUX shl_load fix for libtool.


From: Alexandre Oliva
Subject: Re: HPUX shl_load fix for libtool.
Date: 05 Apr 2001 23:40:31 -0300
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

On Apr  5, 2001, "Gary V. Vaughan" <address@hidden> wrote:

> However, from Ahmed's description of the semantics of shl_findsym,
> it seems to me that before opening any modules on HPUX we ought to
> be caching the self module address something like this:

>  static shl_t self = (shl_t) 0;  lt_ptr address;
>  if (!self) shl_findsym (&self, "main", TYPE_UNDEFINED, &address);

Yeah.  This is probably a reasonable thing to do.

> On the other hand, I don't recall any of this wackiness from the
> days when I developed on HPUX-11, so I was hoping someone would give
> a vote of confidence (or not) before I committed... any takers?

Perhaps just because you never relied on this behavior, so you never
noticed it?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

[Prev in Thread] Current Thread [Next in Thread]