Browse Source
* config/i386/nbsdelf.mt: New file. * config/i386/tm-nbsdelf.h: New file. * config/i386/tm-nbsd.h: change include of tm-nbsd.h to the more explicit config/tm-nbsd.h.binutils-2_11-branch
5 changed files with 46 additions and 2 deletions
@ -0,0 +1,5 @@ |
|||
# Target: Intel 386 running NetBSD |
|||
TDEPFILES= i386-tdep.o i387-tdep.o |
|||
TM_FILE= tm-nbsdelf.h |
|||
|
|||
GDBSERVER_DEPFILES= low-nbsd.o |
|||
@ -0,0 +1,28 @@ |
|||
/* Macro definitions for i386 running under NetBSD.
|
|||
Copyright 2000 Free Software Foundation, Inc. |
|||
|
|||
This file is part of GDB. |
|||
|
|||
This program is free software; you can redistribute it and/or modify |
|||
it under the terms of the GNU General Public License as published by |
|||
the Free Software Foundation; either version 2 of the License, or |
|||
(at your option) any later version. |
|||
|
|||
This program is distributed in the hope that it will be useful, |
|||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
GNU General Public License for more details. |
|||
|
|||
You should have received a copy of the GNU General Public License |
|||
along with this program; if not, write to the Free Software |
|||
Foundation, Inc., 59 Temple Place - Suite 330, |
|||
Boston, MA 02111-1307, USA. */ |
|||
|
|||
#ifndef TM_NBSDELF_H |
|||
#define TM_NBSDELF_H |
|||
|
|||
#include "i386/tm-nbsd.h" |
|||
|
|||
#undef USE_STRUCT_CONVENTION |
|||
|
|||
#endif /* TM_NBSD_H */ |
|||
Loading…
Reference in new issue