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