This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, i386] Remove EBX usage from asm code


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  <ubizjak@gmail.com>
> 
>     * 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]