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: merge dynlib handling for PE/Macho/ELF #10841

Open
mwhudson opened this issue May 13, 2015 · 0 comments
Open

cmd/link: merge dynlib handling for PE/Macho/ELF #10841

mwhudson opened this issue May 13, 2015 · 0 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime.
Milestone

Comments

@mwhudson
Copy link
Contributor

The code that ensures that the binaries we create are linked against the right shared libraries is scattered all of the place and handled in inconsistent ways for all the binary formats. Clean this up.

(For Go 1.6, if that wasn't obvious)

@minux minux added this to the Go1.6 milestone May 14, 2015
@ianlancetaylor ianlancetaylor changed the title cmd/internal/ld: merge dynlib handling for PE/Macho/ELF cmd/link: merge dynlib handling for PE/Macho/ELF Sep 3, 2015
@rsc rsc modified the milestones: Unplanned, Go1.6 Nov 5, 2015
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime.
Projects
None yet
Development

No branches or pull requests

4 participants