]> Cypherpunks repositories - gostls13.git/commit
Added mingw specific build stubs.
authorJoe Poirier <jdpoirier@gmail.com>
Thu, 4 Feb 2010 21:09:09 +0000 (13:09 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 4 Feb 2010 21:09:09 +0000 (13:09 -0800)
commit987e1198dbc4981a72e2815beb87e8d76fff718a
tree7915a0cf4bfd5241d32721ba5fc7fc3c69421ff2
parent1e66428d59919b4e2f58e47d989ef10d1781b3aa
Added mingw specific build stubs.

R=rsc
CC=golang-dev
https://golang.org/cl/198071
src/pkg/debug/proc/proc_mingw.go [new file with mode: 0644]
src/pkg/debug/proc/regs_mingw_386.go [new file with mode: 0644]
src/pkg/debug/proc/regs_mingw_amd64.go [new file with mode: 0644]