From d5337e9829e1a3a6b7a9b8cfc569a2a27940db64 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 15 Oct 2009 23:57:04 -0700 Subject: [PATCH] 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 --- src/pkg/debug/gosym/pclinetest.s | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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 -- 2.50.0