On Fri, Jan 23, 2015 at 12:56:02PM +0100, Uros Bizjak wrote:
> I'm testing the attached patch that moves the definition to libgcc
> *and* wraps it in __i386__ to fix multilibs. Rainer, can you please
> implement the fix for the Solaris/x86, presumably in the same way?
>
> libgcc/ChangeLog:
>
> 2015-23-01 Uros Bizjak <[email protected]>
>
> * config/i386/gnu-user-lib.h New file.
Missing semicolon.
I'd argue that there is nothing GNU related in it though, _GLOBAL_OFFSET_TABLE_
is a general ELF thing, so perhaps elf-lib.h instead?
Jakub