From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10108041818.AA12679@clio.rice.edu> Subject: Re: Updated crt0.S and crt0.h (Win2K fix) To: eliz AT is DOT elta DOT co DOT il Date: Sat, 4 Aug 2001 13:18:40 -0500 (CDT) Cc: djgpp-workers AT delorie DOT com In-Reply-To: <2593-Sat04Aug2001110254+0300-eliz@is.elta.co.il> from "Eli Zaretskii" at Aug 04, 2001 11:02:56 AM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Perhaps we could have Hans-Bernhard's changes to record the size of > the memory chunk with each handle as well. (This is required for the > core-dump support). I just did a search for this and found a patch sent to the list from April of this year. I can add something similar, but I may want to change it. I don't think changing the format of the memory handle list is a good idea (binary compatibility, old modules, etc). I would probably suggest adding a new array with the lengths. I'll look at it.