aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/data.go
AgeCommit message (Expand)Author
2026-01-29cmd/link: put type:* at the start of the type descriptorsIan Lance Taylor
2026-01-29cmd/link: remove AIX special case for first type descriptorIan Lance Taylor
2026-01-29runtime, cmd/link: store type descriptor length, not endIan Lance Taylor
2026-01-27cmd/link, runtime: remove typelinksIan Lance Taylor
2026-01-22cmd/link: put type descriptors in .go.type sectionIan Lance Taylor
2025-11-26cmd/link: put moduledata in its own .go.module sectionIan Lance Taylor
2025-11-26cmd/link: put funcdata symbols in .gopclntab sectionIan Lance Taylor
2025-11-06cmd/link: move pclntab out of relro sectionIan Lance Taylor
2025-11-04cmd/link: don't generate .gosymtab sectionIan Lance Taylor
2025-11-04cmd/link: add and use new SymKind SFirstUnallocatedIan Lance Taylor
2025-11-04cmd/link: remove misleading commentIan Lance Taylor
2025-10-27cmd/link: internal linking support for windows/arm64qmuntal
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-09-11cmd/link: allow one to specify the data section in the internal linkerKevaundray Wedderburn
2025-07-16cmd/link, runtime: on Wasm, put only function index in method table and func ...Cherry Mui
2025-05-15cmd/link: fix outdated output mmap checkZxilly
2025-05-12cmd/link: use >4GB base address for 64-bit PE binariesqmuntal
2025-04-03cmd/link/internal/ld: introduce -funcalign=N optionAleksey Markin
2025-03-13cmd/go/internal/load,cmd/link/internal/ld: use objabi.LookupPkgSpecial(pkg).R...Jes Cok
2025-03-11runtime/internal: clean up completelyJes Cok
2025-02-25cmd/link: put .got section in __DATA_CONST segmentqmuntal
2025-02-22cmd: initial compiler+linker support for DWARF5 .debug_addrThan McIntosh
2025-02-22cmd/link, cmd/internal/objabi: remove R_DWARFFILEREF relocation typeThan McIntosh
2024-12-23cmd/link, runtime: apply a delta to RODATA->DATA relocationsCherry Mui
2024-12-16cmd/link: update runtime dependency listCherry Mui
2024-11-22cmd/compile, cmd/link: FIPS fixes for large programsRuss Cox
2024-11-21cmd/link: remove debugging dregRuss Cox
2024-11-18runtime: get rid of gc programs for typesKeith Randall
2024-11-18cmd/link: use types (and not GC programs) to build data/bss ptrmaskskhr@golang.org
2024-11-13cmd/compile, cmd/link: add FIPS verification supportRuss Cox
2024-11-07cmd/link: remove dummy argument from ld.ErrorfRuss Cox
2024-11-06cmd/link/internal/ld: fix sort comparisonRuss Cox
2024-10-25cmd/link: for asan align coverage counter section to 8 bytesIan Lance Taylor
2024-08-09cmd/link: add support for trampoline insertation on loong64limeidan
2024-07-29debug/buildinfo: improve format documentationMichael Pratt
2024-07-27cmd/link: pass architecture to isPLTCalllimeidan
2024-06-12cmd/link: put runtime.end in the last section of data segmentCherry Mui
2024-05-10cmd/link/internal/ld: fix overlapping sections in ELF relro linksThan McIntosh
2024-04-22cmd/link: move .dynamic and .got sections to relro if applicableThan McIntosh
2024-04-02internal/abi: clean up type of Kind and Type.Kind_Austin Clements
2024-02-16cmd/link: add -randlayout flag to randomize function orderingCherry Mui
2024-01-22cmd/link,runtime: merge minfunc const info internal/abiqiulaidongfeng
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-11-09cmd/internal/link: merge .pdata and .xdata sections from host object filesqmuntal
2023-10-13cmd/link/internal/ld: assign temporary addresses to per-package textJoel Sing
2023-10-10Revert "cmd/link/internal/ld: assign temporary addresses to per-package text"Than McIntosh
2023-10-10cmd/link/internal/ld: assign temporary addresses to per-package textJoel Sing
2023-09-29cmd/link: split text sections for arm 32-bitThan McIntosh
2023-09-14cmd/link: clean up some unnecessary castsCherry Mui
2023-08-23cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64Joel Sing