libtool-patches
[Top][All Lists]
Advanced

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

FYI: HPUX shl_load fix for libtool.


From: Gary V . Vaughan
Subject: FYI: HPUX shl_load fix for libtool.
Date: Sun, 8 Apr 2001 11:30:09 +0100

On Friday 06 April 2001  3:40 am, Alexandre Oliva wrote:
> 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.

Okay.  I am committing the attached.

> > 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?

That is entirely possible!

Cheers,
        Gary.
-- 
  ___              _   ___   __              _         mailto: address@hidden
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       address@hidden
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                  gpg public key:
http://www.oranda.demon.co.uk           http://www.oranda.demon.co.uk/key.asc

Attachment: 2001-04-08-gvv-hpux-self-module.patch
Description: Text Data


reply via email to

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