199005Sobrien/* Definitions to target GDB to ARM targets.
299005Sobrien   Copyright 1986, 1987, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1997,
399005Sobrien   1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
499005Sobrien
599005Sobrien   This file is part of GDB.
699005Sobrien
799005Sobrien   This program is free software; you can redistribute it and/or modify
899005Sobrien   it under the terms of the GNU General Public License as published by
999005Sobrien   the Free Software Foundation; either version 2 of the License, or
1099005Sobrien   (at your option) any later version.
1199005Sobrien
1299005Sobrien   This program is distributed in the hope that it will be useful,
1399005Sobrien   but WITHOUT ANY WARRANTY; without even the implied warranty of
1499005Sobrien   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1599005Sobrien   GNU General Public License for more details.
1699005Sobrien
1799005Sobrien   You should have received a copy of the GNU General Public License
1899005Sobrien   along with this program; if not, write to the Free Software
1999005Sobrien   Foundation, Inc., 59 Temple Place - Suite 330,
2099005Sobrien   Boston, MA 02111-1307, USA.  */
2199005Sobrien
2299005Sobrien#ifndef TM_ARM_H
2399005Sobrien#define TM_ARM_H
2499005Sobrien
2599005Sobrien#define GDB_MULTI_ARCH 1
2699005Sobrien
2799005Sobrien/* Specify that for the native compiler variables for a particular
2899005Sobrien   lexical context are listed after the beginning LBRAC instead of
2999005Sobrien   before in the executables list of symbols.  */
3099005Sobrien#define VARIABLES_INSIDE_BLOCK(desc, gcc_p) (!(gcc_p))
3199005Sobrien
3299005Sobrien#endif /* TM_ARM_H */
33