aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/symtab.c
AgeCommit message (Expand)Author
2015-03-01cmd/5l etc: replace C code with Go codeRuss Cox
2015-03-01cmd/ld: clean for c2goRuss Cox
2015-02-13cmd/ld: make cmd/ld a real libraryRuss Cox
2014-10-22[dev.power64] build: merge default into dev.power64Austin Clements
2014-08-27cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky
2014-08-07[dev.power64] cmd/ld: update for power64Shenghou Ma
2014-07-03cmd/go, cmd/ld, runtime, os/user: TLS emulation for androidDavid Crawshaw
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-04-03cmd/cc: emit gc bitmaps in read-only memoryRuss Cox
2014-04-02cmd/gc, cmd/ld, runtime: compact liveness bitmapsRuss Cox
2014-03-21cmd/ld: fix warnings on Plan 9David du Colombier
2014-03-14cmd/gc: replace '·' as '.' in ELF/Mach-O symbol tablesShenghou Ma
2014-02-23cmd/ld: don't emit unreachable dynimport symbols in ELF symtab.Shenghou Ma
2014-02-19cmd/ld: drop gcargs, gclocals symbols from symbol tableRuss Cox
2014-02-18cmd/ld: remove Plan 9 symbol tableRuss Cox
2014-02-11cmd/ld, cmd/6l: part 2 of solaris/amd64 linker changes.Shenghou Ma
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-07-18cmd/ld, runtime: use new contiguous pcln tableRuss Cox
2013-07-16cmd/ld, runtime: new in-memory symbol table formatRuss Cox
2013-06-04cmd/ld: fix gcdata and gcbss symbolsAnthony Martin
2013-04-30cmd/ld: emit relocs for DWARF info when doing an external linkIan Lance Taylor
2013-04-10cmd/ld: fix scope of static objects in symbol tableAnthony Martin
2013-03-27cmd/ld: fix OpenBSD (third try)Ian Lance Taylor
2013-03-27cmd/ld: emit TLS relocations during external linkingIan Lance Taylor
2013-03-20cmd/ld: remove remaining occurrence of isobj.Rémy Oudompheng
2013-03-08cmd/ld: external linking fixes for linux/386Russ Cox
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox
2013-03-01cmd/cgo, cmd/ld: new cgo object file sectionRuss Cox
2013-02-26cmd/ld, runtime: adjust symbol table representationRuss Cox
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-28cmd/ld: avoid a segfault when dumping the symbol tableCarl Shapiro
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-11-13reflect: add ArrayOf, ChanOf, MapOf, SliceOfRuss Cox
2012-09-13ld: add .gcdata and .gcbss sectionsJan Ziak
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-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
2011-08-22ld: remove duplicate bss definitionsRuss Cox
2011-06-28ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer
2011-06-27ld: elide the Go symbol table when using -sAnthony Martin
2011-06-218l: more fixes for Plan 9Lucio De Re
2011-06-07ld: fix and simplify ELF symbol generationAnthony Martin
2011-04-23ld: fix Plan 9 symbol tableAnthony Martin
2011-04-09ld: 25% fasterRuss Cox
2011-03-085l, 6l, 8l: omit symbols for type, string, go.stringRuss Cox