summaryrefslogtreecommitdiff
path: root/sysdeps/ia64/crti.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ia64/crti.S')
-rw-r--r--sysdeps/ia64/crti.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/ia64/crti.S b/sysdeps/ia64/crti.S
index 7861d8a36f..c46e297814 100644
--- a/sysdeps/ia64/crti.S
+++ b/sysdeps/ia64/crti.S
@@ -1,5 +1,5 @@
/* Special .init and .fini section support for IA64.
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-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
@@ -129,6 +129,7 @@ gmon_initializer:
.section .init,"ax",@progbits
.global _init#
+ .hidden _init#
.proc _init#
_init:
.prologue
@@ -145,6 +146,7 @@ _init:
.section .fini,"ax",@progbits
.global _fini#
+ .hidden _fini#
.proc _fini#
_fini:
.prologue