This is the mail archive of the binutils@sourceware.org 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: objcopy --weaken


On Wed, Apr 12, 2006 at 01:05:48AM +0200, Peter S. Mazinger wrote:
> Hello!
> 
> The objcopy --weaken command suggests that it is able to change all 
> (global) symbols to weak. Running it against an object file it does it, 
> but running it against a shared lib does not change anything.

What do you expect it to do?

In modern shared library lookup, dynamic exported symbols are the same
whether they are strong or weak.

-- 
Daniel Jacobowitz
CodeSourcery


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