From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10212081827.AA12038@clio.rice.edu> Subject: Re: dxeload proposed patches To: djgpp-workers AT delorie DOT com Date: Sun, 8 Dec 2002 12:27:53 -0600 (CST) In-Reply-To: <200212081637.gB8GbVE14534@brother.ludd.luth.se> from "Martin Str|mberg" at Dec 08, 2002 05:37:31 PM 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 > I applied this and recompiled libc and a tiny floating point using > program. The result behaved as expected on my 386 (without > coprocessor). That's good news (I would expect no difference). For everone's information, there has been some other activity in the dynamic loadable area from other developers. Daniel Borca has been working on DXE3 - a modification of DXE2. We are discussing merging these development efforts to get into the cvs/libc tree. This would provide wrappers to support the dlopen() type unix calls (in some cases). My goal is to have a layered approach - DXE at the low level - small, fast, proprietary - called by other wrappers to add compatible interfaces and more sophisticated features.