190075Sobrien/* Definitions for ecos based ARM systems using ELF
290075Sobrien   Copyright (C) 1998, 2001 Free Software Foundation, Inc.
390075Sobrien
4132718Skan   This file is part of GCC.
590075Sobrien
6132718Skan   GCC is free software; you can redistribute it and/or modify it
7132718Skan   under the terms of the GNU General Public License as published
8132718Skan   by the Free Software Foundation; either version 2, or (at your
9132718Skan   option) any later version.
1090075Sobrien
11132718Skan   GCC is distributed in the hope that it will be useful, but WITHOUT
12132718Skan   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13132718Skan   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
14132718Skan   License for more details.
1590075Sobrien
16132718Skan   You should have received a copy of the GNU General Public License
17132718Skan   along with this program; see the file COPYING.  If not, write to
18169689Skan   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
19169689Skan   Boston, MA 02110-1301, USA.  */
2090075Sobrien
2190075Sobrien/* Run-time Target Specification.  */
2290075Sobrien#undef  TARGET_VERSION
2390075Sobrien#define TARGET_VERSION	fputs (" (ARM/ELF Ecos)", stderr);
2490075Sobrien
2590075Sobrien#define HAS_INIT_SECTION
2690075Sobrien
2790075Sobrien#undef INVOKE_main
2890075Sobrien
29