]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/nios2/crti.S
Mark _init and _fini as hidden [BZ #23145]
[thirdparty/glibc.git] / sysdeps / nios2 / crti.S
index d37c72187ad3465dd7cd6fd8dab994014e80ada0..46ab896ac06d97a1fe774ab6c5b36f116ea8c410 100644 (file)
@@ -1,5 +1,5 @@
 /* Special .init and .fini section support for Nios II.
-   Copyright (C) 2012-2017 Free Software Foundation, Inc.
+   Copyright (C) 2012-2018 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
@@ -57,6 +57,7 @@
        .section .init,"ax",@progbits
        .align  2
        .global _init
+       .hidden _init
        .type   _init, @function
 _init:
        addi    sp, sp, -8
@@ -84,6 +85,7 @@ _init:
        .section .fini,"ax",@progbits
        .align  2
        .global _fini
+       .hidden _fini
        .type   _fini, @function
 _fini:
        addi    sp, sp, -8