aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/data.c
AgeCommit message (Expand)Author
2013-06-09all: fix typosShenghou Ma
2013-06-04cmd/ld: fix gcdata and gcbss symbolsAnthony Martin
2013-05-01cmd/ld: fix another unsigned value causing bugs on Plan 9Rob Pike
2013-04-30cmd/ld: another attempt at the relocation overflow fixRob Pike
2013-04-30cmd/ld: fix check for address wrap in relocationRob Pike
2013-04-30cmd/ld: disable relocation range check so build can go green while we debug t...Rob Pike
2013-04-29cmd/ld: fix some 64-bit issuesRob Pike
2013-03-30cmd/gc, cmd/ld: fix warnings on Plan 9David du Colombier
2013-03-27cmd/ld, cmd/8l: Fix OpenBSD build.Ian Lance Taylor
2013-03-27cmd/ld: emit TLS relocations during external linkingIan Lance Taylor
2013-03-19cmd/ld: replace -hostobj with -linkmodeRuss Cox
2013-03-11cmd/ld: darwin support for host linkingRuss Cox
2013-03-10cmd/ld: avoid redundant external relocation calculationsRuss Cox
2013-03-10cmd/ld: replace dynimpname with extnameRuss Cox
2013-03-10cmd/ld: wrap long data lines in -a outputRuss Cox
2013-03-10cmd/ld: include full symbol table in Mach-O outputRuss Cox
2013-03-10cmd/ld: make mach-o sections match internal sectionsRuss Cox
2013-03-08cmd/ld: external linking fixes for linux/386Russ Cox
2013-03-07cmd/ld: steps toward 386 host linkingRuss Cox
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox
2013-02-28cmd/ld: fix symbol table sortingRuss Cox
2013-02-26cmd/ld: change GC_CALL to 32-bit relative addressRuss Cox
2013-02-26cmd/ld, runtime: adjust symbol table representationRuss Cox
2013-02-01runtime, cmd/ld: make code more position-independentElias Naur
2013-01-31cmd/ld: support for linking with host linkerRuss Cox
2013-01-306l/5l: PIC and shared library support for the linkers.Elias Naur
2013-01-06cmd/ld: move symtab, ELF generation to portable codeRuss Cox
2013-01-04cmd/ld: use native-endian symbol values in symbol tableRuss Cox
2012-12-28cmd/ld: fix valgrind warning in strnputDave Cheney
2012-11-13reflect: add ArrayOf, ChanOf, MapOf, SliceOfRuss Cox
2012-11-02cmd/gc, cmd/ld: struct field trackingRuss Cox
2012-10-10cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for DarwinShenghou Ma
2012-10-09cmd/ld: use 64-bit alignment for large data and bss objectsRuss Cox
2012-09-20cmd/ld: remove unused assignmentLucio De Re
2012-09-13ld: add .gcdata and .gcbss sectionsJan Ziak
2012-05-30cmd/ld: align function entry on arch-specific boundaryRuss Cox
2012-05-29cmd/6l: Fixes for 64-bit Plan 9Akshat Kumar
2012-05-23cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systemsShenghou Ma
2012-05-04cmd/5l, cmd/ld: dynamic linking library supportShenghou Ma
2012-02-23ld: fix alignment of rodata sectionRuss Cox
2012-02-22ld: get symbol table letters rightRuss Cox
2012-02-21ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox
2012-02-19gc, ld: tag data as no-pointers and allocate in separate sectionRuss Cox
2012-02-075l, 6l, 8l: implement -X flagRuss Cox
2011-11-30ld: align ELF data sectionsIan Lance Taylor
2011-08-29runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ...Yuval Pavel Zholkover
2011-08-16ld: make addaddrplus4 staticLucio De Re
2011-07-25ld: fix build on Plan 9Lucio De Re
2011-07-21ld: fix freebsd build reverting .interp moveGustavo Niemeyer
2011-07-20ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer