Mail Archives: djgpp-workers/1999/07/15/14:27:35
This patch corrects dxe_load to _dxe_load.
*** src/dxe/dxegen.doc.orig Fri Apr 21 17:18:02 1995
--- src/dxe/dxegen.doc Thu Jul 15 14:23:42 1999
*************** ld to resolve references to build your c
*** 19,25 ****
The loader only adds around 300 bytes to your image, and the
prototype
is found in <sys/dxe.h>:
! void *dxe_load(char *filename);
It takes a single argument which is the file on disk containing the
dynamic
execution code. It returns a pointer to the symbol you specified at DXE
--- 19,25 ----
The loader only adds around 300 bytes to your image, and the
prototype
is found in <sys/dxe.h>:
! void *_dxe_load(char *filename);
It takes a single argument which is the file on disk containing the
dynamic
execution code. It returns a pointer to the symbol you specified at DXE
---
Mark Elbrecht, snowball3 AT bigfoot DOT com
http://snowball.frogspace.net/
- Raw text -