From bb85ecc4f0e7db67eca0b442062fd3abb0e58d07 Mon Sep 17 00:00:00 2001 From: eck Date: Fri, 28 Sep 1990 13:08:07 +0000 Subject: [PATCH] changed some names because of namespace pollution --- mach/vax4/libem/print.s | 2 +- mach/vax4/libem/strhp.s | 2 +- mach/vax4/libem/trp.s | 2 +- mach/vax4/libem/vars.s | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mach/vax4/libem/print.s b/mach/vax4/libem/print.s index f80dd97ba..50c225598 100644 --- a/mach/vax4/libem/print.s +++ b/mach/vax4/libem/print.s @@ -19,7 +19,7 @@ printc: pushl $1 pushab Ich pushl $2 - calls $3,_write + calls $3,__write rsb .sect .data diff --git a/mach/vax4/libem/strhp.s b/mach/vax4/libem/strhp.s index 557b2d691..277b268be 100644 --- a/mach/vax4/libem/strhp.s +++ b/mach/vax4/libem/strhp.s @@ -15,7 +15,7 @@ addl2 $02000,r0 bicl2 $0777,r0 pushl r0 - calls $1,_brk + calls $1,__brk tstl r0 beql I2 pushl $EHEAP diff --git a/mach/vax4/libem/trp.s b/mach/vax4/libem/trp.s index 36715d347..622fe4c5f 100644 --- a/mach/vax4/libem/trp.s +++ b/mach/vax4/libem/trp.s @@ -37,7 +37,7 @@ I3: pushl $Iemesend-Iemes pushab Iemes pushl $2 - calls $3,_write + calls $3,__write bpt .sect .data Iemes: diff --git a/mach/vax4/libem/vars.s b/mach/vax4/libem/vars.s index 2bc492332..cafb17430 100644 --- a/mach/vax4/libem/vars.s +++ b/mach/vax4/libem/vars.s @@ -12,4 +12,4 @@ hol0: .trpim: .data4 0 .reghp: - .data4 _end + .data4 __end -- 2.34.1