Adapated to use of new linker & assembler.
authorkeie <none@none>
Tue, 4 Jun 1985 11:30:54 +0000 (11:30 +0000)
committerkeie <none@none>
Tue, 4 Jun 1985 11:30:54 +0000 (11:30 +0000)
mach/m68k2/libsys/acct.s
mach/m68k2/libsys/chown.s
mach/m68k2/libsys/dup.s
mach/m68k2/libsys/dup2.s
mach/m68k2/libsys/ftime.s
mach/m68k2/libsys/lock.s
mach/m68k2/libsys/pipe.s
mach/m68k2/libsys/profil.s
mach/m68k2/libsys/umask.s
mach/m68k2/libsys/utime.s

index b4ba8b6..9fb1131 100644 (file)
@@ -1,6 +1,11 @@
 .define _acct
+.sect .text
+.sect .rom
+.sect .data
+.sect .bss
+.sect .text
 .extern _acct
-.text
+.sect .text
 _acct:         move.w #0x33,d0
                move.l 4(sp),a0
                jmp callc
index 3e33b17..e45f08c 100644 (file)
@@ -1,6 +1,11 @@
 .define _chown
+.sect .text
+.sect .rom
+.sect .data
+.sect .bss
+.sect .text
 .extern _chown
-.text
+.sect .text
 _chown:                move.w #0x10,d0
                move.l 4(sp),a0
                move.w 8(sp),d1
index 75be7dd..760c411 100644 (file)
@@ -1,6 +1,11 @@
 .define _dup
+.sect .text
+.sect .rom
+.sect .data
+.sect .bss
+.sect .text
 .extern _dup
-.text
+.sect .text
 _dup:          move.w #0x29,d0
                move.w 4(sp),a0
                jmp call
index 0227703..444a382 100644 (file)
@@ -1,6 +1,11 @@
 .define _dup2
+.sect .text
+.sect .rom
+.sect .data
+.sect .bss
+.sect .text
 .extern _dup2
-.text
+.sect .text
 _dup2:         move.w #0x29,d0
                move.w 4(sp),a0
                move.w 6(sp),d1
index 432ed3f..d9c7a91 100644 (file)
@@ -1,6 +1,11 @@
 .define _ftime
+.sect .text
+.sect .rom
+.sect .data
+.sect .bss
+.sect .text
 .extern _ftime
-.text
+.sect .text
 _ftime:                move.w #0x23,d0
                move.l 4(sp),a0
                jmp callc
index 9ed9957..0a7a934 100644 (file)
@@ -1,6 +1,11 @@
 .define _lock
+.sect .text
+.sect .rom
+.sect .data
+.sect .bss
+.sect .text
 .extern _lock
-.text
+.sect .text
 _lock:         move.w #0x35,d0
                move.w 4(sp),a0
                jmp callc
index 017adec..4060386 100644 (file)
@@ -1,4 +1,9 @@
 .define _pipe
+.sect .text
+.sect .rom
+.sect .data
+.sect .bss
+.sect .text
 .extern _pipe
 _pipe:         
                move.w #0x2A,d0
index c38e498..1ef072e 100644 (file)
@@ -1,6 +1,11 @@
 .define _profil
+.sect .text
+.sect .rom
+.sect .data
+.sect .bss
+.sect .text
 .extern _profil
-.text
+.sect .text
 _profil:       move.w #0x2C,d0
                move.l 4(sp),a0
                move.w 8(sp),d1
index 8eae00c..066c7ff 100644 (file)
@@ -1,6 +1,11 @@
 .define _umask
+.sect .text
+.sect .rom
+.sect .data
+.sect .bss
+.sect .text
 .extern _umask
-.text
+.sect .text
 _umask:                move.w #0x3C,d0
                move.w 4(sp),a0
                jmp call
index 0e0b6dd..634d449 100644 (file)
@@ -1,6 +1,11 @@
 .define _utime
+.sect .text
+.sect .rom
+.sect .data
+.sect .bss
+.sect .text
 .extern _utime
-.text
+.sect .text
 _utime:                move.w #0x1E,d0
                move.l 4(sp),a0
                move.l 8(sp),d1