xref: /openbsd-src/gnu/usr.bin/binutils/gdb/config/m32r/nm-linux.h (revision 11efff7f3ac2b3cfeff0c0cddc14294d9b3aca4f)
1*11efff7fSkettenis /* Definitions to make GDB run on an M32R based machine under GNU/Linux.
2*11efff7fSkettenis    Copyright 2004 Free Software Foundation, Inc.
3*11efff7fSkettenis 
4*11efff7fSkettenis    This file is part of GDB.
5*11efff7fSkettenis 
6*11efff7fSkettenis    This program is free software; you can redistribute it and/or modify
7*11efff7fSkettenis    it under the terms of the GNU General Public License as published by
8*11efff7fSkettenis    the Free Software Foundation; either version 2 of the License, or
9*11efff7fSkettenis    (at your option) any later version.
10*11efff7fSkettenis 
11*11efff7fSkettenis    This program is distributed in the hope that it will be useful,
12*11efff7fSkettenis    but WITHOUT ANY WARRANTY; without even the implied warranty of
13*11efff7fSkettenis    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14*11efff7fSkettenis    GNU General Public License for more details.
15*11efff7fSkettenis 
16*11efff7fSkettenis    You should have received a copy of the GNU General Public License
17*11efff7fSkettenis    along with this program; if not, write to the Free Software
18*11efff7fSkettenis    Foundation, Inc., 59 Temple Place - Suite 330,
19*11efff7fSkettenis    Boston, MA 02111-1307, USA.  */
20*11efff7fSkettenis 
21*11efff7fSkettenis #ifndef NM_M32R_LINUX_H
22*11efff7fSkettenis #define NM_M32R_LINUX_H
23*11efff7fSkettenis 
24*11efff7fSkettenis #include "config/nm-linux.h"
25*11efff7fSkettenis 
26*11efff7fSkettenis /* Override copies of {fetch,store}_inferior_registers in infptrace.c.  */
27*11efff7fSkettenis #define FETCH_INFERIOR_REGISTERS
28*11efff7fSkettenis 
29*11efff7fSkettenis #endif /* NM_M32R_LINUX_H */
30