From: Richard Henderson Date: Wed, 25 Aug 2004 19:59:01 +0000 (+0000) Subject: * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind instead... X-Git-Tag: upstream/2.20~10637 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=effeb660b7506f735067d37e0fba39b3acf87d0b;p=platform%2Fupstream%2Flinaro-glibc.git * 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 * 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. --- diff --git a/ChangeLog b/ChangeLog index 5b2d4cf..06fab9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-08-25 Richard Henderson + + * 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 Ulrich Drepper * nscd/connections.c: Make socket nonblocking so that threads diff --git a/sysdeps/alpha/elf/start.S b/sysdeps/alpha/elf/start.S index c6d7587..3c2bc59 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. */ diff --git a/sysdeps/unix/sysv/linux/alpha/clone.S b/sysdeps/unix/sysv/linux/alpha/clone.S index daa804c..b4766ec 100644 --- a/sysdeps/unix/sysv/linux/alpha/clone.S +++ b/sysdeps/unix/sysv/linux/alpha/clone.S @@ -89,7 +89,8 @@ $error: .ent thread_start thread_start: - .frame zero,0,zero,0 + .frame fp,0,fp,0 + mov 0, fp .prologue 0 /* Load up the arguments. */