]> Cypherpunks repositories - gostls13.git/commit
first stub for softfloats, intercepts float instructions and skips
authorKai Backman <kaib@golang.org>
Fri, 18 Dec 2009 00:08:42 +0000 (16:08 -0800)
committerKai Backman <kaib@golang.org>
Fri, 18 Dec 2009 00:08:42 +0000 (16:08 -0800)
commitd85bb81878c06867e1bc7130ffa3db129b32f0f2
treed273c4b57a73dc3ace6b68a47038e315b3a1a9a6
parent4ddcb0ea738c181070039db8d9fed9f81958424c
first stub for softfloats, intercepts float instructions and skips
        them in the stream.

R=rsc
https://golang.org/cl/174052
src/cmd/5l/Makefile
src/cmd/5l/l.h
src/cmd/5l/obj.c
src/cmd/5l/softfloat.c [new file with mode: 0644]
src/cmd/ld/go.c
src/cmd/ld/lib.h
src/pkg/runtime/Makefile
src/pkg/runtime/arm/asm.s
src/pkg/runtime/arm/softfloat.c [new file with mode: 0644]
src/pkg/runtime/arm/vlop.s