OSDN Git Service

* config/h8300/h8300.c (dosize): Avoid corrupting R3 in interrupt
[pf3gnuchains/gcc-fork.git] / gcc / config / h8300 / crtn.asm
1 /* Copyright (C) 2001 Free Software Foundation, Inc.
2    This file was adapted from glibc sources.
3
4 This file is part of GNU CC.
5
6 GNU CC is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by the
8 Free Software Foundation; either version 2, or (at your option) any
9 later version.
10
11 In addition to the permissions in the GNU General Public License, the
12 Free Software Foundation gives you unlimited permission to link the
13 compiled version of this file into combinations with other programs,
14 and to distribute those combinations without any restriction coming
15 from the use of this file.  (The General Public License restrictions
16 do apply in other respects; for example, they cover modification of
17 the file, and distribution when not linked into a combine
18 executable.)
19
20 GNU CC is distributed in the hope that it will be useful,
21 but WITHOUT ANY WARRANTY; without even the implied warranty of
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
23 General Public License for more details.
24
25 You should have received a copy of the GNU General Public License
26 along with this program; see the file COPYING.  If not, write to
27 the Free Software Foundation, 59 Temple Place - Suite 330,
28 Boston, MA 02111-1307, USA.  */
29
30 /* See an explanation about .init and .fini in crti.asm.  */
31
32 #ifdef __H8300H__
33         .h8300h
34 #endif
35
36 #ifdef __H8300S__
37         .h8300s
38 #endif
39         .section .init
40         rts
41
42         .section .fini
43         rts