From: Russ Cox Date: Fri, 16 Oct 2009 06:57:04 +0000 (-0700) Subject: fix linux build: X-Git-Tag: weekly.2009-11-06~278 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d5337e9829e1a3a6b7a9b8cfc569a2a27940db64;p=gostls13.git fix linux build: i renamed sys to runtime but didn't remember this file. (and the darwin build doesn't use it.) TBR=r OCL=35826 CL=35826 --- diff --git a/src/pkg/debug/gosym/pclinetest.s b/src/pkg/debug/gosym/pclinetest.s index 5a410c8b84..519656b63e 100644 --- a/src/pkg/debug/gosym/pclinetest.s +++ b/src/pkg/debug/gosym/pclinetest.s @@ -51,39 +51,39 @@ TEXT main(SB),7,$0 CALL pcfromline(SB) // Keep the linker happy -TEXT sys·morestack(SB),7,$0 +TEXT runtime·morestack(SB),7,$0 RET -TEXT sys·morestack00(SB),7,$0 +TEXT runtime·morestack00(SB),7,$0 RET -TEXT sys·morestack10(SB),7,$0 +TEXT runtime·morestack10(SB),7,$0 RET -TEXT sys·morestack01(SB),7,$0 +TEXT runtime·morestack01(SB),7,$0 RET -TEXT sys·morestack11(SB),7,$0 +TEXT runtime·morestack11(SB),7,$0 RET -TEXT sys·morestack8(SB),7,$0 +TEXT runtime·morestack8(SB),7,$0 RET -TEXT sys·morestack16(SB),7,$0 +TEXT runtime·morestack16(SB),7,$0 RET -TEXT sys·morestack24(SB),7,$0 +TEXT runtime·morestack24(SB),7,$0 RET -TEXT sys·morestack32(SB),7,$0 +TEXT runtime·morestack32(SB),7,$0 RET -TEXT sys·morestack40(SB),7,$0 +TEXT runtime·morestack40(SB),7,$0 RET -TEXT sys·morestack48(SB),7,$0 +TEXT runtime·morestack48(SB),7,$0 RET -TEXT sys·morestack8(SB),7,$0 +TEXT runtime·morestack8(SB),7,$0 RET