1130803Smarcel/* Native-dependent definitions for NetBSD/i386 a.out.
2130803Smarcel
3130803Smarcel   Copyright 1986, 1987, 1989, 1992, 1994, 1996, 2000, 2004
4130803Smarcel   Free Software Foundation, Inc.
5130803Smarcel
6130803Smarcel   This file is part of GDB.
7130803Smarcel
8130803Smarcel   This program is free software; you can redistribute it and/or modify
9130803Smarcel   it under the terms of the GNU General Public License as published by
10130803Smarcel   the Free Software Foundation; either version 2 of the License, or
11130803Smarcel   (at your option) any later version.
12130803Smarcel
13130803Smarcel   This program is distributed in the hope that it will be useful,
14130803Smarcel   but WITHOUT ANY WARRANTY; without even the implied warranty of
15130803Smarcel   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16130803Smarcel   GNU General Public License for more details.
17130803Smarcel
18130803Smarcel   You should have received a copy of the GNU General Public License
19130803Smarcel   along with this program; if not, write to the Free Software
20130803Smarcel   Foundation, Inc., 59 Temple Place - Suite 330,
21130803Smarcel   Boston, MA 02111-1307, USA.  */
22130803Smarcel
23130803Smarcel#ifndef NM_NBSDAOUT_H
24130803Smarcel#define NM_NBSDAOUT_H
25130803Smarcel
26130803Smarcel#include "i386/nm-nbsd.h"
27130803Smarcel
28130803Smarcel/* Get generic NetBSD a.out native definitions.  */
29130803Smarcel#include "config/nm-nbsdaout.h"
30130803Smarcel
31130803Smarcel#endif /* nm-nbsdaout.h */
32