]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/mips/mips32/crti.S
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / mips / mips32 / crti.S
index 2cfdb23e3e1682cde7f088c9ac3f57208c063c0a..d3f4b455cc7d1437804f984198bc4b0cc74346c3 100644 (file)
@@ -1,5 +1,5 @@
 /* Special .init and .fini section support for MIPS (o32).
-   Copyright (C) 1995-2017 Free Software Foundation, Inc.
+   Copyright (C) 1995-2019 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
@@ -65,6 +65,7 @@
        .section .init,"ax",@progbits
        .p2align 2
        .globl _init
+       .hidden _init
        .type _init, @function
 _init:
        .set noreorder
@@ -90,6 +91,7 @@ _init:
        .section .fini,"ax",@progbits
        .p2align 2
        .globl _fini
+       .hidden _fini
        .type _fini, @function
 _fini:
        .set noreorder