summaryrefslogtreecommitdiff
path: root/sysdeps/arm/crti.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/arm/crti.S')
-rw-r--r--sysdeps/arm/crti.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/arm/crti.S b/sysdeps/arm/crti.S
index abbc76d572..a1424d0333 100644
--- a/sysdeps/arm/crti.S
+++ b/sysdeps/arm/crti.S
@@ -1,5 +1,5 @@
/* Special .init and .fini section support for ARM.
- Copyright (C) 1995-2016 Free Software Foundation, Inc.
+ Copyright (C) 1995-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
@@ -78,6 +78,7 @@ call_weak_fn:
.section .init,"ax",%progbits
.p2align 2
.globl _init
+ .hidden _init
.type _init, %function
_init:
push {r3, lr}
@@ -90,6 +91,7 @@ _init:
.section .fini,"ax",%progbits
.p2align 2
.globl _fini
+ .hidden _fini
.type _fini, %function
_fini:
push {r3, lr}