]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/config/h8300/crtn.S
Update copyright years.
[thirdparty/gcc.git] / libgcc / config / h8300 / crtn.S
CommitLineData
85ec4feb 1/* Copyright (C) 2001-2018 Free Software Foundation, Inc.
f4926e19
R
2 This file was adapted from glibc sources.
3
8aa063fb 4This file is part of GCC.
f4926e19 5
8aa063fb 6GCC is free software; you can redistribute it and/or modify it
f4926e19 7under the terms of the GNU General Public License as published by the
748086b7 8Free Software Foundation; either version 3, or (at your option) any
f4926e19
R
9later version.
10
8aa063fb 11GCC is distributed in the hope that it will be useful,
f4926e19
R
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14General Public License for more details.
15
748086b7
JJ
16Under Section 7 of GPL version 3, you are granted additional
17permissions described in the GCC Runtime Library Exception, version
183.1, as published by the Free Software Foundation.
19
20You should have received a copy of the GNU General Public License and
21a copy of the GCC Runtime Library Exception along with this program;
22see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
23<http://www.gnu.org/licenses/>. */
f4926e19 24
5f73c6cc 25/* See an explanation about .init and .fini in crti.S. */
f4926e19
R
26
27#ifdef __H8300H__
5c29d24c
DD
28#ifdef __NORMAL_MODE__
29 .h8300hn
30#else
f4926e19
R
31 .h8300h
32#endif
5c29d24c 33#endif
f4926e19
R
34
35#ifdef __H8300S__
5c29d24c
DD
36#ifdef __NORMAL_MODE__
37 .h8300sn
38#else
f4926e19 39 .h8300s
5c29d24c 40#endif
beed8fc0
AO
41#endif
42#ifdef __H8300SX__
43#ifdef __NORMAL_MODE__
44 .h8300sxn
45#else
46 .h8300sx
47#endif
f4926e19 48#endif
c469244e 49 .section .init, "ax", @progbits
f4926e19
R
50 rts
51
c469244e 52 .section .fini, "ax", @progbits
f4926e19 53 rts