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] Restore bootstrap on x86


On Thu, 8 May 2008, Kai Tietz wrote:

> Thanks for cleaning up. On my test system bool defaults to int, so I 
> didn't noticed that.

system.h should unconditionally define it to unsigned char.

> The functions need return type bool, too.
>   extern int ix86_sol10_return_in_memory (const_tree,const_tree);
>  extern int ix86_i386elf_return_in_memory (const_tree,const_tree);
>  extern int ix86_i386interix_return_in_memory (const_tree,const_tree);

I'll adjust these as well.

Richard.


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