aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/5l/obj.c
AgeCommit message (Expand)Author
2015-03-01cmd/5l etc: replace C code with Go codeRuss Cox
2015-02-26liblink: delete unused codeRuss Cox
2015-02-13cmd/ld: make cmd/ld a real libraryRuss Cox
2015-02-06liblink, cmd/ld, cmd/5l: darwin/arm supportShenghou Ma
2014-07-10cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm supportShenghou Ma
2014-04-21runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.Shenghou Ma
2014-02-27all: final merge of NaCl treeRuss Cox
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-09runtime: remove non-extern decls of runtime.goarmRuss Cox
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-10-03cmd/gc: support -installsuffix in the compiler and builderDave Day
2013-08-30libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-07-19runtime: use funcdata to supply garbage collection informationRuss Cox
2013-07-18cmd/ld, runtime: use new contiguous pcln tableRuss Cox
2013-07-16cmd/ld, runtime: new in-memory symbol table formatRuss Cox
2013-05-30cmd/[568]l/obj.c: NULL is not recognised in Plan 9 build, use nil instead.Lucio De Re
2013-05-28cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument...Carl Shapiro
2013-04-01cmd/ld: add -extld and -extldflags optionsIan Lance Taylor
2013-03-29cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor
2013-03-25cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate defini...Rémy Oudompheng
2013-03-25build, cmd/5l: actually report failures for -linkmode testsShenghou Ma
2013-03-20cmd/5l: fix arm buildDave Cheney
2013-03-19cmd/ld: replace -hostobj with -linkmodeRuss Cox
2013-03-14cmd/ld: another use-after-freeRuss Cox
2013-03-10cmd/ld: add tmpdir flag to preserve temp filesRuss Cox
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox
2013-02-26libmach, cmd/5a, cmd/5c, cmd/5g, cmd/5l: enable DWARF type info for Linux/ARMShenghou Ma
2013-02-25cmd/gc: emit explicit type information for local variablesRuss Cox
2013-02-21cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro
2013-02-04cmd/5l, cmd/ld: support generating ELF binaries for NetBSD/ARMShenghou Ma
2013-01-306l/5l: PIC and shared library support for the linkers.Elias Naur
2013-01-11cmd/5l: support -Z (zero stack frame at function entry)Shenghou Ma
2013-01-06cmd/gc, cmd/ld: rename -b to -raceRuss Cox
2013-01-06cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox
2012-11-02cmd/gc, cmd/ld: struct field trackingRuss Cox
2012-10-23cmd/5l, cmd/6l, cmd/8l: put floating point numbers in .rodata sectionShenghou Ma
2012-10-22lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and auto detect GOARMShenghou Ma
2012-10-09cmd/ld: add -B option to set build IDIan Lance Taylor
2012-10-10cmd/5l: generate FreeBSD compatible ELFShenghou Ma
2012-09-18runtime: arm: abort if VFPv3 support missingDave Cheney
2012-09-03cmd/5l: embed $GOARM value into binary as runtime.goarmShenghou Ma
2012-08-07cmd/5l: dwarf line number support for Linux/ARMShenghou Ma
2012-06-08cmd/5a, cmd/5l: add MULW{T,B} and MULAW{T,B} support for ARMShenghou Ma
2012-05-158l,5l: 2% fasterJan Ziak
2012-05-05cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automaticallyShenghou Ma
2012-05-04cmd/5l, cmd/ld: dynamic linking library supportShenghou Ma
2012-04-115l, runtime: remove softfloat emulation code when not usedShenghou Ma
2012-02-21ld: only set SNOPTRBSS during loadRuss Cox
2012-02-21ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox