* gdb.base/break.c (main): Move position of malloc.
[deliverable/binutils-gdb.git] / gdb / config / tm-nto.h
CommitLineData
1b883d35
KW
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
1b883d35
KW
29/* Setup the valid realtime signal range. */
30#define REALTIME_LO 41
31#define REALTIME_HI 56
32
1b883d35 33#endif /* _TM_QNXNTO_H */
This page took 0.235259 seconds and 4 git commands to generate.