diff options
| author | Russ Cox <rsc@golang.org> | 2010-10-21 12:50:23 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-10-21 12:50:23 -0400 |
| commit | 833c06581a38393faaff26a1a4f5b847e333ea2b (patch) | |
| tree | 1b9c68f0291f642255b3197917d5920b4c413563 /src/pkg/debug | |
| parent | b57b10f9926c93e5369d1f08900cb3f62d7be64e (diff) | |
| download | go-833c06581a38393faaff26a1a4f5b847e333ea2b.tar.xz | |
fix build
R=ken2
CC=golang-dev
https://golang.org/cl/2621042
Diffstat (limited to 'src/pkg/debug')
| -rw-r--r-- | src/pkg/debug/gosym/pclinetest.s | 33 |
1 files changed, 2 insertions, 31 deletions
diff --git a/src/pkg/debug/gosym/pclinetest.s b/src/pkg/debug/gosym/pclinetest.s index 4acb744fc0..6305435b09 100644 --- a/src/pkg/debug/gosym/pclinetest.s +++ b/src/pkg/debug/gosym/pclinetest.s @@ -51,37 +51,8 @@ TEXT main(SB),7,$0 CALL pcfromline(SB) // Keep the linker happy -TEXT runtime·morestack(SB),7,$0 +TEXT main·main(SB),7,$0 RET -TEXT runtime·morestack00(SB),7,$0 +TEXT main·init(SB),7,$0 RET - -TEXT runtime·morestack10(SB),7,$0 - RET - -TEXT runtime·morestack01(SB),7,$0 - RET - -TEXT runtime·morestack11(SB),7,$0 - RET - -TEXT runtime·morestack8(SB),7,$0 - RET - -TEXT runtime·morestack16(SB),7,$0 - RET - -TEXT runtime·morestack24(SB),7,$0 - RET - -TEXT runtime·morestack32(SB),7,$0 - RET - -TEXT runtime·morestack40(SB),7,$0 - RET - -TEXT runtime·morestack48(SB),7,$0 - RET - - |
