[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GCC -pie patch (kinda) ....



> > elf-init.c:(.text+0x6e): undefined reference to `__fini_array_end'
> > elf-init.c:(.text+0x76): undefined reference to `__fini_array_start'
> > elf-init.c:(.text+0x8a): undefined reference to `__fini_array_start'
> > collect2: ld returned 1 exit status
>
> These errors generally (on whatever ELF platform you encounter them)
> indicate a linker script problem, since these symbols are meant to be
> defined by a linker script.  In this case, a missing linker script, patch:
> <http://sourceware.org/ml/binutils/2008-03/msg00006.html>.

Thanks for tracking this down!

Should not distract us from TLS, though. The plan was to backport TLS
support from the coldfire port, right? Is there anything to look at, yet?

	Michael



Reply to: