objcopy --weaken

Daniel Jacobowitz drow@false.org
Tue Apr 11 23:12:00 GMT 2006


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



More information about the Binutils mailing list