This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: ld: BFD 2.15.92.0.2 20040927 internal error, aborting at ../../bfd/elf32-i386.c line 2262 in elf_i386_relocate_section
I don't see any reference to "hidden" in the 'ld' man page.
Where can I find informtion on this?
At 03:55 PM 7/15/2005 -0400, Daniel Jacobowitz wrote:
>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.
>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?