Module Name:    src
Committed By:   skrll
Date:           Thu Oct 18 19:02:46 UTC 2018

Modified Files:
        src/sys/arch/acorn32/stand/lib: riscoscalls.S

Log Message:
Use unified syntax


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/acorn32/stand/lib/riscoscalls.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/acorn32/stand/lib/riscoscalls.S
diff -u src/sys/arch/acorn32/stand/lib/riscoscalls.S:1.10 src/sys/arch/acorn32/stand/lib/riscoscalls.S:1.11
--- src/sys/arch/acorn32/stand/lib/riscoscalls.S:1.10	Sat Aug 19 22:44:58 2006
+++ src/sys/arch/acorn32/stand/lib/riscoscalls.S	Thu Oct 18 19:02:46 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: riscoscalls.S,v 1.10 2006/08/19 22:44:58 bjh21 Exp $	*/
+/*	$NetBSD: riscoscalls.S,v 1.11 2018/10/18 19:02:46 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2001 Ben Harris
@@ -102,7 +102,7 @@ ENTRY(xosargs_read)
 	sub	fp, ip, #4
 	mov	r3, r2
 	swi	XOS_Args
-	ldmvsdb	fp, {fp, sp, pc}
+	ldmdbvs	fp, {fp, sp, pc}
 	teq	r3, #0
 	strne	r2, [r3]
 	mov	r0, #0
@@ -161,7 +161,7 @@ ENTRY(xosfind_open)
 	stmfd	sp!, {fp, ip, lr, pc}
 	sub	fp, ip, #4
 	swi	XOS_Find
-	ldmvsdb	fp, {fp, sp, pc}
+	ldmdbvs	fp, {fp, sp, pc}
 	teq	r3, #0
 	strne	r0, [r3]
 	mov	r0, #0
@@ -212,7 +212,7 @@ ENTRY(xosmodule_alloc)
 	mov	r3, r0
 	mov	r0, #OSModule_Alloc
 	swi	XOS_Module
-	ldmvsdb	fp, {fp, sp, pc}
+	ldmdbvs	fp, {fp, sp, pc}
 	teq	r1, #0
 	strne	r2, [r1]
 	mov	r0, #0
@@ -238,7 +238,7 @@ ENTRY(xosmodule_lookup)
 	mov	r1, r0
 	mov	r0, #OSModule_Lookup
 	swi	XOS_Module
-	ldmvsdb	fp, {r4-r8, fp, sp, pc}
+	ldmdbvs	fp, {r4-r8, fp, sp, pc}
 	teq	r6, #0
 	strne	r1, [r6]
 	teq	r7, #0
@@ -285,7 +285,7 @@ ENTRY(xos_swi_number_from_string)
 	mov	r2, r1
 	mov	r1, r0
 	swi	XOS_SWINumberFromString
-	ldmvsdb	fp, {fp, sp, pc}
+	ldmdbvs	fp, {fp, sp, pc}
 	str	r0, [r2]
 	mov	r0, #0
 	ldmdb	fp, {fp, sp, pc}
@@ -363,7 +363,7 @@ ENTRY(xosmemory_read_arrangement_table_s
 	mov	r4, r1
 	mov	r0, #OSMemory_ReadArrangementTableSize
 	swi	XOS_Memory
-	ldmvsdb	fp, {r4, fp, sp, pc}
+	ldmdbvs	fp, {r4, fp, sp, pc}
 	cmp	r3, #0
 	strne	r1, [r3]
 	cmp	r4, #0
@@ -403,7 +403,7 @@ ENTRY(xcache_control)
 	stmfd	sp!, {fp, ip, lr, pc}
 	sub	fp, ip, #4
 	swi	XCache_Control
-	ldmvsdb	fp, {fp, sp, pc}
+	ldmdbvs	fp, {fp, sp, pc}
 	teq	r2, #0
 	strne	r0, [r2]
 	mov	r0, #0
@@ -419,7 +419,7 @@ ENTRY(xfilecorediscop_read_sectors)
 	orr	r1, r0, #FileCoreDiscOp_ReadSectors
 	ldr	r8, [fp, #4]
 	swi	XFileCore_DiscOp
-	ldmvsdb	fp, {r4, r8, fp, sp, pc}
+	ldmdbvs	fp, {r4, r8, fp, sp, pc}
 	ldr	r0, [fp, #8]
 	teq	r0, #0
 	strne	r2, [r0]
@@ -441,7 +441,7 @@ ENTRY(xfilecore_drives)
 	mov	r3, r1
 	mov	r8, r0
 	swi	XFileCore_Drives
-	ldmvsdb	fp, {r4-r5, r8, fp, sp, pc}
+	ldmdbvs	fp, {r4-r5, r8, fp, sp, pc}
 	teq	r3, #0
 	strne	r0, [r3]
 	teq	r4, #0
@@ -461,7 +461,7 @@ ENTRY(xfilecoresectorop_read_sectors)
 	orr	r1, r0, #FileCoreDiscOp_ReadSectors
 	ldr	r8, [fp, #4]
 	swi	XFileCore_SectorOp
-	ldmvsdb	fp, {r4, r8, fp, sp, pc}
+	ldmdbvs	fp, {r4, r8, fp, sp, pc}
 	ldr	r0, [fp, #8]
 	teq	r0, #0
 	strne	r2, [r0]
@@ -485,7 +485,7 @@ ENTRY(xfilecorediscop64_read_sectors)
 	ldr	r5, [fp, #4]
 	ldr	r8, [fp, #8]
 	swi	XFileCore_DiscOp64
-	ldmvsdb	fp, {r4, r5, r8, fp, sp, pc}
+	ldmdbvs	fp, {r4, r5, r8, fp, sp, pc}
 	ldr	r0, [fp, #12]
 	teq	r0, #0
 	strne	r2, [r0]

Reply via email to