This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] libgo support for mips{,64}-linux-gnu


Ian,

This is the patch I am using to be able to build libgo in GCC.

See:
http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg02325.html

MIPS/Linux support is not perfect, but this is a start. I'm not sure what the mechanics of applying the patch are, but I think you need to do something with it.

2011-04-25 David Daney <ddaney@caviumnetworks.com)

	* mksysinfo.sh: Add handling for MIPS/Linux.
	* syscalls/syscall_linux_mipsn32.go: New file.
	* syscalls/syscall_linux_mipsn64.go: New file.
	* syscalls/syscall_linux_mipso32.go: New file.
	* go/debug/proc/regs_linux_mipsn32.go: New file.
	* go/debug/proc/regs_linux_mipso32.go: New file.
	* go/debug/proc/regs_linux_mipsn64.go: New file.

Attachment: libgo-mips-linux.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]