Re: [PATCH] Add new target h8300-*-linux

2015-04-27 Thread Jeff Law
On 04/26/2015 12:21 AM, Yoshinori Sato wrote: Updated. Some cleanup. Thanks. Committed to the trunk. jeff

Re: [PATCH] Add new target h8300-*-linux

2015-04-25 Thread Yoshinori Sato
Updated. Some cleanup. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a73cef67..b7dac9b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +2015-04-26 Yoshinori Sato + + * config.gcc: Add h8300-*-linux. + * config/h8300/linux.h: Likewise. + * config/h8300/t-linux

Re: [PATCH] Add new target h8300-*-linux

2015-04-20 Thread Yoshinori Sato
At Mon, 20 Apr 2015 09:26:21 -0600, Jeff Law wrote: > > On 04/19/2015 10:51 PM, Yoshinori Sato wrote: > >>> + if (TARGET_H8300H && (TARGET_H8300S || TARGET_H8300SX)) > >>> +{ > >>> + target_flags ^= MASK_H8300H; > >>> +} > >> I'm a bit concerned by this. Why did you need to make thi

Re: [PATCH] Add new target h8300-*-linux

2015-04-20 Thread Jeff Law
On 04/19/2015 10:51 PM, Yoshinori Sato wrote: + if (TARGET_H8300H && (TARGET_H8300S || TARGET_H8300SX)) +{ + target_flags ^= MASK_H8300H; +} I'm a bit concerned by this. Why did you need to make this change? The flag is exclusion, but it's set both. Hmmm, IIRC the port has many

Re: [PATCH] Add new target h8300-*-linux

2015-04-19 Thread Yoshinori Sato
At Fri, 17 Apr 2015 10:53:51 -0600, Jeff Law wrote: > > On 03/05/2015 09:50 AM, Yoshinori Sato wrote: > > Add h8300-*-linux target for h8300 linux kernel and userland. > > > > h8300-*-elf is some difference of standard elf. > > h8300-*-linux is compatible of standard elf rules. > > > > Thanks. >

Re: [PATCH] Add new target h8300-*-linux

2015-04-17 Thread Jeff Law
On 03/05/2015 09:50 AM, Yoshinori Sato wrote: Add h8300-*-linux target for h8300 linux kernel and userland. h8300-*-elf is some difference of standard elf. h8300-*-linux is compatible of standard elf rules. Thanks. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cfacea1..fc5101c 100644 --- a/

Re: [PATCH] Add new target h8300-*-linux

2015-04-04 Thread Yoshinori Sato
Ping At Fri, 06 Mar 2015 01:50:34 +0900, Yoshinori Sato wrote: > > Add h8300-*-linux target for h8300 linux kernel and userland. > > h8300-*-elf is some difference of standard elf. > h8300-*-linux is compatible of standard elf rules. > > Thanks. > > diff --git a/gcc/ChangeLog b/gcc/ChangeLog >

Re: [PATCH] Add new target h8300-*-linux

2015-02-02 Thread Yoshinori Sato
At Sun, 1 Feb 2015 00:39:08 +, Joseph Myers wrote: > > On Sat, 31 Jan 2015, Yoshinori Sato wrote: > > > + * config/h8300/linux.h: New file. > > + * config/h8300/t-linux: New file. > > These files don't appear to be included in the patch. I'll resend it. > > +h8300-*-linux*) > > + tma

Re: [PATCH] Add new target h8300-*-linux

2015-01-31 Thread Joseph Myers
On Sat, 31 Jan 2015, Yoshinori Sato wrote: > + * config/h8300/linux.h: New file. > + * config/h8300/t-linux: New file. These files don't appear to be included in the patch. > +h8300-*-linux*) > + tmake_file="t-linux h8300/t-linux t-fpbit" > + tm_file="$tm_file h8300/h8300-lib.h"

Re: [PATCH] Add new target h8300-*-linux

2015-01-31 Thread Yoshinori Sato
Updated. copyright assignment process in progress. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0e1e8bb..5fd857c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2015-01-31 Yoshinori Sato + + * config.gcc: Add target h8300-linux. + * config/h8300/linux.h: New fi

Re: [PATCH] Add new target h8300-*-linux

2015-01-22 Thread Yoshinori Sato
At Thu, 22 Jan 2015 23:17:12 +, 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 togethe

Re: [PATCH] Add new target h8300-*-linux

2015-01-22 Thread Yoshinori Sato
At Thu, 22 Jan 2015 09:52:09 -0700, Jeff Law wrote: > > On 01/22/15 01:38, Yoshinori Sato wrote: > > Add h8300-*-linux target for h8300 linux kernel and userland. > > > > h8300-*-elf is some difference of standard elf. > > h8300-*-linux is compatible of standard elf rules. > It seems to me that y

Re: [PATCH] Add new target h8300-*-linux

2015-01-22 Thread Joseph Myers
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. > +#define __h8300_linux__ T

Re: [PATCH] Add new target h8300-*-linux

2015-01-22 Thread Jeff Law
On 01/22/15 01:38, Yoshinori Sato wrote: Add h8300-*-linux target for h8300 linux kernel and userland. h8300-*-elf is some difference of standard elf. h8300-*-linux is compatible of standard elf rules. It seems to me that you should have linux.h just define things that are specific to the linux