deftarg.c 2.54 KB
Newer Older
Richard Kenner committed
1 2 3 4 5 6 7 8
/****************************************************************************
 *                                                                          *
 *                         GNAT COMPILER COMPONENTS                         *
 *                                                                          *
 *                             D E F T A R G                                *
 *                                                                          *
 *                                  Body                                    *
 *                                                                          *
9
 *          Copyright (C) 1992-2003 Free Software Foundation, Inc.          *
Richard Kenner committed
10 11 12 13 14 15 16 17 18
 *                                                                          *
 * GNAT is free software;  you can  redistribute it  and/or modify it under *
 * terms of the  GNU General Public License as published  by the Free Soft- *
 * ware  Foundation;  either version 2,  or (at your option) any later ver- *
 * sion.  GNAT is distributed in the hope that it will be useful, but WITH- *
 * OUT ANY WARRANTY;  without even the  implied warranty of MERCHANTABILITY *
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License *
 * for  more details.  You should have  received  a copy of the GNU General *
 * Public License  distributed with GNAT;  see file COPYING.  If not, write *
R. Kelley Cook committed
19 20
 * to  the  Free Software Foundation,  51  Franklin  Street,  Fifth  Floor, *
 * Boston, MA 02110-1301, USA.                                              *
Richard Kenner committed
21 22 23 24 25 26 27 28
 *                                                                          *
 * As a  special  exception,  if you  link  this file  with other  files to *
 * produce an executable,  this file does not by itself cause the resulting *
 * executable to be covered by the GNU General Public License. This except- *
 * ion does not  however invalidate  any other reasons  why the  executable *
 * file might be covered by the  GNU Public License.                        *
 *                                                                          *
 * GNAT was originally developed  by the GNAT team at  New York University. *
29
 * Extensive contributions were provided by Ada Core Technologies Inc.      *
Richard Kenner committed
30 31 32 33 34 35
 *                                                                          *
 ****************************************************************************/

/* Include a default definition for TARGET_FLAGS for gnatpsta.  */

#include "config.h"
36 37 38
#include "system.h"
#include "coretypes.h"
#include "tm.h"
Richard Kenner committed
39 40

int target_flags = TARGET_DEFAULT;