[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New dumping problem...
From: |
Richard Stallman |
Subject: |
Re: New dumping problem... |
Date: |
Thu, 31 Mar 2005 23:11:41 -0500 |
It should be possible to make two data
sections, one for the original data and one for the original bss, that
are mapped to two different addresses when dumping. But then sections
in the dumped image needs to be expanded and that is tricky as all
sections after needs to be moved as well.
It does look tricky, but in principle it shouldn't be hard. So I
conclude that this really is a bug in Emacs, and the right place to
fix it is in Emacs.
I think we have to fix this before the coming release. Can someone
please volunteer to do it?