At Thu, 22 Jan 2015 23:17:12 +0000,
Joseph Myers wrote:
> 
> On Thu, 22 Jan 2015, Yoshinori Sato wrote:
> 
> > +h8300-*-linux*)
> > +   tmake_file="${tmake_file} h8300/t-h8300 h8300/t-linux"
> > +   tm_file="h8300/linux.h dbxelf.h elfos.h linux.h"
> 
> Toplevel linux.h should always be used together with gnu-user.h and 
> glibc-stdint.h.

OK.
Fixed it.

> > +#define __h8300_linux__
> 
> This macro is in the implementation namespace, so should not be defined on 
> the host.  Macros for communication between one part of the host code and 
> another should be in the user namespace, e.g. H8300_LINUX.
>

OK.
Thanks.

> -- 
> Joseph S. Myers
> jos...@codesourcery.com

Reply via email to