]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/gdb/gdb/config/mips/tm-fbsd.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / gdb / gdb / config / mips / tm-fbsd.h
1 /***********************************************************************
2 Copyright 2003-2006 Raza Microelectronics, Inc.(RMI).
3 This is a derived work from software originally provided by the external
4 entity identified below. The licensing terms and warranties specified in
5 the header of the original work apply to this derived work.
6 Contribution by RMI: 
7 *****************************#RMI_1#**********************************/
8 /* Target-dependent definitions for NetBSD/mips.
9    Copyright 2002 Free Software Foundation, Inc.
10    Contributed by Wasabi Systems, Inc.
11
12    This file is part of GDB.
13
14    This program is free software; you can redistribute it and/or modify
15    it under the terms of the GNU General Public License as published by
16    the Free Software Foundation; either version 2 of the License, or
17    (at your option) any later version.
18
19    This program is distributed in the hope that it will be useful,
20    but WITHOUT ANY WARRANTY; without even the implied warranty of
21    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22    GNU General Public License for more details.
23
24    You should have received a copy of the GNU General Public License
25    along with this program; if not, write to the Free Software
26    Foundation, Inc., 59 Temple Place - Suite 330,
27    Boston, MA 02111-1307, USA.  */
28
29 #ifndef TM_FBSD_H
30 #define TM_FBSD_H
31
32 #include "mips/tm-mips.h"
33 #include "solib.h"
34
35 /* We don't want to inherit tm-mips.h's shared library trampoline code.  */
36 #undef IN_SOLIB_CALL_TRAMPOLINE
37 #undef IN_SOLIB_RETURN_TRAMPOLINE
38 #undef SKIP_TRAMPOLINE_CODE
39 #undef IGNORE_HELPER_CALL
40
41 /* XXX undef a bunch of stuff we want to use multi-arch */
42 #undef IN_SIGTRAMP
43 #endif /* TM_FBSD_H */