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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b792689..d69c680 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Mon Aug 23 20:26:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * 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). + Mon Aug 23 17:16:23 1993 K. Richard Pixley (rich@sendai.cygnus.com) * remote-bug.c: rename quiet to bug88k_snoop. |