Sign in
go
/
go
/
3f91a017f8f67cb9a744cf5d0a8b5db34a95808d
/
src
/
runtime
/
rt0_linux_amd64.s
357a013
runtime: save registers in linux/{386,amd64} lib entry point
by Ian Lance Taylor
· 10 years ago
d1eee2c
runtime: shared library init support for android/arm.
by Srdjan Petrovic
· 10 years ago
e8694c8
runtime: initialize shared library at library-load time
by Srdjan Petrovic
· 10 years ago
8da54a4
cmd: linker changes for shared library initialization
by Srdjan Petrovic
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/runtime/rt0_linux_amd64.s]
cb040d5
runtime: use new #include "textflag.h"
by Russ Cox
· 11 years ago
7ba41e9
runtime: convert a few traceback-related functions from proc.c to traceback.go
by Russ Cox
· 11 years ago
0273dc1
runtime: convert .s textflags from numbers to symbolic constants.
by Keith Randall
· 12 years ago
6120ef0
runtime: rename _rt0_$GOARCH to _rt0_go
by Russ Cox
· 12 years ago
36b414f
runtime: change amd64 startup convention
by Russ Cox
· 12 years ago
851f301
runtime: make more build-friendly
by Russ Cox
· 13 years ago
[Renamed from src/pkg/runtime/linux/amd64/rt0.s]
68b4255
runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost
by Russ Cox
· 14 years ago
a4f8d36
Run initcgo for all amd64 targets, not just GNU/Linux.
by Ian Lance Taylor
· 15 years ago
0489a26
FreeBSD-specific porting work.
by Devon H. O'Dell
· 15 years ago
fdc4b4a
start of FFI support, and a demo.
by Russ Cox
· 16 years ago
1f177cd
linker work
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago
[Renamed from src/lib/runtime/linux/amd64/rt0.s]
3f6acf1
move src/runtime -> src/lib/runtime; only automatic g4 mv here.
by Russ Cox
· 16 years ago
[Renamed from src/runtime/linux/amd64/rt0.s]
878822f
move darwin specific code into runtime/darwin/
by Russ Cox
· 16 years ago
[Renamed from src/runtime/rt0_amd64_linux.s]
8e82a67
Break runtime.c into separate pieces for maps, strings, print, etc.
by Rob Pike
· 17 years ago
b987f7a
segmented stacks
by Ken Thompson
· 17 years ago
3719aa4
update darwin for segmented stacks
by Rob Pike
· 17 years ago
1f6828b
segmented stack
by Ken Thompson
· 17 years ago
3e4e83a
add sys.readfile() add args to linux runtime
by Rob Pike
· 17 years ago
7d11924
middle dot as alpha package separator
by Ken Thompson
· 17 years ago
aeb4398
add signal handling and traceback support therein.
by Rob Pike
· 17 years ago
88a3371
print pc on faults
by Rob Pike
· 17 years ago
fa259ff
fix different ANON flag between darwin and linux
by Ken Thompson
· 17 years ago
2b77d87
goos and goarch
by Ken Thompson
· 17 years ago