Re: [PATCH] libgo: Add support for sh

2017-12-16 Thread John Paul Adrian Glaubitz
On 12/16/2017 10:24 AM, John Paul Adrian Glaubitz wrote: > I'm not sure whether all the definitions in libgo/configure.ac are > correct for SuperH. I made the assumptions that the values are similar > for ARM 32-bit and SuperH as these architectures are comparable, except > that SH has always 16-bi

Re: [PATCH] libgo: Add support for sh

2017-12-16 Thread John Paul Adrian Glaubitz
On 12/16/2017 10:24 AM, John Paul Adrian Glaubitz wrote: > The attached patch adds the necessary definitions to enable libgo > to build on sh (Hitachi SuperH). Forgot to mention: I can compile Go programs for SH with the patched gcc-7 which work fine on my Renesas SH7785LCR evaluation board runni

[PATCH] libgo: Add support for sh

2017-12-16 Thread John Paul Adrian Glaubitz
Hello! The attached patch adds the necessary definitions to enable libgo to build on sh (Hitachi SuperH). Two remarks: 1. I'm not sure whether all the definitions in libgo/configure.ac are correct for SuperH. I made the assumptions that the values are similar for ARM 32-bit and SuperH as these