Revert previous change. It doesn't work because it neglects to
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 8 Sep 1993 17:26:31 +0000 (17:26 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 8 Sep 1993 17:26:31 +0000 (17:26 +0000)
commit3c7d306488436a011afb3a11e5ff2ef0d771717a
treee47f883359e0bf89a5dfce44bbec39d204bd827d
parent9f1e14f4c90eca1708ef02ad5dddcb9c526fb0e3
Revert previous change.  It doesn't work because it neglects to
consider there may be a file compiled without -g screwing things up
(e.g. we are looking for the minimal symbol for "main" and we get the
one for "start" instead).

This is the change I mean:
* minsyms.c, symtab.h (lookup_next_minimal_symbol): New function.
* dbxread.c (process_one_symbol): Use it.
gdb/dbxread.c
gdb/minsyms.c