]> Cypherpunks repositories - gostls13.git/commitdiff
fix build
authorRuss Cox <rsc@golang.org>
Thu, 21 Oct 2010 16:50:23 +0000 (12:50 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 21 Oct 2010 16:50:23 +0000 (12:50 -0400)
R=ken2
CC=golang-dev
https://golang.org/cl/2621042

src/pkg/debug/gosym/pclinetest.s

index 4acb744fc0e42587d9e4f39e24bb41c2e28fb049..6305435b09e1308b6a77c3682fca7e6f2469a9d1 100644 (file)
@@ -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
-
-