[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
unexec development
From: |
Camm Maguire |
Subject: |
unexec development |
Date: |
07 Oct 2004 11:28:07 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Greetings! Currently, GCL and programs built on top of it
(maxima,acl2,axiom), use emacs' unexec by default to save intermediary
and final system images. Compiled code is loaded and relocated
dynamically at runtime, stored in an expanding .data section via sbrk,
and finally dumped with unexec.
I would like to extend this functionality if possible to include
compiled code which references symbols in external shared libs opened
again dynamically at runtime via dlopen. Loading and relocating is
straightforward, but somehow I'd need to have unexec write a
new relocation record into the final image for each symbol for use by
ld.so.
Does this sound of interest to emacs too? Does this trigger any ideas
as to a possibly better approach?
Take care,
--
Camm Maguire address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah
- Re: info faces for strings and quotations, (continued)
- Re: info faces for strings and quotations, Richard Stallman, 2004/10/09
- Re: info faces for strings and quotations, Robert J. Chassell, 2004/10/08
- Re: info faces for strings and quotations, Juri Linkov, 2004/10/07
- w3 mode, Camm Maguire, 2004/10/07
- Re: w3 mode, Stefan Monnier, 2004/10/07
- Re: w3 mode, Camm Maguire, 2004/10/07
- Re: w3 mode, Mark Plaksin, 2004/10/07
- Re: w3 mode, Kevin Rodgers, 2004/10/07
- Re: w3 mode, Richard Stallman, 2004/10/08
- Re: w3 mode, David Kastrup, 2004/10/08
- unexec development,
Camm Maguire <=
- Re: unexec development, Camm Maguire, 2004/10/15
- Re: unexec development, Jan D., 2004/10/15
- Re: [Gcl-devel] Re: unexec development, Camm Maguire, 2004/10/15
- Re: unexec development, Richard Stallman, 2004/10/16
- Re: info faces for strings and quotations, Oliver Scholz, 2004/10/06
- Re: info faces for strings and quotations, Juri Linkov, 2004/10/07
- RE: info faces for strings and quotations, Drew Adams, 2004/10/07
Re: info faces for strings and quotations, LENNART BORGMAN, 2004/10/05