aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/8l
AgeCommit message (Expand)Author
2012-01-12ld: parse but do not implement -X flagRuss Cox
2012-01-09windows: use ArbitraryUserPointer as TLS slotWei Guangjing
2011-12-205l/6l/8l: add support for netbsd signature note sectionJoel Sing
2011-12-12gc: implement == on structs and arraysRuss Cox
2011-12-12ld/6l/8l: First pass at changes to the linker to support NetBSD binaries.Christopher Nielsen
2011-11-30ld: align ELF data sectionsIan Lance Taylor
2011-11-146l, 8l: add missing space in error messageLucio De Re
2011-10-185l, 6l, 8l: correct ELFRESERVE diagnosticAnthony Martin
2011-10-186l, 8l: emit macho dwarf info before linkedit sectionMikkel Krautz
2011-10-045l/6l/8l: add a DT_DEBUG dynamic tag to a dynamic ELF binaryIan Lance Taylor
2011-09-198l: remove left over debuggingDave Cheney
2011-08-29runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ...Yuval Pavel Zholkover
2011-08-266l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQJaroslavas Počepko
2011-08-266l, 8l: handle forward JCXZJaroslavas Počepko
2011-08-268l: add openbsdJoel Sing
2011-08-165l, 6l, 8l: add varargck for %ZLucio De Re
2011-07-29runtime: improve Linux mutexDmitriy Vyukov
2011-07-21ld: fix freebsd build reverting .interp moveGustavo Niemeyer
2011-07-20ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer
2011-07-18ld: allow seek within write bufferRuss Cox
2011-07-158l: nitsLucio De Re
2011-07-125l, 6l, 8l: Add a PT_LOAD PHDR entry for the PHDR.David Anderson
2011-06-28ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer
2011-06-275l, 6l, 8l: drop use of ed during buildRuss Cox
2011-06-218l: more fixes for Plan 9Lucio De Re
2011-06-21nacl, tiny: remove vestigesRobert Hencke
2011-06-07ld: fix and simplify ELF symbol generationAnthony Martin
2011-06-038l, ld: Initial adjustments for Plan 9 native compilation of 8lLucio De Re
2011-05-25ld: add -w to disable dwarf, make errors obviously from dwarfRuss Cox
2011-05-246l, 8l: fix Mach-O binaries with many dynamic librariesRuss Cox
2011-05-16runtime: make StackSystem part of StackGuardAlexey Borzenkov
2011-05-16ld: do not emit reference to dynamic library named ""Russ Cox
2011-05-136l, 8l: emit windows dwarf sections similar to other platformsAlex Brainman
2011-05-115l, 8l: add ELF symbol table to binaryRuss Cox
2011-05-11ld: fix alignment of rodata section on Plan 9Anthony Martin
2011-04-27cgo: handle versioned ELF symbolsRuss Cox
2011-04-258g,8l: fix "set but not used" gcc errorFazlul Shahriar
2011-04-218l/prof.c: #if 0 is not accepted by the Plan 9 native toolchain.Lucio De Re
2011-04-14ld: defend against some broken object filesRuss Cox
2011-04-128l: correct Plan 9 compiler warningsLucio De Re
2011-04-09ld: 25% fasterRuss Cox
2011-03-235l/6l/8l: undo spadj cleanup at ARET for following instructions in the same s...Luuk van Dijk
2011-03-085l, 8l: output missing section symbolsAnthony Martin
2011-03-085l, 6l, 8l: omit symbols for type, string, go.stringRuss Cox
2011-02-258a, 8l: add CMPXCHG8B, XADDB, XADDL, XADDWRuss Cox
2011-02-24ld: weak symbolsRuss Cox
2011-02-248l/6l: new -Hwindowsgui flag allows to build windows gui peAlex Brainman
2011-02-235l/6l/8l: use enums for header type and symbolic strings for -H option valuesAlex Brainman
2011-02-22ld: detect stack overflow due to NOSPLITRuss Cox
2011-02-18fix buildRuss Cox