1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:31:27 -06:00
go/src/liblink
Russ Cox e6d3511264 Revert "liblink, cmd/ld, runtime: remove stackguard1"
This reverts commit ab0535ae3f.

I think it will remain useful to distinguish code that must
run on a system stack from code that can run on either stack,
even if that distinction is no
longer based on the implementation language.

That is, I expect to add a //go:systemstack comment that,
in terms of the old implementation, tells the compiler,
to pretend this function was written in C.

Change-Id: I33d2ebb2f99ae12496484c6ec8ed07233d693275
Reviewed-on: https://go-review.googlesource.com/2275
Reviewed-by: Russ Cox <rsc@golang.org>
2015-01-05 16:29:56 +00:00
..
asm5.c build: adjustments for move from src/pkg to src 2014-09-08 00:06:45 -04:00
asm6.c liblink: fix encoding of SETcc for amd64 2015-01-04 20:38:12 +00:00
asm8.c runtime: faster aeshash implementation 2014-12-11 05:23:00 +00:00
asm9.c liblink: fail for too-large register offset constants 2014-12-18 22:32:18 +00:00
data.c liblink: require DATA lines to be ordered by offset, with no overlap 2014-10-14 23:25:12 -04:00
go.c liblink: create new library based on linker code 2013-12-08 22:49:37 -05:00
ld.c liblink: support big-endian properly 2014-08-06 00:25:41 -04:00
list5.c liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants. 2014-08-06 00:31:22 -04:00
list6.c liblink: remove class from %#D formatter on 6l 2014-12-22 19:25:52 +00:00
list8.c liblink: remove some gotos + other fixes 2014-07-21 17:38:48 -04:00
list9.c [dev.cc] liblink: fix warnings on Plan 9 2014-11-21 20:56:33 +01:00
Makefile liblink: create new library based on linker code 2013-12-08 22:49:37 -05:00
obj5.c Revert "liblink, cmd/ld, runtime: remove stackguard1" 2015-01-05 16:29:56 +00:00
obj6.c Revert "liblink, cmd/ld, runtime: remove stackguard1" 2015-01-05 16:29:56 +00:00
obj8.c Revert "liblink, cmd/ld, runtime: remove stackguard1" 2015-01-05 16:29:56 +00:00
obj9.c Revert "liblink, cmd/ld, runtime: remove stackguard1" 2015-01-05 16:29:56 +00:00
obj.c cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1 2014-05-12 11:59:55 -04:00
objfile.c Revert "liblink, cmd/ld, runtime: remove stackguard1" 2015-01-05 16:29:56 +00:00
pass.c [dev.cc] liblink: don't patch jumps to jumps to symbols 2014-12-05 09:24:01 -05:00
pcln.c liblink: fix precedence bug in pcdata comparison 2014-07-16 19:26:36 -04:00
sched9.c [dev.power64] cmd/9a, cmd/9c, cmd/9l, liblink: import code from Vita Nuova. 2014-08-06 23:41:29 -04:00
sym.c build: adjustments for move from src/pkg to src 2014-09-08 00:06:45 -04:00