diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-24 01:43:59 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-24 01:43:59 +0000 |
commit | 2731625a564e7c5134aae47bb0a6dffa8f4b7896 (patch) | |
tree | 6adeb25e197dce9f84d0a1ff846a35bf8406c3f2 /gdb/elfread.c | |
parent | 514774942d0a546735f0f0a3ebc134c97c9477cc (diff) | |
download | gdb-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/elfread.c')
-rw-r--r-- | gdb/elfread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/elfread.c b/gdb/elfread.c index e7b338f..0c8e050 100644 --- a/gdb/elfread.c +++ b/gdb/elfread.c @@ -26,6 +26,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> |