]> Cypherpunks repositories - gostls13.git/commit
liblink: rewrite '\\' in paths to '/' on windows
authorShenghou Ma <minux.ma@gmail.com>
Wed, 18 Dec 2013 03:40:13 +0000 (22:40 -0500)
committerShenghou Ma <minux.ma@gmail.com>
Wed, 18 Dec 2013 03:40:13 +0000 (22:40 -0500)
commit8ce584c2aaf3cb3afbb6bf4b8fde340dbe38532a
treee34d33dc298e6809bea9ebe0e6a96a464c92067d
parentae9e4db07cde3862286cf499c71af9a6fe876b77
liblink: rewrite '\\' in paths to '/' on windows
At least three Go tests rely on that (log, runtime/{pprof,debug}).

Fixes #6972.
Fixes #6974.
Fixes #6975.

R=alex.brainman, mattn.jp, rsc
CC=golang-dev
https://golang.org/cl/43150043
src/liblink/objfile.c