summaryrefslogtreecommitdiff
path: root/src/cmd/8l/obj.c
Commit message (Expand)AuthorAgeFilesLines
* liblink: introduce TLS register on 386 and amd64Russ Cox2014-04-151-1/+0
* all: final merge of NaCl treeRuss Cox2014-02-271-0/+18
* cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox2013-12-161-13/+0
* cmd/8c, cmd/8g, cmd/8l: fix Plan 9 warningsDavid du Colombier2013-12-091-1/+1
* liblink: create new library based on linker codeRuss Cox2013-12-081-666/+8
* cmd/gc: support -installsuffix in the compiler and builderDave Day2013-10-031-0/+1
* cmd/8l: add support for dragonfly/386Joel Sing2013-08-311-0/+4
* libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov2013-08-301-6/+6
* runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur2013-08-141-1/+0
* runtime: use funcdata to supply garbage collection informationRuss Cox2013-07-191-40/+0
* cmd/ld, runtime: use new contiguous pcln tableRuss Cox2013-07-181-1/+0
* cmd/ld, runtime: new in-memory symbol table formatRuss Cox2013-07-161-0/+3
* cmd/[568]l/obj.c: NULL is not recognised in Plan 9 build, use nil instead.Lucio De Re2013-05-301-1/+1
* cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument...Carl Shapiro2013-05-281-0/+33
* cmd/ld: add -extld and -extldflags optionsIan Lance Taylor2013-04-011-0/+2
* cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor2013-03-291-1/+6
* cmd/ld: emit TLS relocations during external linkingIan Lance Taylor2013-03-271-1/+1
* cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate defini...R?my Oudompheng2013-03-251-0/+4
* cmd/ld: replace -hostobj with -linkmodeRuss Cox2013-03-191-16/+14
* cmd/ld: another use-after-freeRuss Cox2013-03-141-1/+1
* cmd/ld: darwin support for host linkingRuss Cox2013-03-111-0/+3
* cmd/ld: add tmpdir flag to preserve temp filesRuss Cox2013-03-101-0/+1
* cmd/8l/obj.c: NetBSD passes the test, Hnetbsd added.Lucio De Re2013-03-091-0/+1
* cmd/ld: steps toward 386 host linkingRuss Cox2013-03-071-0/+4
* cmd/ld: host linking support for linux/amd64Russ Cox2013-03-071-0/+4
* cmd/gc: emit explicit type information for local variablesRuss Cox2013-02-251-0/+4
* cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro2013-02-211-0/+6
* cmd/8l: fix buildRuss Cox2013-01-311-1/+1
* cmd/ld: support for linking with host linkerRuss Cox2013-01-311-0/+10
* 6l/5l: PIC and shared library support for the linkers.Elias Naur2013-01-301-0/+1
* cmd/8l, cmd/6l: avoid zeroing zeroed fieldsDave Cheney2013-01-191-2/+0
* cmd/gc, cmd/ld: rename -b to -raceRuss Cox2013-01-061-1/+1
* cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox2013-01-061-62/+34
* cmd/6l, cmd/8l: emit no-ops to separate zero-stack funcs from nosplits.R?my Oudompheng2012-11-261-0/+1
* cmd/gc, cmd/ld: struct field trackingRuss Cox2012-11-021-0/+3
* cmd/5l, cmd/6l, cmd/8l: put floating point numbers in .rodata sectionShenghou Ma2012-10-231-2/+2
* cmd/ld: add -B option to set build IDIan Lance Taylor2012-10-091-0/+4
* cmd/8l: add SSE2 instructionsRuss Cox2012-10-071-0/+14
* 8l,5l: 2% fasterJan Ziak2012-05-151-9/+9
* cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automaticallyShenghou Ma2012-05-051-0/+1
* ld: only set SNOPTRBSS during loadRuss Cox2012-02-211-2/+2
* gc, ld: tag data as no-pointers and allocate in separate sectionRuss Cox2012-02-191-1/+3
* 5l, 6l, 8l: implement -X flagRuss Cox2012-02-071-4/+5
* doc: update out-of-date comments about runtime/cgoShenghou Ma2012-01-191-3/+3
* ld: parse but do not implement -X flagRuss Cox2012-01-121-0/+5
* gc: implement == on structs and arraysRuss Cox2011-12-121-0/+4
* ld/6l/8l: First pass at changes to the linker to support NetBSD binaries.Christopher Nielsen2011-12-121-12/+15
* 6l, 8l: add missing space in error messageLucio De Re2011-11-141-1/+1
* 8l: add openbsdJoel Sing2011-08-261-0/+3
* ld: allow seek within write bufferRuss Cox2011-07-181-1/+0