summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/crti.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/crti.S')
-rw-r--r--sysdeps/m68k/crti.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/m68k/crti.S b/sysdeps/m68k/crti.S
index 47f5a958a0..e5f2157cd6 100644
--- a/sysdeps/m68k/crti.S
+++ b/sysdeps/m68k/crti.S
@@ -1,5 +1,5 @@
/* Special .init and .fini section support for m68k.
- 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
@@ -58,6 +58,7 @@
.section .init,"ax",@progbits
.align 2
.globl _init
+ .hidden _init
.type _init, @function
_init:
link.w %fp, #0
@@ -75,6 +76,7 @@ _init:
.section .fini,"ax",@progbits
.align 2
.globl _fini
+ .hidden _fini
.type _fini, @function
_fini:
link.w %fp, #0