1204174Srrs/***********************************************************************
2204174SrrsCopyright 2003-2006 Raza Microelectronics, Inc.(RMI).
3204174SrrsThis is a derived work from software originally provided by the external
4204174Srrsentity identified below. The licensing terms and warranties specified in
5204174Srrsthe header of the original work apply to this derived work.
6204174SrrsContribution by RMI:
7204174Srrs*****************************#RMI_1#**********************************/
8204174Srrs/* Target-dependent definitions for NetBSD/mips.
9204174Srrs   Copyright 2002 Free Software Foundation, Inc.
10204174Srrs   Contributed by Wasabi Systems, Inc.
11204174Srrs
12204174Srrs   This file is part of GDB.
13204174Srrs
14204174Srrs   This program is free software; you can redistribute it and/or modify
15204174Srrs   it under the terms of the GNU General Public License as published by
16204174Srrs   the Free Software Foundation; either version 2 of the License, or
17204174Srrs   (at your option) any later version.
18204174Srrs
19204174Srrs   This program is distributed in the hope that it will be useful,
20204174Srrs   but WITHOUT ANY WARRANTY; without even the implied warranty of
21204174Srrs   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22204174Srrs   GNU General Public License for more details.
23204174Srrs
24204174Srrs   You should have received a copy of the GNU General Public License
25204174Srrs   along with this program; if not, write to the Free Software
26204174Srrs   Foundation, Inc., 59 Temple Place - Suite 330,
27204174Srrs   Boston, MA 02111-1307, USA.  */
28204174Srrs
29204174Srrs#ifndef TM_FBSD_H
30204174Srrs#define TM_FBSD_H
31204174Srrs
32204174Srrs#include "mips/tm-mips.h"
33204174Srrs#include "solib.h"
34204174Srrs
35204174Srrs/* We don't want to inherit tm-mips.h's shared library trampoline code.  */
36204174Srrs#undef IN_SOLIB_CALL_TRAMPOLINE
37204174Srrs#undef IN_SOLIB_RETURN_TRAMPOLINE
38204174Srrs#undef SKIP_TRAMPOLINE_CODE
39204174Srrs#undef IGNORE_HELPER_CALL
40204174Srrs
41204174Srrs/* XXX undef a bunch of stuff we want to use multi-arch */
42204174Srrs#undef IN_SIGTRAMP
43204174Srrs#endif /* TM_FBSD_H */
44