On 04/26/2015 12:21 AM, Yoshinori Sato wrote:
Updated.
Some cleanup.
Thanks. Committed to the trunk.
jeff
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
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
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
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.
>
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/
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
>
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
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"
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
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
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
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
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
14 matches
Mail list logo