]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/gdb/gdb/config/tm-nto.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / gdb / 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 #include "tm-sysv4.h"
30
31 /* Setup the valid realtime signal range.  */
32 #define REALTIME_LO 41
33 #define REALTIME_HI 56
34
35 /* Set up the undefined useable signals.  */
36 #define RAW_SIGNAL_LO 32
37 #define RAW_SIGNAL_HI (REALTIME_LO - 1)
38
39 #define TARGET_SIGNAL_RAW_VALUES \
40 TARGET_SIGNAL_RAW0, \
41 TARGET_SIGNAL_RAW1, \
42 TARGET_SIGNAL_RAW2, \
43 TARGET_SIGNAL_RAW3, \
44 TARGET_SIGNAL_RAW4, \
45 TARGET_SIGNAL_RAW5, \
46 TARGET_SIGNAL_RAW6, \
47 TARGET_SIGNAL_RAW7, \
48 TARGET_SIGNAL_RAW8
49
50 #define TARGET_SIGNAL_RAW_TABLE \
51 {"SIGNAL32", "Signal 32"}, \
52 {"SIGNAL33", "Signal 33"}, \
53 {"SIGNAL34", "Signal 34"}, \
54 {"SIGNAL35", "Signal 35"}, \
55 {"SIGNAL36", "Signal 36"}, \
56 {"SIGNAL37", "Signal 37"}, \
57 {"SIGNAL38", "Signal 38"}, \
58 {"SIGNAL39", "Signal 39"}, \
59 {"SIGNAL40", "Signal 40"}
60
61 #endif /* _TM_QNXNTO_H */