summaryrefslogtreecommitdiff
path: root/sysdeps/sparc/crti.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sparc/crti.S')
-rw-r--r--sysdeps/sparc/crti.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/sparc/crti.S b/sysdeps/sparc/crti.S
index 2e917b57b1..a7d1a08acc 100644
--- a/sysdeps/sparc/crti.S
+++ b/sysdeps/sparc/crti.S
@@ -1,5 +1,5 @@
/* Special .init and .fini section support for sparc.
- 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
@@ -66,6 +66,7 @@
.section .init,"ax",@progbits
.p2align 2
.globl _init
+ .hidden _init
.type _init, @function
_init:
save %sp, -STACKFRAME_SIZE, %sp
@@ -88,6 +89,7 @@ _init:
.section .fini,"ax",@progbits
.p2align 2
.globl _fini
+ .hidden _fini
.type _fini, @function
_fini:
save %sp, -STACKFRAME_SIZE, %sp