We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3680b commit a52a5d8Copy full SHA for a52a5d8
src/cmd/link/internal/ld/data.go
@@ -1786,7 +1786,7 @@ func (state *dodataState) allocateDataSections(ctxt *Link) {
1786
culprit := ldr.SymName(state.data[sym.STEXT][0])
1787
Errorf(nil, "dodata found an sym.STEXT symbol: %s", culprit)
1788
}
1789
- state.allocateSingleSymSections(&Segtext, sym.SELFRXSECT, sym.SRODATA, 04)
+ state.allocateSingleSymSections(&Segtext, sym.SELFRXSECT, sym.SRODATA, 05)
1790
state.allocateSingleSymSections(&Segtext, sym.SMACHOPLT, sym.SRODATA, 05)
1791
1792
/* read-only data */
0 commit comments