2002-03-01 David O'Brien <obrien@FreeBSD.org>
[external/binutils.git] / gdb / config / sparc / tm-fbsd.h
1 /* Target-dependent definitions for FreeBSD/sparc64.
2    Copyright 2002 Free Software Foundation, Inc.
3    Contributed by David E. O'Brien <obrien@FreeBSD.org>.
4
5    This file is part of GDB.
6
7    This program is free software; you can redistribute it and/or modify
8    it under the terms of the GNU General Public License as published by
9    the Free Software Foundation; either version 2 of the License, or
10    (at your option) any later version.
11
12    This program is distributed in the hope that it will be useful,
13    but WITHOUT ANY WARRANTY; without even the implied warranty of
14    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15    GNU General Public License for more details.
16
17    You should have received a copy of the GNU General Public License
18    along with this program; if not, write to the Free Software
19    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
20
21 #ifndef TM_FBSD_H
22 #define TM_FBSD_H
23
24 #define SVR4_SHARED_LIBS
25 #include "solib.h"                      /* Support for shared libraries. */
26 #include "sparc/tm-sp64.h"
27
28 /* Number of traps that happen between exec'ing the shell to run an
29    inferior, and when we finally get to the inferior code.  The
30    default is right for FreeBSD.  */
31
32 #undef START_INFERIOR_TRAPS_EXPECTED
33
34 #endif /* TM_FBSD_H */