nm-linux.h revision 1.1.1.1
165532Snectar/* IBM PowerPC native-dependent macros for GDB, the GNU debugger.
265532Snectar   Copyright 1995, 2000 Free Software Foundation, Inc.
31573Srgrimes
41573SrgrimesThis file is part of GDB.
51573Srgrimes
61573SrgrimesThis program is free software; you can redistribute it and/or modify
71573Srgrimesit under the terms of the GNU General Public License as published by
81573Srgrimesthe Free Software Foundation; either version 2 of the License, or
91573Srgrimes(at your option) any later version.
101573Srgrimes
111573SrgrimesThis program is distributed in the hope that it will be useful,
121573Srgrimesbut WITHOUT ANY WARRANTY; without even the implied warranty of
131573SrgrimesMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
141573SrgrimesGNU General Public License for more details.
151573Srgrimes
161573SrgrimesYou should have received a copy of the GNU General Public License
171573Srgrimesalong with this program; if not, write to the Free Software
181573SrgrimesFoundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
191573Srgrimes
201573Srgrimes#ifndef NM_LINUX_H
211573Srgrimes
221573Srgrimes#include "config/nm-linux.h"
231573Srgrimes
241573Srgrimes#define NM_LINUX_H
251573Srgrimes
261573Srgrimes/* Return sizeof user struct to callers in less machine dependent routines */
271573Srgrimes
281573Srgrimes#define KERNEL_U_SIZE kernel_u_size()
291573Srgrimesextern int kernel_u_size (void);
301573Srgrimes
31141580Sru#define FETCH_INFERIOR_REGISTERS
321573Srgrimes
3365532Snectar#endif /* #ifndef NM_LINUX_H */
341573Srgrimes