summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64/crtn.S
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-25 02:30:22 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-25 02:30:22 +0100
commitf7926e7a2167ab4489aebcdafbb9b5423b8bb67f (patch)
tree510ab98a64bbf8cd48d8d69db0ec66427cfa8f24 /sysdeps/powerpc/powerpc64/crtn.S
parent779a2514a61d103a9a1479478ad15d2ca9478d6c (diff)
parent58695b88a9deaecbcf7794760cc333177edaa2b4 (diff)
Merge commit 'refs/top-bases/t/vm_copy' into t/vm_copy
Diffstat (limited to 'sysdeps/powerpc/powerpc64/crtn.S')
-rw-r--r--sysdeps/powerpc/powerpc64/crtn.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/powerpc/powerpc64/crtn.S b/sysdeps/powerpc/powerpc64/crtn.S
index 364e53aae7..6af1d9e449 100644
--- a/sysdeps/powerpc/powerpc64/crtn.S
+++ b/sysdeps/powerpc/powerpc64/crtn.S
@@ -1,5 +1,5 @@
/* Special .init and .fini section support for PowerPC64.
- Copyright (C) 2012-2013 Free Software Foundation, Inc.
+ Copyright (C) 2012-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -39,13 +39,13 @@
#include <sysdep.h>
.section .init,"ax",@progbits
- addi r1, r1, 112
- ld r0, 16(r1)
+ addi r1, r1, FRAME_MIN_SIZE_PARM
+ ld r0, FRAME_LR_SAVE(r1)
mtlr r0
blr
.section .fini,"ax",@progbits
- addi r1, r1, 112
- ld r0, 16(r1)
+ addi r1, r1, FRAME_MIN_SIZE_PARM
+ ld r0, FRAME_LR_SAVE(r1)
mtlr r0
blr