* Makefile.in (SFILES): Add cp-names.y.
[deliverable/binutils-gdb.git] / gdb / config / alpha / nm-fbsd.h
CommitLineData
0d6e4ad7 1/* Native-dependent definitions for FreeBSD/alpha.
c3364ea4 2
0d6e4ad7 3 Copyright 1986, 1987, 1989, 1992, 1996, 2000, 2004, 2005
b6ba6518 4 Free Software Foundation, Inc.
448628fe
MK
5
6 This file is part of GDB.
7
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
22
23#ifndef NM_FBSD_H
24#define NM_FBSD_H
25
1b373970 26/* The Alpha does not step over a breakpoint. */
6e8d29a9 27#define CANNOT_STEP_BREAKPOINT 1
448628fe
MK
28\f
29
30/* Shared library support. */
31
448628fe 32#include "solib.h" /* Support for shared libraries. */
448628fe 33
0d6e4ad7 34#endif /* nm-fbsd.h */
This page took 0.325069 seconds and 4 git commands to generate.