xref: /openbsd/gnu/usr.bin/binutils/gdb/config/tm-nto.h (revision 73471bf0)
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 #endif /* _TM_QNXNTO_H */
36