]> Cypherpunks repositories - gostls13.git/commit
5l: delete dead code
authorRuss Cox <rsc@golang.org>
Thu, 9 Jun 2011 22:07:56 +0000 (18:07 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 9 Jun 2011 22:07:56 +0000 (18:07 -0400)
commit3e57d7f7bf9b99d8010ebb4ec8231bafbba1adad
tree495f229ca5c8f3cf5c75905c9996a813aec26502
parent2ac375b2df85ccf6d2712272bba4d1487e275810
5l: delete dead code

Thumb code and ARM pre-V4 code is unused,
unmaintained, and almost certainly wrong by now.
Every time I try to change 5l I have to sort out
what's dead code and what's not.

30% of lines of code in this directory deleted.

R=ken2
CC=golang-dev
https://golang.org/cl/4601049
12 files changed:
src/cmd/5l/5.out.h
src/cmd/5l/Makefile
src/cmd/5l/asm.c
src/cmd/5l/l.h
src/cmd/5l/list.c
src/cmd/5l/noop.c
src/cmd/5l/obj.c
src/cmd/5l/optab.c
src/cmd/5l/pass.c
src/cmd/5l/prof.c
src/cmd/5l/span.c
src/cmd/5l/thumb.c [deleted file]