aboutsummaryrefslogtreecommitdiff
path: root/src/debug/elf
AgeCommit message (Expand)Author
2021-04-13all: simplify the spelling of LinuxBrad Fitzpatrick
2021-03-02cmd/link,debug/elf: mips32, add .gnu.attributes and .MIPS.abiflags sectionsYunQiang Su
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-18debug/elf: add many PT_ and DT_ constantsIan Lance Taylor
2020-08-31debug/elf: support relocations relative to sections with non-zero addressesVictor Michel
2020-08-30debug/elf: run relocation tests in parallelIan Lance Taylor
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-17debug/elf: apply more relocations when reading DWARF data sectionsThan McIntosh
2019-09-03debug/dwarf, debug/elf: support DWARF 5Ian Lance Taylor
2019-07-05debug/elf: add version information to all dynamic symbolsAustin Clements
2019-03-01debug/elf: perform stricter section header table checks in NewFileTobias Klauser
2018-11-02all: skip unsupported tests on AIXClément Chigot
2018-09-07debug/elf: add R_RISCV_32_PCREL relocationTobias Klauser
2018-06-19debug/elf,macho,pe: support compressed DWARFHeschi Kreinick
2018-05-08debug/elf: add machine and OSABI constantsTobias Klauser
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-18debug/elf: add riscv64 relocationsTobias Klauser
2018-04-17debug/elf: enable TestNoSectionOverlaps on *bsd and solarisTobias Klauser
2018-04-10debug/elf: add missing EM_AARCH64 to machineStringsTobias Klauser
2017-10-11debug/elf: add relocation constantsDavid Crawshaw
2017-10-05debug/elf: make safe for Go 1.4 compilersRuss Cox
2016-11-10debug/elf: SPARC64 relocation type is only 8 bitsIan Lance Taylor
2016-11-03debug/elf: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-10-11debug/elf: add sparc64 relocationsJames Clarke
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2016-04-03all: fix spelling mistakesEric Engestrom
2016-03-30debug/elf: deflake file_test.goJoe Tsai
2016-03-29debug/elf: add s390x relocationsMichael Munday
2016-03-25all: zero mtimes in testdata gz filesCaleb Spare
2016-03-22debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-12-18debug/elf: rename Chdr64.Reserved to _Austin Clements
2015-12-03debug/elf: transparently decompress compressed sectionsAustin Clements
2015-12-03dwbug/elf: support old-style compressed DWARFAustin Clements
2015-11-12debug/elf: added MIPS ELF relocationsYao Zhang
2015-09-04all: remove executable bit from several filesAndrew Gerrand
2015-08-25debug/elf: map/slice literals janitoringDidier Spezia
2015-07-28all: cleanup usage of dashes in package documentationMatthew Dempsky
2015-06-26debug/elf: change R_ARM_REL32 to R_ARM_ABS32 in applyRelocationsARMIan Lance Taylor
2015-04-12debug/dwarf: add DWARF attribute value class to FieldAustin Clements
2015-03-14debug/elf: support reading debug info from 32-bit PPC objectsIan Lance Taylor
2015-03-11debug/elf: fix arm buildDave Cheney
2015-03-10debug/elf: load .debug_line section and pass to dwarf.NewAustin Clements
2015-03-10debug/elf: regularize DWARF section loadingAustin Clements
2014-12-05all: power64 is now ppc64Russ Cox