Skip to content

windows: fix symbol table file names generated by c compilers and assemblers #1143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alexbrainman opened this issue Sep 27, 2010 · 1 comment

Comments

@alexbrainman
Copy link
Member

All c compilers and assemblers (8/6/5) should be able to record proper file names in
symbol table on windows. Current implementation does not emit drive letter, nor does it
handle files on drive other then current. Also, it should be able to record absolute
network path as in \\server\share\dir\file.

See http://code.google.com/p/go/source/detail?r=999a0b4b090e for go compiler
implementation.
@gopherbot
Copy link
Contributor

Comment 2 by hectorchu:

Fixed by http://code.google.com/p/go/source/detail?r=fcaa0a920142.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants