cmd/link
object file was built for newer macOS version (11.0) than being linked (10.16)NeedsInvestigationOS-Darwin
#43856 opened 3 days ago by ronakg
Arbitrary linking failures with go1.15NeedsInvestigation
#43820 opened 5 days ago by dwillemv
-buildmode=c-shared not supported on windows/armFeatureRequestNeedsInvestigationOS-Windowsarch-armarch-arm64
#43800 opened 6 days ago by TopperDEL
"external linking is forced by" logging disrupts toolstash-checkNeedsInvestigation
#43601 opened 2 weeks ago by josharian
"x86_64-w64-mingw32/bin/ld.exe: Error: export ordinal too large" after upgrading to Go 1.15 [1.15 backport]CherryPickCandidate
#43592 opened 2 weeks ago by gopherbot
-buildmode=c-shared exports many functions, not just //export functions [1.15 backport]CherryPickCandidate
#43591 opened 2 weeks ago by gopherbot
provide a way to always use external linking if cgo is usedNeedsInvestigation
#43525 opened 2 weeks ago by mwhudson
#43264 opened 1 month ago by Mengkzhaoyun
panic: runtime error: slice bounds out of range [::1751306] with length 1048576 [1.15 backport]CherryPickApproved
#43214 opened 1 month ago by gopherbot
panic: sym already present in installSym on FreeBSD/amd64NeedsInvestigation
#42772 opened 2 months ago by SamWhited
#42459 opened 2 months ago by FiloSottile
Unused interface methods don't get gc'dNeedsDecision
#42421 opened 2 months ago by rojer
PE linker segfaults in addpersrc when cross-compilingCherryPickApproved
#42384 opened 2 months ago by derekparker
#42238 opened 3 months ago by esmailzadeh1
#42005 opened 3 months ago by wheelcomplex
TestFallocate fallocate_test error NeedsInvestigation
#41127 opened 5 months ago by LuvTian
#41004 opened 5 months ago by segevfiner
#40750 opened 5 months ago by mvdan
#40492 opened 6 months ago by jcajka
build, run and test frequently fails to completeNeedsInvestigation
#40445 opened 6 months ago by GKempsell
#39466 opened 7 months ago by shawn-xdji
#39326 opened 8 months ago by Keithcat1
include per-package aggregate static temp symbols?NeedsInvestigation
#39053 opened 8 months ago by bradfitz
support -linkmode=internal with CgoNeedsInvestigation
#38918 opened 8 months ago by eliasnaur
dynamic linking cannot be stepped through using gdbNeedsInvestigation
#38378 opened 9 months ago by WangLeonard
sigbus/segfault on ARM using AzCopyNeedsInvestigation
#38331 opened 9 months ago by gcormier
buildmode=shared with many packages produces "file name too long" errorNeedsInvestigation
#38330 opened 9 months ago by jdizzle
-X does not work on variables with non-constant default valuesNeedsInvestigation
#37369 opened 11 months ago by jayconrod
unexpected fault address (when low on disk space?)NeedsInvestigation
#37310 opened 11 months ago by bradfitz
#36719 opened 1 year ago by mdempsky
#36555 opened 1 year ago by xaionaro
should log searching directoryNeedsInvestigation
#36192 opened 1 year ago by qingyunha
#36118 opened 1 year ago by jayconrod
crash with -E <nonexisting symbol>NeedsDecision
#36103 opened 1 year ago by eliasnaur
DWARF CFI rejected when function does not allocate stack space on ARM64NeedsInvestigation
#35100 opened 1 year ago by gawen
allow asking linker to *not* eliminate a "dead" functionNeedsInvestigation
#35055 opened 1 year ago by hugelgupf
#34373 opened 1 year ago by jeremyfaller
-pluginpath seems to no longer work with go1.13NeedsInvestigation
#34143 opened 1 year ago by e-nikolov
#33863 opened 1 year ago by bcmills
#33776 opened 1 year ago by bcmills
#33599 opened 1 year ago by bcmills
showing many ld warnings of "building for macOS, but linking in object file" NeedsInvestigation
#33214 opened 2 years ago by avence12
#32512 opened 2 years ago by biskit
#32218 opened 2 years ago by josharian
#31819 opened 2 years ago by eliasnaur
arm: net(.text): direct call too far: .plt 873e4eNeedsInvestigation
#30949 opened 2 years ago by anguslees
#30890 opened 2 years ago by pwaller
#30236 opened 2 years ago by timothyham
#29715 opened 2 years ago by kolbycrouch
#29108 opened 2 years ago by PiotrSikora
#29061 opened 2 years ago by YoshikiShibata
shared object constructor functions are not invoked with internal linker and musl libcNeedsInvestigationhelp wanted
#28909 opened 2 years ago by Hollerberg
wrong c-archive architecture using GNU binutils ar on macOS Mojave 10.14.1NeedsInvestigationhelp wanted
#28796 opened 2 years ago by DemonWav
#28556 opened 2 years ago by alandonovan
#28372 opened 2 years ago by therecipe
#28257 opened 2 years ago by iansmith
run test in -linkshared mode failedNeedsInvestigation
#26582 opened 2 years ago by hengwu0
#26470 opened 2 years ago by rsc
#26400 opened 2 years ago by hengwu0
exporting `free` c function from c-shared library hangs executable with that library LD_PRELOADed NeedsInvestigationhelp wanted
#26184 opened 2 years ago by tumdum
#26074 opened 2 years ago by robpike
link failure caused by duplicated LDFLAGS passed to external linkerNeedsInvestigation
#25930 opened 2 years ago by albertjin
bad debug_frame section on macOS with buildmode=pie [Debugging]DebuggingNeedsInvestigationhelp wanted
#25841 opened 2 years ago by aarzilli
enable linker dead code pruning when using reflectNeedsInvestigation
#25081 opened 2 years ago by jim-minter
#25064 opened 2 years ago by dlsniper
#25011 opened 2 years ago by ckeyer
#24512 opened 2 years ago by mdempsky
document default flags passed to extldDocumentation
#24494 opened 2 years ago by TocarIP
silently performs incorrect relocations when linking foreign objectsNeedsInvestigation
#24321 opened 2 years ago by infinity0
#23740 opened 3 years ago by kaoet
ABI hash of a shared library changes if any inlineable function changesNeedsInvestigation
#23405 opened 3 years ago by bryanpkc
#23278 opened 3 years ago by Litarvan
#23126 opened 3 years ago by hirochachacha
seg fault in shared buildmode from main package with exported variableNeedsInvestigation
#22566 opened 3 years ago by huawei-brice
#22462 opened 3 years ago by ash2k
#22446 opened 3 years ago by benjaminp
optimize init code, make it generate less asm code and make binary smaller and fasterNeedsInvestigationSuggested
#22387 opened 3 years ago by bronze1man
making sense of HeadTypeNeedsFix
#22270 opened 3 years ago by crawshaw
#22193 opened 3 years ago by starius
#22192 opened 3 years ago by mattn
#22040 opened 3 years ago by jcajka
#21961 opened 3 years ago by mkumatag
#20982 opened 3 years ago by ghost
#20568 opened 3 years ago by FiloSottile
#20492 opened 3 years ago by ianlancetaylor
fails once more than one function of a .syso file is calledNeedsInvestigation
#20350 opened 3 years ago by stapelberg
#19533 opened 3 years ago by rasky
#18157 opened 4 years ago by urso
#17835 opened 4 years ago by quentinmit
-buildmode=plugin fails on linux/arm64NeedsInvestigation
#17138 opened 4 years ago by crawshaw
#16632 opened 4 years ago by mwhudson
#15862 opened 4 years ago by ClarkGuan
panic: runtime error: invalid memory address or nil pointer dereference when using -buildmode=shared -linkshared on ppc64leNeedsInvestigation
#15770 opened 4 years ago by laboger
ppc64le internal linking does not handle TOC correctlyNeedsInvestigation
#15409 opened 4 years ago by ianlancetaylor
#15374 opened 4 years ago by crawshaw
#14894 opened 4 years ago by 0intro
#14840 opened 4 years ago by mdempsky
traverse the symbol table lessToolSpeed
#14624 opened 4 years ago by josharian
#14578 opened 4 years ago by mdempsky
include declared constants in DWARFDebugging
#14517 opened 4 years ago by aclements
#14449 opened 5 years ago by cherrymui
serialize Reloc.Variant field to Go object filesNeedsFixProposalProposal-Acceptedearly-in-cyclehelp wanted
#14218 opened 5 years ago by minux
#13949 opened 5 years ago by ribrdb
#13676 opened 5 years ago by tsenart
#13192 opened 5 years ago by laboger
#12942 opened 5 years ago by ribrdb
#12899 opened 5 years ago by derekparker
#12259 opened 5 years ago by ianic
#11887 opened 5 years ago by derekparker
android c-shared libraries are bigOS-Android
#11663 opened 5 years ago by crawshaw
#10841 opened 5 years ago by mwhudson
#10373 opened 5 years ago by minux
Linking in Windows gives "malformed pe file: unexpected flags 0xe0500020 for PE section .text"OS-Windows
#9794 opened 6 years ago by rckclmbr
#9118 opened 6 years ago by randall77
#8912 opened 6 years ago by ianlancetaylor
#8846 opened 6 years ago by ribrdb
#7517 opened 6 years ago by alexbrainman
#6330 opened 7 years ago by nigeltao
#5914 opened 7 years ago by rsc
#5640 opened 7 years ago by gopherbot
#5497 opened 7 years ago by gopherbot
#5221 opened 7 years ago by DanielMorsing
#5113 opened 7 years ago by lexprfuncall
#4735 opened 8 years ago by remyoudompheng
#2601 opened 9 years ago by rsc
#2199 opened 9 years ago by alexbrainman