This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: using objcopy --redefine-sym


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]