From: Bill Nottingham <notting@redhat.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] Re: [Xpert] XFree 4.0.1 module loading
Date: Thu, 10 Aug 2000 17:59:31 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590678205313@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590678205303@msgid-missing>
Stuart Anderson (anderson@metrolink.com) said:
> > I guess my question now is: Should the dlopen() loader be able to
> > resolve inter-module dependencies? If not, what is left to be done with
> > the elf loader make it functional on IA64?
>
> Support for the ELF64 relocation types. Just like a block of code was added
> for Alpha support, the same type of thing will have to be added for IA64.
Exactly; the patch we have does that, it just doesn't quite work yet.
They way the loader is (please, correct me if I'm wrong) is that
it can load modules in various ways: there's an a.out module
loader, a dlopen() based loader, and an 'elfloader' that does
all the elf relocations/symbol resolution itself.
We compile the modules for use with the dlopen() based loader here
because that works for us, and we haven't worried about the
inter-module dependencies that Michael is having yet.
The elfloader patch we have is in a state where it compiles,
does the relocations, etc., but it doesn't quite work
(at least in testing here; other people may want to check if
it works for them.) Since we were happy with how the dlopen()
based stuff worked for us, we haven't worked on fixing the
elfloader recently.
If the X people want me to post what we have, I can do that;
it's obviously hard to debug the module loader without the
actual hardware. :) Jakub Jelinek (jakub@redhat.com) is
the one who did the actual patch.
Bill
next prev parent reply other threads:[~2000-08-10 17:59 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-08-10 3:26 [Linux-ia64] Re: [Xpert] XFree 4.0.1 module loading Marc Aurele La France
2000-08-10 4:08 ` Bill Nottingham
2000-08-10 5:34 ` Michael Madore
2000-08-10 5:37 ` Michael Madore
2000-08-10 15:38 ` Marc Aurele La France
2000-08-10 15:42 ` Bill Nottingham
2000-08-10 16:54 ` Stuart Anderson
2000-08-10 17:00 ` Michael Madore
2000-08-10 17:59 ` Bill Nottingham [this message]
2000-08-10 18:06 ` Stuart Anderson
2000-08-11 0:16 ` Keith Owens
2000-08-11 15:10 ` David Dawes
2000-08-17 3:29 ` Marc Aurele La France
2000-08-17 6:18 ` Michael Madore
2000-08-17 16:13 ` Stuart Anderson
2000-08-17 21:20 ` Hiram Clawson, 831-427-7519
2000-08-18 2:24 ` Marc Aurele La France
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590678205313@msgid-missing \
--to=notting@redhat.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox