index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
debug
/
elf
/
testdata
Age
Commit message (
Expand
)
Author
2025-03-14
debug/elf: add riscv attributes definitions
Meng Zhuo
2024-11-07
debug/elf: add SHT_GNU_VERDEF section parsing
benbaker76
2020-08-31
debug/elf: support relocations relative to sections with non-zero addresses
Victor Michel
2018-04-18
debug/elf: add riscv64 relocations
Tobias Klauser
2016-11-03
debug/elf: add support for GOARCH=mips{,le}
Vladimir Stefanovic
2016-10-11
debug/elf: add sparc64 relocations
James Clarke
2016-03-29
debug/elf: add s390x relocations
Michael Munday
2016-03-25
all: zero mtimes in testdata gz files
Caleb Spare
2015-12-03
debug/elf: transparently decompress compressed sections
Austin Clements
2015-12-03
dwbug/elf: support old-style compressed DWARF
Austin Clements
2015-11-12
debug/elf: added MIPS ELF relocations
Yao Zhang
2015-09-04
all: remove executable bit from several files
Andrew Gerrand
2015-06-26
debug/elf: change R_ARM_REL32 to R_ARM_ABS32 in applyRelocationsARM
Ian Lance Taylor
2015-03-14
debug/elf: support reading debug info from 32-bit PPC objects
Ian Lance Taylor
2015-03-11
debug/elf: fix arm build
Dave Cheney
2014-10-22
build: merge the great pkg/ rename into dev.power64
Austin Clements
2014-09-08
build: move package sources from src/pkg to src
Russ Cox