* config/sparc/nm-linux.h: Include config/nm-linux.h.
* config/powerpc/nm-linux.h: Likewise.
This commit is contained in:
parent
9af9729377
commit
863e0fe46a
3 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue May 23 17:21:24 2000 Alexandre Oliva <aoliva@cygnus.com>
|
||||||
|
|
||||||
|
* 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 <info@fft.be>
|
Tue May 23 13:20:00 1999 Gregory Lielens <info@fft.be>
|
||||||
|
|
||||||
* f-valprint.c : Corrected f_val_print function for TYPE_CODE
|
* f-valprint.c : Corrected f_val_print function for TYPE_CODE
|
||||||
|
|
|
@ -18,6 +18,9 @@ along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
#ifndef NM_LINUX_H
|
#ifndef NM_LINUX_H
|
||||||
|
|
||||||
|
#include "nm-linux.h"
|
||||||
|
|
||||||
#define NM_LINUX_H
|
#define NM_LINUX_H
|
||||||
|
|
||||||
/* Return sizeof user struct to callers in less machine dependent routines */
|
/* Return sizeof user struct to callers in less machine dependent routines */
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Macro definitions for running gdb on a Sparc running Linux.
|
/* 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.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include <nm-sysv4.h>
|
#include <nm-sysv4.h>
|
||||||
|
#include "nm-linux.h"
|
||||||
#include "solib.h"
|
#include "solib.h"
|
||||||
|
|
||||||
#define FETCH_INFERIOR_REGISTERS
|
#define FETCH_INFERIOR_REGISTERS
|
||||||
|
|
Loading…
Reference in a new issue