• Ian Lance Taylor's avatar
    runtime: unify 386 entry point code · 378de1ae
    Ian Lance Taylor authored
    Unify the 386 entry point code as much as possible.
    
    The main function could not be unified because on Windows 386 it is
    called _main. Putting main in asm_386.s caused multiple definition
    errors when using the external linker.
    
    Add the _lib entry point to various operating systems.  A future CL
    will enable c-archive/c-shared mode for those targets.
    
    Fix _rt0_386_windows_lib_go--it was passing arguments as though it
    were amd64.
    
    Change-Id: Ic73f1c95cdbcbea87f633f4a29bbc218a5db4f58
    Reviewed-on: https://go-review.googlesource.com/70530
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarAustin Clements <austin@google.com>
    378de1ae
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...