summary refs log tree commit diff
path: root/sysdeps/mach/hurd/mips/init-first.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-10-03 00:24:35 +0000
committerUlrich Drepper <drepper@redhat.com>2002-10-03 00:24:35 +0000
commit62497f9c8b39d6de707ed0f3a6019699ab5ce3a8 (patch)
tree9fe4d6e670588d360b1a5259e305e28c049427d9 /sysdeps/mach/hurd/mips/init-first.c
parent4c98451b0e9ec94943c4908d83d76a6d1d6a90ac (diff)
downloadglibc-62497f9c8b39d6de707ed0f3a6019699ab5ce3a8.tar.gz
glibc-62497f9c8b39d6de707ed0f3a6019699ab5ce3a8.tar.xz
glibc-62497f9c8b39d6de707ed0f3a6019699ab5ce3a8.zip
Update.
2002-10-02  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/s390/s390-32/initfini.c: Avoid unterminated string literals.
	* sysdeps/sh/elf/initfini.c: Likewise.
	* sysdeps/mach/hurd/mips/init-first.c: Likewise.
	* sysdeps/hppa/elf/initfini.c: Likewise.
	* sysdeps/sparc/sparc32/soft-fp/sfp-machine.h: Likewise.
Diffstat (limited to 'sysdeps/mach/hurd/mips/init-first.c')
-rw-r--r--sysdeps/mach/hurd/mips/init-first.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/sysdeps/mach/hurd/mips/init-first.c b/sysdeps/mach/hurd/mips/init-first.c
index 5adba3be17..5f76de7965 100644
--- a/sysdeps/mach/hurd/mips/init-first.c
+++ b/sysdeps/mach/hurd/mips/init-first.c
@@ -216,7 +216,7 @@ _init:\n\
 	jal preinit\n\
 	sd $28, 6*8($29)\n\
 	move $16, $29 # Save the old stack pointer to s0 ($16)\n\
-	daddu $4, $29, 4*8
+	daddu $4, $29, 4*8\n\
 	jal __init\n\
 	# Restore saved registers from the old stack.\n\
 	ld $28, 6*8($16)\n\
@@ -251,7 +251,7 @@ _init:\n\
 	jal preinit\n\
 	sw $28, 24($29)\n\
 	move $16, $29 # Save the old stack pointer to s0 ($16)\n\
-	addu $4, $29, 32
+	addu $4, $29, 32\n\
 	jal __init\n\
 	# Restore saved registers from the old stack.\n\
 	lw $28, 24($16)\n\
@@ -343,12 +343,12 @@ asm ("\
 	.globl __libc_init_first\n\
 __libc_init_first:\n\
 	dsubu $29, 8\n\
-	sd $31, 0($29)
+	sd $31, 0($29)\n\
 	jal __mach_init\n\
-	ld $4, 0($29)
-	ld $5, 1*8($29)
-	ld $6, 2*8($29)
-	ld $7, 3*8($29)
+	ld $4, 0($29)\n\
+	ld $5, 1*8($29)\n\
+	ld $6, 2*8($29)\n\
+	ld $7, 3*8($29)\n\
 	j ___libc_init_first\n\
 ");
 #else
@@ -358,12 +358,12 @@ asm ("\
 	.globl __libc_init_first\n\
 __libc_init_first:\n\
 	subu $29, 4\n\
-	sw $31, 0($29)
+	sw $31, 0($29)\n\
 	jal __mach_init\n\
-	lw $4, 0($29)
-	lw $5, 4($29)
-	lw $6, 8($29)
-	lw $7, 12($29)
+	lw $4, 0($29)\n\
+	lw $5, 4($29)\n\
+	lw $6, 8($29)\n\
+	lw $7, 12($29)\n\
 	j ___libc_init_first\n\
 ");
 #endif