.sect .text added
authorbal <none@none>
Fri, 19 Jul 1985 13:43:03 +0000 (13:43 +0000)
committerbal <none@none>
Fri, 19 Jul 1985 13:43:03 +0000 (13:43 +0000)
mach/m68k2/libsys/execl.s
mach/m68k2/libsys/fstat.s
mach/m68k2/libsys/signal.s
mach/m68k2/libsys/wait.s

index 0fbfd8a..6dcbdb4 100644 (file)
@@ -4,6 +4,7 @@
 .sect .data
 .sect .bss
 .extern _execl
+               .sect .text
 _execl:                link a6,#0
                tst.b -132(sp)
                move.l _environ,-(sp)
index bfda6d9..9912b4d 100644 (file)
@@ -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
index 01f5df5..c774416 100644 (file)
@@ -5,6 +5,7 @@
 .sect .bss
 .extern _signal
 NSIG=32
+       .sect .text
 _signal:
        move.w  4(sp), d0
        ext.l   d0
index c5a5de1..18a85f1 100644 (file)
@@ -4,6 +4,7 @@
 .sect .data
 .sect .bss
 .extern _wait
+       .sect .text
 _wait:         move.w  #0x7,d0
                move.l  4(sp),a0
                trap #0