]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* Makefile.in (os9kread.o): Remove dependency on partial-stab.h.
authorStu Grossman <grossman@cygnus>
Tue, 23 Jul 1996 01:24:58 +0000 (01:24 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 23 Jul 1996 01:24:58 +0000 (01:24 +0000)
commit3a179be14970730a9bfb864aa8c8c91baccbb4bd
tree0e979ed9b43934e41da13c80834c4072d6ad6164
parentbf9884d41d4604d287ce495d1b0b87b028805951
* Makefile.in (os9kread.o):  Remove dependency on partial-stab.h.
* dbxread.c (read_dbx_symtab end_psymtab), partial-stab.h:  Don't
use partial_symtab->textlow==0 as a flag, as 0 is a legitimate
text address.  Use a seperate flag (textlow_not_set) instead.
This makes stabs in ELF .o files work a lot better.
* mdebugread.c xcoffread.c:  Define textlow_not_set for
partial-stab.h.
* stabsread.h (end_psymtab):  Add textlow_not_set arg to prototype.
gdb/ChangeLog
gdb/Makefile.in
gdb/dbxread.c
gdb/mdebugread.c
gdb/partial-stab.h
gdb/stabsread.h
gdb/xcoffread.c