On Friday, June 04, 1999 5:28 AM, Alan Cox [SMTP:[EMAIL PROTECTED]] wrote:
: > A reloc table in the binary (like DOS EXE files) could work for code at
: > least (as long as the binaries are immutable while a process is using
: > them, and the programs are careful about self-modifying code).
:
: No it doesnt
:
: extern int foo1();
:
: int foo2()
: {
: x=foo1;
: x();
: }
:
: You need 32bit pointers and until you are in 286 mode you also need to do
: basically impossible fixups
:
Good point, again. Per my last email, the compiler doesn't have to support far
proc ptrs though.
:
:
:
:
- TCP/IP, KA9Q, etc. (was Re: Capabilities) Matt Gumbley
- Re: TCP/IP, KA9Q, etc. (was Re: Capabili... Alan Cox
- Re: TCP/IP, KA9Q, etc. (was Re: Capa... Matt Gumbley
- RE: Capabilities Simon Wood
- SV: Capabilities Thor Harald Johansen
- Re: SV: Capabilities Radek Hnilica
- SV: SV: Capabilities Thor Harald Johansen
- RE: SV: Capabilities Darran D. Rimron
- RE: SV: Capabilities Dan Olson
- Re: SV: Capabilities Matt Gumbley
- Re: Capabilities Greg Haerr
- Re: Capabilities Alan Cox
- RE: Capabilities Greg Haerr
- Re: Capabilities Alan Cox
- Re: Capabilities Alistair Riddoch
- Re: Capabilities Ross Vandegrift
- RE: Capabilities Chris Hansen
- Re: Capabilities Bernd Petrovitsch
- RE: Capabilities ekuiperba
- RE: SV: Capabilities Greg Haerr
- RE: Capabilities Anonymous
