Hello brainman, rsc (cc: golang-dev@googlegroups.com, vcc), I'd like you to review this change.
Thanks Alex, I can use gdb x64 debug now. 2011/5/18 <vcc.163@gmail.com>: > Reviewers: brainman, rsc, > > Message: > Hello brainman, rsc (cc: golang-dev@googlegroups.com, vcc), > > I'd like you to review this change. > > > Description: > 6l: fix emit windows dwarf sections > > Please review this at http://codereview.appspot.com/4532069/ > > Affected files: > M src/cmd/6l/asm.c > > > Index: src/cmd/6l/asm.c > =================================================================== > --- a/src/cmd/6l/asm.c > +++ b/src/cmd/6l/asm.c > @@ -829,6 +829,7 @@ > } > break; > case Hwindows: > + seek(cout, symo, 0); > if(debug['v']) > Bprint(&bso, "%5.2f dwarf\n", cputime()); > > > >
LGTM. My mistake.
LGTM
*** Submitted as http://code.google.com/p/go/source/detail?r=b8e5a9a19c72 *** 6l: fix emit windows dwarf sections R=alex.brainman, rsc CC=golang-dev, vcc.163 http://codereview.appspot.com/4532069 Committer: Russ Cox <rsc@golang.org>