summaryrefslogtreecommitdiff
path: root/src/runtime/rt0_linux_amd64.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: unify amd64 -buildmode=c-archive/c-shared entry point codeIan Lance Taylor2017-10-111-58/+2
* runtime: unify amd64 -buildmode=exe entry point codeIan Lance Taylor2017-10-111-8/+1
* runtime: make stack 16-byte aligned for external code in _rt0_amd64_linux_libShenghou Ma2016-08-051-1/+7
* runtime: for c-archive/c-shared, install signal handlers synchronouslyIan Lance Taylor2016-01-091-0/+4
* runtime: deflake TestNewOSProc0, fix _rt0_amd64_linux_lib stack alignmentSrdjan Petrovic2015-04-231-1/+1
* runtime: merge clone0 and cloneSrdjan Petrovic2015-04-221-14/+13
* runtime: save registers in linux/{386,amd64} lib entry pointIan Lance Taylor2015-04-201-3/+19
* runtime: shared library init support for android/arm.Srdjan Petrovic2015-04-131-2/+2
* runtime: initialize shared library at library-load timeSrdjan Petrovic2015-04-031-3/+30
* cmd: linker changes for shared library initializationSrdjan Petrovic2015-03-271-0/+7
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+15