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