From: bal Date: Fri, 19 Jul 1985 13:43:03 +0000 (+0000) Subject: .sect .text added X-Git-Tag: release-5-5~5434 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=04cee5597622a167d8137279604fa94dbccf1b18;p=ack.git .sect .text added --- diff --git a/mach/m68k2/libsys/execl.s b/mach/m68k2/libsys/execl.s index 0fbfd8aed..6dcbdb4bc 100644 --- a/mach/m68k2/libsys/execl.s +++ b/mach/m68k2/libsys/execl.s @@ -4,6 +4,7 @@ .sect .data .sect .bss .extern _execl + .sect .text _execl: link a6,#0 tst.b -132(sp) move.l _environ,-(sp) diff --git a/mach/m68k2/libsys/fstat.s b/mach/m68k2/libsys/fstat.s index bfda6d9b6..9912b4d3e 100644 --- a/mach/m68k2/libsys/fstat.s +++ b/mach/m68k2/libsys/fstat.s @@ -4,6 +4,7 @@ .sect .data .sect .bss .extern _fstat + .sect .text _fstat: move.w #0x1C,d0 move.w 4(sp),a0 move.l 6(sp),d1 diff --git a/mach/m68k2/libsys/signal.s b/mach/m68k2/libsys/signal.s index 01f5df5e4..c77441613 100644 --- a/mach/m68k2/libsys/signal.s +++ b/mach/m68k2/libsys/signal.s @@ -5,6 +5,7 @@ .sect .bss .extern _signal NSIG=32 + .sect .text _signal: move.w 4(sp), d0 ext.l d0 diff --git a/mach/m68k2/libsys/wait.s b/mach/m68k2/libsys/wait.s index c5a5de105..18a85f15b 100644 --- a/mach/m68k2/libsys/wait.s +++ b/mach/m68k2/libsys/wait.s @@ -4,6 +4,7 @@ .sect .data .sect .bss .extern _wait + .sect .text _wait: move.w #0x7,d0 move.l 4(sp),a0 trap #0