* config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
[official-gcc.git] / gcc / config / xtensa / crtn.asm
blobb4bdad93fe4cc661208a65d72165fb9b1b7333ba
1 # End of .init and .fini sections.
2 # Copyright (C) 2003 Free Software Foundation, Inc.
3 #
4 # This file is free software; you can redistribute it and/or modify it
5 # under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
7 # any later version.
8 #
9 # In addition to the permissions in the GNU General Public License, the
10 # Free Software Foundation gives you unlimited permission to link the
11 # compiled version of this file into combinations with other programs,
12 # and to distribute those combinations without any restriction coming
13 # from the use of this file. (The General Public License restrictions
14 # do apply in other respects; for example, they cover modification of
15 # the file, and distribution when not linked into a combine
16 # executable.)
18 # GCC is distributed in the hope that it will be useful, but WITHOUT ANY
19 # WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21 # for more details.
23 # You should have received a copy of the GNU General Public License
24 # along with GCC; see the file COPYING. If not, write to the Free
25 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
26 # 02111-1307, USA.
28 # This file just makes sure that the .fini and .init sections do in
29 # fact return. Users may put any desired instructions in those sections.
30 # This file is the last thing linked into any executable.
32 .section .init
33 retw
35 .section .fini
36 retw