xref: /openbsd-src/gnu/usr.bin/binutils/gdb/config/mips/tm-nbsd.h (revision 11efff7f3ac2b3cfeff0c0cddc14294d9b3aca4f)
1b725ae77Skettenis /* Target-dependent definitions for NetBSD/mips.
2b725ae77Skettenis    Copyright 2002 Free Software Foundation, Inc.
3b725ae77Skettenis    Contributed by Wasabi Systems, 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_NBSD_H
23b725ae77Skettenis #define TM_NBSD_H
24b725ae77Skettenis 
25b725ae77Skettenis #include "mips/tm-mips.h"
26b725ae77Skettenis #include "solib.h"
27b725ae77Skettenis 
28b725ae77Skettenis /* We don't want to inherit tm-mips.h's shared library trampoline code.  */
29b725ae77Skettenis #undef IN_SOLIB_CALL_TRAMPOLINE
30b725ae77Skettenis #undef IN_SOLIB_RETURN_TRAMPOLINE
31b725ae77Skettenis #undef SKIP_TRAMPOLINE_CODE
32*11efff7fSkettenis #undef DEPRECATED_IGNORE_HELPER_CALL
33b725ae77Skettenis 
34b725ae77Skettenis #endif /* TM_NBSD_H */
35