* dstread.c, coffread.c: Don't define pending_blocks; buildsym.c
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 20 Apr 1994 15:39:20 +0000 (15:39 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 20 Apr 1994 15:39:20 +0000 (15:39 +0000)
takes care of it.

gdb/ChangeLog
gdb/dstread.c

index 53e8cd96618d7ff12dceff6ed824bc68b6d24761..d072675c712ad8c3252ac30ecabf565d300ccafb 100644 (file)
@@ -1,3 +1,8 @@
+Wed Apr 20 08:37:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * dstread.c, coffread.c: Don't define pending_blocks; buildsym.c
+       takes care of it.
+
 Tue Apr 19 09:46:05 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
        * hppa-tdep.c (internalize_unwind_info): Delete unused indexp
index ad8806ba04f66bcb2a81c9e5212a02610b6210de..378ed8ee554618e78fc132defcf778fc877b0cff 100644 (file)
@@ -51,8 +51,6 @@ static int prev_line_number;
 
 static int line_vector_length;
 
-struct pending_block *pending_blocks;
-
 static struct blockvector *
 make_blockvector PARAMS ((struct objfile *));
 
This page took 0.027653 seconds and 4 git commands to generate.