]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/gdb/gdb/mipsfbsd-tdep.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / gdb / gdb / mipsfbsd-tdep.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 /* Common target dependent code for GDB on MIPS systems running NetBSD.
9    Copyright 2002 Free Software Foundation, Inc.
10
11    This file is part of GDB.
12
13    This program is free software; you can redistribute it and/or modify
14    it under the terms of the GNU General Public License as published by
15    the Free Software Foundation; either version 2 of the License, or
16    (at your option) any later version.
17
18    This program is distributed in the hope that it will be useful,
19    but WITHOUT ANY WARRANTY; without even the implied warranty of
20    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21    GNU General Public License for more details.
22
23    You should have received a copy of the GNU General Public License
24    along with this program; if not, write to the Free Software
25    Foundation, Inc., 59 Temple Place - Suite 330,
26    Boston, MA 02111-1307, USA.  */
27
28 #ifndef mipsfbsd_TDEP_H
29 #define mipsfbsd_TDEP_H
30
31 void mipsfbsd_supply_reg (char *, int);
32 void mipsfbsd_fill_reg (char *, int);
33
34 void mipsfbsd_supply_fpreg (char *, int);
35 void mipsfbsd_fill_fpreg (char *, int);
36
37 #define SIZEOF_STRUCT_REG       (40 * mips_regsize (current_gdbarch))
38 #define SIZEOF_STRUCT_FPREG     (34 * mips_regsize (current_gdbarch))
39
40 #endif /* mipsfbsd_TDEP_H */