aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-10-13 15:51:21 -0400
committerRuss Cox <rsc@golang.org>2010-10-13 15:51:21 -0400
commit085be1740afeb292c3aeb6c43c002f06884f763a (patch)
treeba3978474dc763ff2617ada611e244aedea3ed4e /src/pkg/debug
parentd42903119b1d9540b4d8546b7f19bc93d29cadf8 (diff)
downloadgo-085be1740afeb292c3aeb6c43c002f06884f763a.tar.xz
5l, 6l, 8l: first pass cleanup
* Maintain Sym* list for text with individual prog lists instead of using one huge list and overloading p->pcond. * Comment what each file is for. * Move some output code from span.c to asm.c. * Move profiling into prof.c, symbol table into symtab.c. * Move mkfwd to ld/lib.c. * Throw away dhog dynamic loading code. * Throw away Alef become. * Fix printing of WORD instructions in 5l -a. Goal here is to be able to handle each piece of text or data as a separate piece, both to make it easier to load the occasional .o file and also to make it possible to split the work across multiple threads. R=ken2, r, ken3 CC=golang-dev https://golang.org/cl/2335043
Diffstat (limited to 'src/pkg/debug')
-rw-r--r--src/pkg/debug/gosym/pclinetest.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/debug/gosym/pclinetest.s b/src/pkg/debug/gosym/pclinetest.s
index 519656b63e..4acb744fc0 100644
--- a/src/pkg/debug/gosym/pclinetest.s
+++ b/src/pkg/debug/gosym/pclinetest.s
@@ -84,6 +84,4 @@ TEXT runtime·morestack40(SB),7,$0
TEXT runtime·morestack48(SB),7,$0
RET
-TEXT runtime·morestack8(SB),7,$0
- RET