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/* Native-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 NM_FBSD_H
30204174Srrs#define NM_FBSD_H
31204174Srrs
32204174Srrs/* Override child_pid_to_exec_file in 'inftarg.c'.  */
33204174Srrs#define CHILD_PID_TO_EXEC_FILE
34204174Srrs
35204174Srrs/* Type of the third argument to the `ptrace' system call.  */
36204174Srrs#define PTRACE_ARG3_TYPE caddr_t
37204174Srrs
38204174Srrs/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'.  */
39204174Srrs#define FETCH_INFERIOR_REGISTERS
40204174Srrs
41204174Srrs/* We can attach and detach.  */
42204174Srrs#define ATTACH_DETACH
43204174Srrs
44204174Srrs/* Shared library support.  */
45204174Srrs
46204174Srrs#include "solib.h"
47204174Srrs
48204174Srrs#endif /* NM_FBSD_H */
49