xref: /openbsd-src/gnu/usr.bin/binutils/gdb/config/ia64/tm-linux.h (revision 11efff7f3ac2b3cfeff0c0cddc14294d9b3aca4f)
1b725ae77Skettenis /* Definitions to target GDB to GNU/Linux on IA-64 Linux.
2*11efff7fSkettenis 
3*11efff7fSkettenis    Copyright 1992, 1993, 2000, 2004 Free Software Foundation, Inc.
4b725ae77Skettenis 
5b725ae77Skettenis    This file is part of GDB.
6b725ae77Skettenis 
7b725ae77Skettenis    This program is free software; you can redistribute it and/or modify
8b725ae77Skettenis    it under the terms of the GNU General Public License as published by
9b725ae77Skettenis    the Free Software Foundation; either version 2 of the License, or
10b725ae77Skettenis    (at your option) any later version.
11b725ae77Skettenis 
12b725ae77Skettenis    This program is distributed in the hope that it will be useful,
13b725ae77Skettenis    but WITHOUT ANY WARRANTY; without even the implied warranty of
14b725ae77Skettenis    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15b725ae77Skettenis    GNU General Public License for more details.
16b725ae77Skettenis 
17b725ae77Skettenis    You should have received a copy of the GNU General Public License
18b725ae77Skettenis    along with this program; if not, write to the Free Software
19b725ae77Skettenis    Foundation, Inc., 59 Temple Place - Suite 330,
20b725ae77Skettenis    Boston, MA 02111-1307, USA.  */
21b725ae77Skettenis 
22b725ae77Skettenis #ifndef TM_LINUX_H
23b725ae77Skettenis #define TM_LINUX_H
24b725ae77Skettenis 
25b725ae77Skettenis #include "ia64/tm-ia64.h"
26b725ae77Skettenis #include "config/tm-linux.h"
27b725ae77Skettenis 
28b725ae77Skettenis extern int ia64_linux_in_sigtramp (CORE_ADDR pc, char *func_name);
29*11efff7fSkettenis #define DEPRECATED_IN_SIGTRAMP(pc,func_name) ia64_linux_in_sigtramp (pc, func_name)
30b725ae77Skettenis 
31b725ae77Skettenis #endif /* #ifndef TM_LINUX_H */
32