summaryrefslogtreecommitdiff
path: root/src/cmd/8l/asm.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/ld: place read-only data in non-executable segmentRuss Cox2013-07-111-3/+10
* cmd/ld: emit TLS relocations during external linkingIan Lance Taylor2013-03-271-0/+6
* cmd/ld: replace -hostobj with -linkmodeRuss Cox2013-03-191-2/+2
* cmd/ld: darwin support for host linkingRuss Cox2013-03-111-15/+76
* cmd/ld: avoid redundant external relocation calculationsRuss Cox2013-03-101-3/+4
* cmd/ld: replace dynimpname with extnameRuss Cox2013-03-101-16/+11
* cmd/ld: include full symbol table in Mach-O outputRuss Cox2013-03-101-53/+5
* cmd/6l, cmd/8l: fix BSD buildsRuss Cox2013-03-071-10/+10
* cmd/ld: host linking support for linux/amd64Russ Cox2013-03-071-10/+10
* cmd/8l/asm.c: Unused function arguments, suppress warnings.Lucio De Re2013-02-111-0/+3
* cmd/ld: support for linking with host linkerRuss Cox2013-01-311-0/+32
* 6l/5l: PIC and shared library support for the linkers.Elias Naur2013-01-301-0/+12
* cmd/ld: move symtab, ELF generation to portable codeRuss Cox2013-01-061-583/+10
* cmd/[568]l: do not generate PT_TLS on openbsdJoel Sing2012-12-211-1/+4
* cmd/5l, cmd/6l, cmd/8l: fix function symbol generation from gcc compiled sour...Shenghou Ma2012-12-181-1/+1
* cmd/ld: fix build on elf systemsRuss Cox2012-11-131-0/+1
* cmd/ld: add -B option to set build IDIan Lance Taylor2012-10-091-5/+25
* cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for DarwinShenghou Ma2012-10-101-6/+42
* cmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signaturesJoel Sing2012-09-211-7/+18
* ld: add .gcdata and .gcbss sectionsJan Ziak2012-09-131-1/+5
* cmd/ld: add PT_PAX_FLAGS ELF headerRuss Cox2012-08-031-0/+5
* cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systemsShenghou Ma2012-05-231-1/+1
* ld: get symbol table letters rightRuss Cox2012-02-221-0/+2
* ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox2012-02-211-0/+4
* 6l, 8l: fix build for ELF systemsShenghou Ma2012-02-191-0/+2
* gc, 8g, 8l: fix a handful of warningsAnthony Martin2012-02-121-0/+3
* 5l, 6l, 8l, ld: remove memory leaksShenghou Ma2012-01-291-0/+1
* 6l, 8l: remove unused macro definitionShenghou Ma2012-01-221-2/+0
* 5l/6l/8l: add support for netbsd signature note sectionJoel Sing2011-12-201-6/+27
* ld/6l/8l: First pass at changes to the linker to support NetBSD binaries.Christopher Nielsen2011-12-121-0/+7
* 5l, 6l, 8l: correct ELFRESERVE diagnosticAnthony Martin2011-10-181-2/+2
* 6l, 8l: emit macho dwarf info before linkedit sectionMikkel Krautz2011-10-181-3/+13
* 5l/6l/8l: add a DT_DEBUG dynamic tag to a dynamic ELF binaryIan Lance Taylor2011-10-041-1/+3
* 8l: remove left over debuggingDave Cheney2011-09-191-1/+1
* 8l: add openbsdJoel Sing2011-08-261-1/+8
* ld: fix freebsd build reverting .interp moveGustavo Niemeyer2011-07-211-18/+12
* ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer2011-07-201-34/+38
* ld: allow seek within write bufferRuss Cox2011-07-181-26/+7
* 5l, 6l, 8l: Add a PT_LOAD PHDR entry for the PHDR.David Anderson2011-07-121-0/+12
* ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer2011-06-281-22/+7
* 8l: more fixes for Plan 9Lucio De Re2011-06-211-1/+1
* nacl, tiny: remove vestigesRobert Hencke2011-06-211-4/+0
* ld: fix and simplify ELF symbol generationAnthony Martin2011-06-071-18/+9
* ld: add -w to disable dwarf, make errors obviously from dwarfRuss Cox2011-05-251-0/+1
* ld: do not emit reference to dynamic library named ""Russ Cox2011-05-161-0/+3
* 6l, 8l: emit windows dwarf sections similar to other platformsAlex Brainman2011-05-131-13/+23
* 5l, 8l: add ELF symbol table to binaryRuss Cox2011-05-111-18/+44
* cgo: handle versioned ELF symbolsRuss Cox2011-04-271-3/+37
* 8l: correct Plan 9 compiler warningsLucio De Re2011-04-121-7/+4
* 5l, 8l: output missing section symbolsAnthony Martin2011-03-081-0/+3