* symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): New
authorJohn Gilmore <gnu@cygnus>
Sat, 13 Apr 1991 22:31:54 +0000 (22:31 +0000)
committerJohn Gilmore <gnu@cygnus>
Sat, 13 Apr 1991 22:31:54 +0000 (22:31 +0000)
commitd219db0133b5317cbd3f5a1ae7633a2156656511
treedd3b34e817d8a3d52d67f457e895b5e563d7597d
parenta6e2b4241e9d830169f32e21997b175523cff377
    * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):  New
        defines for the blocks of a blockvector that contain global and
        file-static symbols and the first of the smaller scope contours.
* mipsread.c:  Use them.

        * coffread.c (end_psymtab):  Free named symtabs and psymtabs for
        a file, once a new symtab has been read for it.
        * mipsread.c:  FIXME.  We need to do the same for MIPS, but it
        looks harder to determine the top-level block before it's been
        queued to the psymtab list.
gdb/mipsread.c