* Makefile.in (SFILES): Add cp-names.y.
[deliverable/binutils-gdb.git] / gdb / config / tm-nto.h
1 /* Target machine sub-description for QNX Neutrino version 6.
2 This is included by other tm-*.h files to specify nto specific
3 stuff.
4
5 Copyright 2003 Free Software Foundation, Inc.
6
7 This code was donated by QNX Software Systems Ltd.
8
9 This file is part of GDB.
10
11 This program is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 2 of the License, or
14 (at your option) any later version.
15
16 This program is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, write to the Free Software
23 Foundation, Inc., 59 Temple Place - Suite 330,
24 Boston, MA 02111-1307, USA. */
25
26 #ifndef _TM_QNXNTO_H
27 #define _TM_QNXNTO_H
28
29 /* If PC is in a shared library trampoline code, return the PC
30 where the function itself actually starts. If not, return 0. */
31
32 #define SKIP_TRAMPOLINE_CODE(pc) find_solib_trampoline_target (pc)
33
34 /* Setup the valid realtime signal range. */
35 #define REALTIME_LO 41
36 #define REALTIME_HI 56
37
38 #endif /* _TM_QNXNTO_H */
This page took 0.031763 seconds and 4 git commands to generate.