summaryrefslogtreecommitdiff
path: root/sysdeps/nios2/crti.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nios2/crti.S')
-rw-r--r--sysdeps/nios2/crti.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/nios2/crti.S b/sysdeps/nios2/crti.S
index 921cae7e37..46ab896ac0 100644
--- a/sysdeps/nios2/crti.S
+++ b/sysdeps/nios2/crti.S
@@ -1,5 +1,5 @@
/* Special .init and .fini section support for Nios II.
- Copyright (C) 2012-2016 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