On Fri, Jul 15, 2005 at 03:39:50PM -0400, David Lawless wrote:
> Is this the correct approach?  Or am I missing some important
> detail, such as not making certain symbols LOCAL?  Or am I
> on entirely the wrong path for obtain my objective?
Local symbols are not accessible from outside of the file in which they
are defined, so converting all the symbols to local is definitely not
what you want.  Maybe converting them to hidden.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to