From 863e0fe46a35751d8873ad26cc6177346807998d Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 23 May 2000 20:34:09 +0000 Subject: [PATCH] * config/sparc/nm-linux.h: Include config/nm-linux.h. * config/powerpc/nm-linux.h: Likewise. --- gdb/ChangeLog | 5 +++++ gdb/config/powerpc/nm-linux.h | 3 +++ gdb/config/sparc/nm-linux.h | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bfd50c3..b6e9a24 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue May 23 17:21:24 2000 Alexandre Oliva + + * config/sparc/nm-linux.h: Include config/nm-linux.h. + * config/powerpc/nm-linux.h: Likewise. + Tue May 23 13:20:00 1999 Gregory Lielens * f-valprint.c : Corrected f_val_print function for TYPE_CODE 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 +#include "nm-linux.h" #include "solib.h" #define FETCH_INFERIOR_REGISTERS -- 2.7.4