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
drow@false.org
Fri Jul 15 19:55:00 GMT 2005
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
More information about the Binutils
mailing list