summaryrefslogtreecommitdiffstats
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-07-23 01:24:58 +0000
committerStu Grossman <grossman@cygnus>1996-07-23 01:24:58 +0000
commit3a179be14970730a9bfb864aa8c8c91baccbb4bd (patch)
tree0e979ed9b43934e41da13c80834c4072d6ad6164 /gdb/Makefile.in
parentbf9884d41d4604d287ce495d1b0b87b028805951 (diff)
downloadppe42-binutils-3a179be14970730a9bfb864aa8c8c91baccbb4bd.tar.gz
ppe42-binutils-3a179be14970730a9bfb864aa8c8c91baccbb4bd.zip
* 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.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 59946e7f7e..bcb9b59907 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1261,7 +1261,7 @@ mipsm3-nat.o: mipsm3-nat.c $(defs_h) $(inferior_h)
os9kread.o: os9kread.c buildsym.h complaints.h $(bfd_h) $(defs_h) \
$(expression_h) gdb-stabs.h $(gdbcore_h) $(gdbtypes_h) language.h \
- objfiles.h partial-stab.h stabsread.h symfile.h $(symtab_h) \
+ objfiles.h stabsread.h symfile.h $(symtab_h) \
target.h gdb_string.h
mem-break.o: mem-break.c $(defs_h)
OpenPOWER on IntegriCloud