[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ld: BFD 2.15.92.0.2 20040927 internal error, aborting at ../../bfd/e
From: |
Daniel Jacobowitz |
Subject: |
Re: ld: BFD 2.15.92.0.2 20040927 internal error, aborting at ../../bfd/elf32-i386.c line 2262 in elf_i386_relocate_section |
Date: |
Fri, 15 Jul 2005 15:55:29 -0400 |
User-agent: |
Mutt/1.5.8i |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: ld: BFD 2.15.92.0.2 20040927 internal error, aborting at ../../bfd/elf32-i386.c line 2262 in elf_i386_relocate_section,
Daniel Jacobowitz <=