[Bug go/67180] Gccgo does not support MIPS

2020-01-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67180

Andrew Pinski  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Andrew Pinski  ---
Fixed for a while now.  I have been compiling gccgo since GCC 7.x.

[Bug go/67180] Gccgo does not support MIPS

2016-04-15 Thread luo_12yan at 163 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67180

czlz  changed:

   What|Removed |Added

 CC||luo_12yan at 163 dot com

--- Comment #5 from czlz  ---
(In reply to tsuibin from comment #1)
> I added MIPS support to gccgo.
> But I don't know how to submit a patch to gccgo
> 
> My code is here :
> https://github.com/tsuibin/libgo_mips_elf_support/blob/master/
> libgo_mips_elf_support.patch
> 
> and here:
> https://github.com/tsuibin/libffi_mips_go_closure/blob/master/
> libffi_mips_go_closure.patch

You rule!


I've compiled MIPS processor GCCGO not passed.

But, do you have a new version of the patch it?

[Bug go/67180] Gccgo does not support MIPS

2016-02-10 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67180

Ian Lance Taylor  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2016-02-10
 Ever confirmed|0   |1

[Bug go/67180] Gccgo does not support MIPS

2015-08-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67180

Manuel López-Ibáñez manu at gcc dot gnu.org changed:

   What|Removed |Added

 CC||manu at gcc dot gnu.org

--- Comment #2 from Manuel López-Ibáñez manu at gcc dot gnu.org ---
(In reply to tsuibin from comment #1)
 I added MIPS support to gccgo.
 But I don't know how to submit a patch to gccgo

I guess in the same way as for any other part of GCC.

https://gcc.gnu.org/wiki/GettingStarted#Basics:_Contributing_to_GCC_in_10_easy_steps

[Bug go/67180] Gccgo does not support MIPS

2015-08-11 Thread 63877278 at qq dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67180

--- Comment #1 from tsuibin 63877278 at qq dot com ---
I added MIPS support to gccgo.
But I don't know how to submit a patch to gccgo

My code is here :
https://github.com/tsuibin/libgo_mips_elf_support/blob/master/libgo_mips_elf_support.patch

and here:
https://github.com/tsuibin/libffi_mips_go_closure/blob/master/libffi_mips_go_closure.patch


[Bug go/67180] Gccgo does not support MIPS

2015-08-11 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67180

--- Comment #3 from Ian Lance Taylor ian at airs dot com ---
Actually, the master sources for gccgo live in a separate repository.  The
contribution instructions are at https://golang.org/doc/gccgo_contribute.html.

Thanks!


[Bug go/67180] Gccgo does not support MIPS

2015-08-11 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67180

--- Comment #4 from Ian Lance Taylor ian at airs dot com ---
I should add that the files you are changing, in the debug/elf package, are
themselves a copy of the files in the master Go repository.  It would be very
helpful if you could submit a patch for that, following the instructions
described at https://golang.org/doc/contribute.html.