Re: Re: relinking a program with shared library

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>No.  It is not possible to run a .so file into a .a file.  The .so
>file no longer has any record of the various places which call into
>the PLT and GOT.  It might be possible to do an approximation by
>somehow introducing an initialization routine which set up the PLT and
>GOT as required.  I don't know of any tool which does that.
>
>It is not possible to turn a linked executable back into .o files.
>The relocation information has been irretrievably lost.

Hi Ian,
Many thanks for yours and Tim's explanation.
I will have to somehow live without this feature;-)

Once again thanks,


-- 
Marcin



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux