]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S
Update copyright notices with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / powerpc / powerpc32 / ____longjmp_chk.S
index cfd9864f63515517dfdbe0277bf48113dab1db97..978370e62508a59b7cd6c1159c893a0c40074d00 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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
@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <rtld-global-offsets.h>
 
 #ifdef PIC
 #  define LOAD_ARG \
-       bcl     20,31,1f;                               \
-1:     mflr    r3;                                     \
-       addis   r3,r3,_GLOBAL_OFFSET_TABLE_-1b@ha;      \
-       addi    r3,r3,_GLOBAL_OFFSET_TABLE_-1b@l;       \
+       SETUP_GOT_ACCESS(r3,got_label2);                        \
+       addis   r3,r3,_GLOBAL_OFFSET_TABLE_-got_label2@ha;      \
+       addi    r3,r3,_GLOBAL_OFFSET_TABLE_-got_label2@l;       \
        lwz     r3,.LC0@got(r3)
 #else
 # define LOAD_ARG \