From: eck Date: Fri, 28 Sep 1990 09:29:51 +0000 (+0000) Subject: some minor fixes X-Git-Tag: release-5-5~1502 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a50ec18466b53ab487a4118bd41427e46ceea67d;p=ack.git some minor fixes --- diff --git a/mach/m68020/libem/em_end.s b/mach/m68020/libem/em_end.s index bd6396660..a062368da 100644 --- a/mach/m68020/libem/em_end.s +++ b/mach/m68020/libem/em_end.s @@ -11,7 +11,7 @@ .align 4 .sect .bss .align 4 -.sect .end ! only for declaration of _end and endbss. +.sect .end ! only for declaration of _end, __end and endbss. .sect .text endtext: diff --git a/mach/m68020/libem/end.s b/mach/m68020/libem/end.s index 1be1beb7f..93a1e6e00 100644 --- a/mach/m68020/libem/end.s +++ b/mach/m68020/libem/end.s @@ -4,5 +4,4 @@ .sect .bss .define _end .sect .end ! only for declaration of _end, __end and endbss. - .sect .end _end: