FAT GMP 5 binaries
Kevin Ryde
user42@zip.com.au
Fri, 16 May 2003 08:46:32 +1000
nisse@lysator.liu.se (Niels M=F6ller) writes:
>
> Perhaps one could, in the dynamic library case, even reuse the jump
> tables that are setup by ld.so. (I have to reread linkers & loaders to
> figure out if that's realistic). But then it gets a lot hairier again.
Too hairy I think. I guess you'd be looking for the default in the
PLT/GOT entry to go to some gmp code rather than the normal lazy
binding. I'm not even sure that's possible.