aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-11-08 02:59:32 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-11-08 02:59:32 +0000
commit686c918fbff4717b077d557ca070a4c01da1cf06 (patch)
tree3582a1bba3f0d5f35eb1fd95a740f43404ec098e /gdb/Makefile.in
parenta72293e2a7d173542d2abc1e1309842501036b56 (diff)
downloadfsf-binutils-gdb-686c918fbff4717b077d557ca070a4c01da1cf06.zip
fsf-binutils-gdb-686c918fbff4717b077d557ca070a4c01da1cf06.tar.gz
fsf-binutils-gdb-686c918fbff4717b077d557ca070a4c01da1cf06.tar.bz2
Whoops, forgot to commit this yesterday:
2001-11-06 Elena Zannoni <ezannoni@redhat.com> * mdebugread.c (CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB, SET_NAMESTRING, HANDLE_RBRAC): Delete definitions. (parse_partial_symbols): Don't include partial-stab.h any more. Don't reuse code in partial-stab.h, include the code directly, instead. Simplify code from partial-stab.h eliminating ifdef DBXREAD_ONLY code. * Makefile.in (mdebugread.o): Remove dependency on partial-stab.h.
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 1370388..a078682 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1702,7 +1702,7 @@ mcore-rom.o: mcore-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
mdebugread.o: mdebugread.c $(buildsym_h) $(complaints_h) $(bfd_h) $(defs_h) \
$(expression_h) $(gdb_stabs_h) $(gdbcore_h) $(gdbtypes_h) \
- $(language_h) partial-stab.h $(objfiles_h) $(stabsread_h) \
+ $(language_h) $(objfiles_h) $(stabsread_h) \
$(symfile_h) $(symtab_h) $(gdb_string_h)
mipsm3-nat.o: mipsm3-nat.c $(defs_h) $(inferior_h) $(regcache_h)