1162298Simp/* $FreeBSD$ */
2162298Simp
3162298Simp/* Parameters for execution on an ARM running NetBSD, for GDB.
4162298Simp   Copyright 1994 Free Software Foundation, Inc.
5162298Simp
6162298Simp   This file is part of GDB.
7162298Simp
8162298Simp   This program is free software; you can redistribute it and/or modify
9162298Simp   it under the terms of the GNU General Public License as published by
10162298Simp   the Free Software Foundation; either version 2 of the License, or
11162298Simp   (at your option) any later version.
12162298Simp
13162298Simp   This program is distributed in the hope that it will be useful,
14162298Simp   but WITHOUT ANY WARRANTY; without even the implied warranty of
15162298Simp   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16162298Simp   GNU General Public License for more details.
17162298Simp
18162298Simp   You should have received a copy of the GNU General Public License
19162298Simp   along with this program; if not, write to the Free Software
20162298Simp   Foundation, Inc., 59 Temple Place - Suite 330,
21162298Simp   Boston, MA 02111-1307, USA.  */
22162298Simp
23