We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b941d2b commit ab11b4aCopy full SHA for ab11b4a
src/runtime/symtab.go
@@ -480,7 +480,13 @@ var pinnedTypemaps []map[typeOff]*_type
480
// the relocated one.
481
var aixStaticDataBase uintptr // linker symbol
482
483
-var firstmoduledata moduledata // linker symbol
+var firstmoduledata moduledata // linker symbol
484
+
485
+// Do not remove or change the type signature.
486
+// See go.dev/issue/67401.
487
+// See go.dev/issues/71672.
488
+//
489
+//go:linkname lastmoduledatap runtime.lastmoduledatap
490
var lastmoduledatap *moduledata // linker symbol
491
492
var modulesSlice *[]*moduledata // see activeModules
0 commit comments