using objcopy --redefine-sym

Alan Modra amodra@bigpond.net.au
Tue Aug 26 01:47:00 GMT 2003


You can't do anything in the linker.  It's too late, since "hello" is
a final linked executable.  You may be able to play some tricks in
the dynamic linker, assuming "hello" is dynamically linked.
Investigate LD_PRELOAD.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Binutils mailing list