aboutsummaryrefslogtreecommitdiff
path: root/gdb/paread.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-08-24 01:43:59 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-08-24 01:43:59 +0000
commit2731625a564e7c5134aae47bb0a6dffa8f4b7896 (patch)
tree6adeb25e197dce9f84d0a1ff846a35bf8406c3f2 /gdb/paread.c
parent514774942d0a546735f0f0a3ebc134c97c9477cc (diff)
downloadgdb-2731625a564e7c5134aae47bb0a6dffa8f4b7896.zip
gdb-2731625a564e7c5134aae47bb0a6dffa8f4b7896.tar.gz
gdb-2731625a564e7c5134aae47bb0a6dffa8f4b7896.tar.bz2
* 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).
Diffstat (limited to 'gdb/paread.c')
-rw-r--r--gdb/paread.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>