Adapated to use of new linker & assembler.
This commit is contained in:
		
							parent
							
								
									04e97ce36b
								
							
						
					
					
						commit
						23bf60a80e
					
				
					 10 changed files with 59 additions and 9 deletions
				
			
		|  | @ -1,6 +1,11 @@ | ||||||
| .define _acct
 | .define _acct
 | ||||||
|  | .sect .text | ||||||
|  | .sect .rom | ||||||
|  | .sect .data | ||||||
|  | .sect .bss | ||||||
|  | .sect .text | ||||||
| .extern _acct
 | .extern _acct
 | ||||||
| .text | .sect .text | ||||||
| _acct:		move.w #0x33,d0 | _acct:		move.w #0x33,d0 | ||||||
| 		move.l 4(sp),a0 | 		move.l 4(sp),a0 | ||||||
| 		jmp callc | 		jmp callc | ||||||
|  |  | ||||||
|  | @ -1,6 +1,11 @@ | ||||||
| .define _chown
 | .define _chown
 | ||||||
|  | .sect .text | ||||||
|  | .sect .rom | ||||||
|  | .sect .data | ||||||
|  | .sect .bss | ||||||
|  | .sect .text | ||||||
| .extern _chown
 | .extern _chown
 | ||||||
| .text | .sect .text | ||||||
| _chown:		move.w #0x10,d0 | _chown:		move.w #0x10,d0 | ||||||
| 		move.l 4(sp),a0 | 		move.l 4(sp),a0 | ||||||
| 		move.w 8(sp),d1 | 		move.w 8(sp),d1 | ||||||
|  |  | ||||||
|  | @ -1,6 +1,11 @@ | ||||||
| .define _dup
 | .define _dup
 | ||||||
|  | .sect .text | ||||||
|  | .sect .rom | ||||||
|  | .sect .data | ||||||
|  | .sect .bss | ||||||
|  | .sect .text | ||||||
| .extern _dup
 | .extern _dup
 | ||||||
| .text | .sect .text | ||||||
| _dup:		move.w #0x29,d0 | _dup:		move.w #0x29,d0 | ||||||
| 		move.w 4(sp),a0 | 		move.w 4(sp),a0 | ||||||
| 		jmp call | 		jmp call | ||||||
|  |  | ||||||
|  | @ -1,6 +1,11 @@ | ||||||
| .define _dup2
 | .define _dup2
 | ||||||
|  | .sect .text | ||||||
|  | .sect .rom | ||||||
|  | .sect .data | ||||||
|  | .sect .bss | ||||||
|  | .sect .text | ||||||
| .extern _dup2
 | .extern _dup2
 | ||||||
| .text | .sect .text | ||||||
| _dup2:		move.w #0x29,d0 | _dup2:		move.w #0x29,d0 | ||||||
| 		move.w 4(sp),a0 | 		move.w 4(sp),a0 | ||||||
| 		move.w 6(sp),d1 | 		move.w 6(sp),d1 | ||||||
|  |  | ||||||
|  | @ -1,6 +1,11 @@ | ||||||
| .define _ftime
 | .define _ftime
 | ||||||
|  | .sect .text | ||||||
|  | .sect .rom | ||||||
|  | .sect .data | ||||||
|  | .sect .bss | ||||||
|  | .sect .text | ||||||
| .extern _ftime
 | .extern _ftime
 | ||||||
| .text | .sect .text | ||||||
| _ftime:		move.w #0x23,d0 | _ftime:		move.w #0x23,d0 | ||||||
| 		move.l 4(sp),a0 | 		move.l 4(sp),a0 | ||||||
| 		jmp callc | 		jmp callc | ||||||
|  |  | ||||||
|  | @ -1,6 +1,11 @@ | ||||||
| .define _lock
 | .define _lock
 | ||||||
|  | .sect .text | ||||||
|  | .sect .rom | ||||||
|  | .sect .data | ||||||
|  | .sect .bss | ||||||
|  | .sect .text | ||||||
| .extern _lock
 | .extern _lock
 | ||||||
| .text | .sect .text | ||||||
| _lock:		move.w #0x35,d0 | _lock:		move.w #0x35,d0 | ||||||
| 		move.w 4(sp),a0 | 		move.w 4(sp),a0 | ||||||
| 		jmp callc | 		jmp callc | ||||||
|  |  | ||||||
|  | @ -1,4 +1,9 @@ | ||||||
| .define _pipe
 | .define _pipe
 | ||||||
|  | .sect .text | ||||||
|  | .sect .rom | ||||||
|  | .sect .data | ||||||
|  | .sect .bss | ||||||
|  | .sect .text | ||||||
| .extern _pipe
 | .extern _pipe
 | ||||||
| _pipe:		 | _pipe:		 | ||||||
| 		move.w #0x2A,d0 | 		move.w #0x2A,d0 | ||||||
|  |  | ||||||
|  | @ -1,6 +1,11 @@ | ||||||
| .define _profil
 | .define _profil
 | ||||||
|  | .sect .text | ||||||
|  | .sect .rom | ||||||
|  | .sect .data | ||||||
|  | .sect .bss | ||||||
|  | .sect .text | ||||||
| .extern _profil
 | .extern _profil
 | ||||||
| .text | .sect .text | ||||||
| _profil:	move.w #0x2C,d0 | _profil:	move.w #0x2C,d0 | ||||||
| 		move.l 4(sp),a0 | 		move.l 4(sp),a0 | ||||||
| 		move.w 8(sp),d1 | 		move.w 8(sp),d1 | ||||||
|  |  | ||||||
|  | @ -1,6 +1,11 @@ | ||||||
| .define _umask
 | .define _umask
 | ||||||
|  | .sect .text | ||||||
|  | .sect .rom | ||||||
|  | .sect .data | ||||||
|  | .sect .bss | ||||||
|  | .sect .text | ||||||
| .extern _umask
 | .extern _umask
 | ||||||
| .text | .sect .text | ||||||
| _umask:		move.w #0x3C,d0 | _umask:		move.w #0x3C,d0 | ||||||
| 		move.w 4(sp),a0 | 		move.w 4(sp),a0 | ||||||
| 		jmp call | 		jmp call | ||||||
|  |  | ||||||
|  | @ -1,6 +1,11 @@ | ||||||
| .define _utime
 | .define _utime
 | ||||||
|  | .sect .text | ||||||
|  | .sect .rom | ||||||
|  | .sect .data | ||||||
|  | .sect .bss | ||||||
|  | .sect .text | ||||||
| .extern _utime
 | .extern _utime
 | ||||||
| .text | .sect .text | ||||||
| _utime:		move.w #0x1E,d0 | _utime:		move.w #0x1E,d0 | ||||||
| 		move.l 4(sp),a0 | 		move.l 4(sp),a0 | ||||||
| 		move.l 8(sp),d1 | 		move.l 8(sp),d1 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue