xref: /openbsd-src/gnu/usr.bin/binutils/gdb/config/i386/tm-linux.h (revision 63addd46c1e40ca0f49488ddcdc4ab598023b0c1)
1b725ae77Skettenis /* Definitions to target GDB to GNU/Linux on 386.
2b725ae77Skettenis 
3*63addd46Skettenis    Copyright 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2002,
4*63addd46Skettenis    2004 Free Software Foundation, Inc.
5e93f7393Sniklas 
6e93f7393Sniklas    This file is part of GDB.
7e93f7393Sniklas 
8e93f7393Sniklas    This program is free software; you can redistribute it and/or modify
9e93f7393Sniklas    it under the terms of the GNU General Public License as published by
10e93f7393Sniklas    the Free Software Foundation; either version 2 of the License, or
11e93f7393Sniklas    (at your option) any later version.
12e93f7393Sniklas 
13e93f7393Sniklas    This program is distributed in the hope that it will be useful,
14e93f7393Sniklas    but WITHOUT ANY WARRANTY; without even the implied warranty of
15e93f7393Sniklas    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16e93f7393Sniklas    GNU General Public License for more details.
17e93f7393Sniklas 
18e93f7393Sniklas    You should have received a copy of the GNU General Public License
19e93f7393Sniklas    along with this program; if not, write to the Free Software
20b725ae77Skettenis    Foundation, Inc., 59 Temple Place - Suite 330,
21b725ae77Skettenis    Boston, MA 02111-1307, USA.  */
22e93f7393Sniklas 
23e93f7393Sniklas #ifndef TM_LINUX_H
24e93f7393Sniklas #define TM_LINUX_H
25e93f7393Sniklas 
26b725ae77Skettenis #include "config/tm-linux.h"
27e93f7393Sniklas 
28e93f7393Sniklas /* The following works around a problem with /usr/include/sys/procfs.h  */
29b725ae77Skettenis #define sys_quotactl 1
30e93f7393Sniklas 
31b725ae77Skettenis /* N_FUN symbols in shared libaries have 0 for their values and need
32b725ae77Skettenis    to be relocated. */
33b725ae77Skettenis #define SOFUN_ADDRESS_MAYBE_MISSING
34e93f7393Sniklas 
35e93f7393Sniklas #endif /* #ifndef TM_LINUX_H */
36