From 2731625a564e7c5134aae47bb0a6dffa8f4b7896 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Tue, 24 Aug 1993 01:43:59 +0000 Subject: * buildsym.h: Remove declaration of dbxread.c functions. * stabsread.h: Group together dbxread.c functions. Move elfstab_build_psymtabs here from symfile.h. Declare pastab_build_psymtabs. * elfread.c, paread.c: Include stabsread.h (for stabsread_new_init declaration, etc). --- gdb/paread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/paread.c') diff --git a/gdb/paread.c b/gdb/paread.c index a4425a9..197f84f 100644 --- a/gdb/paread.c +++ b/gdb/paread.c @@ -27,6 +27,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "symfile.h" #include "objfiles.h" #include "buildsym.h" +#include "stabsread.h" #include "gdb-stabs.h" #include "complaints.h" #include -- cgit v1.1