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: ld: BFD 2.15.92.0.2 20040927 internal error, aborting at ../../bfd/elf32-i386.c line 2262 in elf_i386_relocate_section


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


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