* config/s390/s390.mh: Don't use the linux-thread.o module;
[deliverable/binutils-gdb.git] / gdb / config / s390 / tm-linux.h
1 /* Target definitions for GDB for a s390 running Linux.
2 Copyright 2001 Free Software Foundation, Inc.
3 Contributed by D.J. Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
4 for IBM Deutschland Entwicklung GmbH, IBM Corporation.
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, Boston, MA
21 02111-1307, USA. */
22
23 #ifndef TM_LINUX_H
24 #define TM_LINUX_H
25 #ifdef GDBSERVER
26 #define S390_GNULINUX_TARGET
27 #endif /* GDBSERVER */
28 #undef TARGET_ELF64
29 #define TARGET_ELF64 (gdbarch_tdep (current_gdbarch)->intreg_size==8)
30
31 #include "config/tm-linux.h"
32
33 /* Zap several macros defined in the above header so that multi-arch
34 can safely re-define them. The ``correct fix'' involves
35 eliminating either the above include or even this file. */
36 #undef SKIP_TRAMPOLINE_CODE
37
38 #include "s390/tm-s390.h"
39
40
41
42 #endif /* TM_LINUX_H */
This page took 0.030682 seconds and 4 git commands to generate.