diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-05-23 20:34:09 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-05-23 20:34:09 +0000 |
commit | 863e0fe46a35751d8873ad26cc6177346807998d (patch) | |
tree | 1a36354ee8476f73bda638e452faf4377dbfdf53 /gdb/config | |
parent | 9af9729377dcf027c06e1bf21f958df2c8907c3c (diff) | |
download | gdb-863e0fe46a35751d8873ad26cc6177346807998d.zip gdb-863e0fe46a35751d8873ad26cc6177346807998d.tar.gz gdb-863e0fe46a35751d8873ad26cc6177346807998d.tar.bz2 |
* config/sparc/nm-linux.h: Include config/nm-linux.h.
* config/powerpc/nm-linux.h: Likewise.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/powerpc/nm-linux.h | 3 | ||||
-rw-r--r-- | gdb/config/sparc/nm-linux.h | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/config/powerpc/nm-linux.h b/gdb/config/powerpc/nm-linux.h index 78b78b9..fb44d88 100644 --- a/gdb/config/powerpc/nm-linux.h +++ b/gdb/config/powerpc/nm-linux.h @@ -18,6 +18,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef NM_LINUX_H + +#include "nm-linux.h" + #define NM_LINUX_H /* Return sizeof user struct to callers in less machine dependent routines */ diff --git a/gdb/config/sparc/nm-linux.h b/gdb/config/sparc/nm-linux.h index 1b79823..ffad2c7 100644 --- a/gdb/config/sparc/nm-linux.h +++ b/gdb/config/sparc/nm-linux.h @@ -1,5 +1,5 @@ /* Macro definitions for running gdb on a Sparc running Linux. - Copyright (C) 1989, 1992, 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 1989, 1992, 1996, 1998, 2000 Free Software Foundation, Inc. This file is part of GDB. @@ -19,6 +19,7 @@ Boston, MA 02111-1307, USA. */ #include <nm-sysv4.h> +#include "nm-linux.h" #include "solib.h" #define FETCH_INFERIOR_REGISTERS |