From 497bbefc17400483879e26161361acef9befedb8 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 2 Oct 2002 01:28:21 +0000 Subject: [PATCH] * config/mips/tm-irix6.h: Include solib.h. --- gdb/ChangeLog | 4 ++++ gdb/config/mips/tm-irix6.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 78c1259eeb7..4cafa33b5fb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-10-01 Alexandre Oliva + + * config/mips/tm-irix6.h: Include solib.h. + 2002-10-01 Andrew Cagney * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix diff --git a/gdb/config/mips/tm-irix6.h b/gdb/config/mips/tm-irix6.h index ac710a465a6..2da2f3d04d8 100644 --- a/gdb/config/mips/tm-irix6.h +++ b/gdb/config/mips/tm-irix6.h @@ -1,5 +1,5 @@ /* Target machine description for SGI Iris under Irix 6.x, for GDB. - Copyright 2001 + Copyright 2001, 2002 Free Software Foundation, Inc. This file is part of GDB. @@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ #include "mips/tm-bigmips64.h" +#include "solib.h" /* SGI's assembler doesn't grok dollar signs in identifiers. So we use dots instead. This item must be coordinated with G++. */ -- 2.47.2