Skip to content
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

cmd/link: missing docs #10179

Closed
minux opened this issue Mar 16, 2015 · 3 comments
Closed

cmd/link: missing docs #10179

minux opened this issue Mar 16, 2015 · 3 comments
Milestone

Comments

@minux
Copy link
Member

minux commented Mar 16, 2015

In Go 1.4, we have https://golang.org/cmd/ld, which is the overall docs for the linkers,
after the c2go transition, we no longer have that page.
And https://tip.golang.org/cmd/internal/ld/ shows the package document, not the
command document. And https://tip.golang.org/cmd/6l doesn't show anything.

We should decide whether we want to release the old linkers, or just replace them with
cmd/link. And restore the docs if we still release the old linkers.

(I think we should release the old linkers, just in case there are some unknown problems
with the new linker.)

@rsc, what's your plan for the new linker?

@minux minux added this to the Go1.5 milestone Mar 16, 2015
@slimsag
Copy link

slimsag commented Mar 16, 2015

If the old linker is released, would bugs like #4069 (if fixed) appear in
1.5? Sorry if I've misunderstood something.
On Mar 16, 2015 1:08 PM, "Minux Ma" notifications@github.com wrote:

In Go 1.4, we have https://golang.org/cmd/ld, which is the overall docs
for the linkers,
after the c2go transition, we no longer have that page.
And https://tip.golang.org/cmd/internal/ld/ shows the package document,
not the
command document.

We should decide whether we want to release the old linkers, or just
replace them with
cmd/link. And restore the docs if we still release the old linkers.

(I think we should release the old linkers, just in case there are some
unknown problems
with the new linker.)

@rsc https://github.com/rsc, what's your plan for the new linker?


Reply to this email directly or view it on GitHub
#10179.

@minux
Copy link
Member Author

minux commented Mar 16, 2015 via email

@rsc rsc removed the repo-main label Apr 14, 2015
@rsc rsc changed the title cmd/ld: missing docs cmd/link: missing docs Jun 8, 2015
@rsc
Copy link
Contributor

rsc commented Jun 29, 2015

https://tip.golang.org/cmd/link/ works.

@rsc rsc closed this as completed Jun 29, 2015
@golang golang locked and limited conversation to collaborators Jun 28, 2016
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

4 participants