]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ports/sysdeps/arm/crti.S
Update copyright notices with scripts/update-copyrights
[thirdparty/glibc.git] / ports / sysdeps / arm / crti.S
index 1d55ae27adb59b579035cfd1d0c2a48fe7d16aca..d053e17ddb1ca2ab5a3a86b14da7817724a3fd80 100644 (file)
@@ -1,5 +1,5 @@
 /* Special .init and .fini section support for ARM.
-   Copyright (C) 1995-2013 Free Software Foundation, Inc.
+   Copyright (C) 1995-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
@@ -80,7 +80,7 @@ call_weak_fn:
        .globl _init
        .type _init, %function
 _init:
-       stmfd sp!, {r3, lr}
+       push    {r3, lr}
 #if PREINIT_FUNCTION_WEAK
        bl call_weak_fn
 #else
@@ -92,4 +92,4 @@ _init:
        .globl _fini
        .type _fini, %function
 _fini:
-       stmfd sp!, {r3, lr}
+       push    {r3, lr}