118334Speter/* Definitions for "naked" Intel 386 using a.out (or coff encap'd
218334Speter   a.out) object format and stabs debugging info.
318334Speter
4117395Skan   Copyright (C) 1994, 2002 Free Software Foundation, Inc.
518334Speter
6132718SkanThis file is part of GCC.
718334Speter
8132718SkanGCC is free software; you can redistribute it and/or modify
918334Speterit under the terms of the GNU General Public License as published by
1018334Speterthe Free Software Foundation; either version 2, or (at your option)
1118334Speterany later version.
1218334Speter
13132718SkanGCC is distributed in the hope that it will be useful,
1418334Speterbut WITHOUT ANY WARRANTY; without even the implied warranty of
1518334SpeterMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1618334SpeterGNU General Public License for more details.
1718334Speter
1818334SpeterYou should have received a copy of the GNU General Public License
19132718Skanalong with GCC; see the file COPYING.  If not, write to
20169689Skanthe Free Software Foundation, 51 Franklin Street, Fifth Floor,
21169689SkanBoston, MA 02110-1301, USA.  */
2218334Speter
2318334Speter
24117395Skan#define TARGET_VERSION fprintf (stderr, " (80386, BSD a.out syntax)");
2518334Speter
2618334Speter/* end of i386-aout.h */
27