]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/powerpc/powerpc64/crti.S
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / sysdeps / powerpc / powerpc64 / crti.S
index 61b1409a33649618993f44c04095260a54bdd887..1b0d866c98baf10e8da4e1f3ffbf17cb7baa5d9c 100644 (file)
@@ -1,5 +1,5 @@
 /* Special .init and .fini section support for PowerPC64.
-   Copyright (C) 2012-2018 Free Software Foundation, Inc.
+   Copyright (C) 2012-2021 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
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
@@ -62,6 +62,7 @@
 #endif
        .section ".init", "ax", @progbits
        ENTRY_2(_init)
+       .hidden _init
        .align ALIGNARG (2)
 BODY_LABEL (_init):
        LOCALENTRY(_init)
@@ -80,6 +81,7 @@ BODY_LABEL (_init):
 
        .section ".fini", "ax", @progbits
        ENTRY_2(_fini)
+       .hidden _fini
        .align ALIGNARG (2)
 BODY_LABEL (_fini):
        LOCALENTRY(_fini)