about summary refs log tree commit diff
path: root/sysdeps/alpha/elf/start.S
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-08-25 19:59:01 +0000
committerRichard Henderson <rth@redhat.com>2004-08-25 19:59:01 +0000
commiteffeb660b7506f735067d37e0fba39b3acf87d0b (patch)
tree03eea74e7c24e89fabbcf47dfd76f15b39937253 /sysdeps/alpha/elf/start.S
parentd6db09753a9d33d5f5b98d402b01a2b168ac7785 (diff)
downloadglibc-effeb660b7506f735067d37e0fba39b3acf87d0b.tar.gz
glibc-effeb660b7506f735067d37e0fba39b3acf87d0b.tar.xz
glibc-effeb660b7506f735067d37e0fba39b3acf87d0b.zip
* sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind instead of $31. Zero $15. * sysdeps/unix/sysv/linux/alpha/clone.S (thread_start): Likewise.
2004-08-25  Richard Henderson  <rth@redhat.com>

	* sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind
	instead of $31.  Zero $15.
	* sysdeps/unix/sysv/linux/alpha/clone.S (thread_start): Likewise.
Diffstat (limited to 'sysdeps/alpha/elf/start.S')
-rw-r--r--sysdeps/alpha/elf/start.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/alpha/elf/start.S b/sysdeps/alpha/elf/start.S
index c6d7587314..3c2bc59adc 100644
--- a/sysdeps/alpha/elf/start.S
+++ b/sysdeps/alpha/elf/start.S
@@ -44,10 +44,11 @@
 	.ent _start, 0
 	.type _start,@function
 _start:
-	.frame	$31, 0, $31
+	.frame	$15, 0, $15
 	br	gp, 1f
 1:	ldgp	gp, 0(gp)
 	subq	sp, 16, sp
+	mov	0, $15
 	.prologue 0
 
   /* Load address of the user's main function.  */