bug-binutils
[Top][All Lists]
Advanced

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

Re: Unable to use objcopy on AIX


From: Alan Modra
Subject: Re: Unable to use objcopy on AIX
Date: Fri, 26 Nov 2010 17:19:08 +1030
User-agent: Mutt/1.5.20 (2009-06-14)

On Thu, Nov 18, 2010 at 11:20:02PM -0800, sureshsoft wrote:
> "Once you use this command, symbolic debugging of the file is difficult;
> therefore, you should normally use the strip command only on production
> modules that you have debugged and tested." By this what i understood is
> strip doesn't allow the stripped symbols cannot be stored in another file.

This is talking about removing a symbol table from an object file.

> same man page also says below stuff.
> "You can restore a stripped symbol table to an archive or library file by
> using the ar -s command." 

This is an entirely different symbol table.  An archive containing
object files has a table that tells the linker which object file
contains a definition for each global symbol.

-- 
Alan Modra
Australia Development Lab, IBM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]