]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* dbxread.c, elfread.c, mipsread.c, nlmread.c, os9kread.c:
authorPeter Schauer <Peter.Schauer@mytum.de>
Wed, 6 Jul 1994 08:01:52 +0000 (08:01 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Wed, 6 Jul 1994 08:01:52 +0000 (08:01 +0000)
commitcef0333efd6b51706779c97e3646d542f3b0e381
treecaa3ce788e14d1930f7ef456a12d79438c0e98eb
parent5fb54939a935432613fbe6d4de424ab168d6ca4d
* dbxread.c, elfread.c, mipsread.c, nlmread.c, os9kread.c:
Move "no debugging symbols found" test to symfile.c.
* symfile.c (syms_from_objfile, reread_symbols):  Add
"no debugging symbols found" test.
* coffread.c (init_stringtab):  Handle stripped files with a
stringtab offset of zero gracefully.
* osfsolib.c (solib_create_inferior_hook):  Use DYNAMIC flag from
BFD instead of stop_pc heuristic to determine if it is a dynamically
linked object file.
* procfs.c (wait_fd):  Handle ENOENT error return from PIOCWSTOP
ioctl, it indicates that the process has exited.
gdb/ChangeLog
gdb/c-lang.c
gdb/elfread.c
gdb/nlmread.c
gdb/os9kread.c
gdb/osfsolib.c
gdb/procfs.c