• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

修訂b86c50d874e379995b38a48dfb7e65c7a7cd4371 (tree)
時間2002-12-23 16:23:57
作者Jim Blandy <jimb@code...>
CommiterJim Blandy

Log Message

Merge changes from trunk.

Change Summary

差異

--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -168,12 +168,12 @@ SUBDIR_CLI_UNINSTALL=
168168 #
169169 SUBDIR_MI_OBS = \
170170 mi-out.o mi-console.o \
171- mi-cmds.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o \
171+ mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o \
172172 mi-cmd-disas.o \
173173 mi-main.o mi-parse.o mi-getopt.o
174174 SUBDIR_MI_SRCS = \
175175 mi/mi-out.c mi/mi-console.c \
176- mi/mi-cmds.c \
176+ mi/mi-cmds.c mi/mi-cmd-env.c \
177177 mi/mi-cmd-var.c mi/mi-cmd-break.c mi/mi-cmd-stack.c \
178178 mi/mi-cmd-disas.c \
179179 mi/mi-main.c mi/mi-parse.c mi/mi-getopt.c
@@ -261,11 +261,6 @@ ITK_CFLAGS = @ITKHDIR@
261261 ITK = @ITKLIB@
262262 ITK_DEPS = @ITK_DEPS@
263263
264-# Where is Tix? Typically in ../tix.
265-TIX_CFLAGS = @TIXHDIR@
266-TIX = @TIXLIB@
267-TIX_DEPS = @TIX_DEPS@
268-
269264 X11_CFLAGS = @TK_XINCLUDES@
270265 X11_LDFLAGS =
271266 X11_LIBS =
@@ -295,7 +290,7 @@ SUBDIR_GDBTK_SRCS = \
295290 gdbtk/generic/gdbtk-varobj.c gdbtk/generic/gdbtk-wrapper.c \
296291 gdbtk/generic/gdbtk-main.c
297292 SUBDIR_GDBTK_DEPS = \
298- $(LIBGUI) $(ITCL_DEPS) $(ITK_DEPS) $(TIX_DEPS) $(TK_DEPS) $(TCL_DEPS)
293+ $(LIBGUI) $(ITCL_DEPS) $(ITK_DEPS) $(TK_DEPS) $(TCL_DEPS)
299294 SUBDIR_GDBTK_INITS = gdbtk/generic/gdbtk.c
300295 SUBDIR_GDBTK_LDFLAGS=
301296 SUBDIR_GDBTK_CFLAGS= -DGDBTK
@@ -551,6 +546,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
551546 macrotab.c macroexp.c macrocmd.c macroscope.c main.c maint.c \
552547 mdebugread.c memattr.c mem-break.c minsyms.c mipsread.c \
553548 nlmread.c \
549+ objc-exp.y objc-lang.c \
554550 objfiles.c osabi.c \
555551 p-exp.y p-lang.c p-typeprint.c p-valprint.c parse.c printcmd.c \
556552 regcache.c reggroups.c remote.c \
@@ -593,6 +589,7 @@ remote_sim_h = $(INCLUDE_DIR)/gdb/remote-sim.h
593589 demangle_h = $(INCLUDE_DIR)/demangle.h
594590 obstack_h = $(INCLUDE_DIR)/obstack.h
595591 opcode_m68hc11_h = $(INCLUDE_DIR)/opcode/m68hc11.h
592+readline_h = $(READLINE_SRC)/readline.h
596593 sh_opc_h = $(OPCODES_SRC)/sh-opc.h
597594 gdb_sim_arm_h = $(INCLUDE_DIR)/gdb/sim-arm.h
598595 gdb_sim_d10v_h = $(INCLUDE_DIR)/gdb/sim-d10v.h
@@ -668,7 +665,7 @@ gdb_wait_h = gdb_wait.h
668665 gdbarch_h = gdbarch.h $(dis_asm_h) $(value_h) $(inferior_h)
669666 gdbcmd_h = gdbcmd.h $(command_h) $(ui_out_h)
670667 gdbcore_h = gdbcore.h $(bfd_h)
671-gdbthread_h = gdbthread.h $(breakpoint_h)
668+gdbthread_h = gdbthread.h $(breakpoint_h) $(frame_h)
672669 gdbtypes_h = gdbtypes.h
673670 gnu_nat_h = gnu-nat.h
674671 gregset_h = gregset.h
@@ -676,22 +673,25 @@ i386_linux_tdep_h = i386-linux-tdep.h
676673 i386_tdep_h = i386-tdep.h $(osabi_h)
677674 i387_tdep_h = i387-tdep.h
678675 inf_loop_h = inf-loop.h
679-inferior_h = inferior.h $(breakpoint_h) $(target_h)
676+inferior_h = inferior.h $(breakpoint_h) $(target_h) $(frame_h)
680677 jv_lang_h = jv-lang.h
681678 kod_h = kod.h
682679 language_h = language.h
683680 linespec_h = linespec.h
684681 m2_lang_h = m2-lang.h
682+m68k_tdep_h = m68k-tdep.h
685683 macroexp_h = macroexp.h
686684 macroscope_h = macroscope.h $(macrotab_h) $(symtab_h)
687685 macrotab_h = macrotab.h
688686 main_h = main.h
689687 memattr_h = memattr.h
690688 minimon_h = minimon.h
689+mips_tdep_h = mips-tdep.h
691690 mipsnbsd_tdep_h = mipsnbsd-tdep.h
692691 monitor_h = monitor.h
693692 nbsd_tdep_h = nbsd-tdep.h
694693 ns32k_tdep_h = ns32k-tdep.h $(osabi_h)
694+objc_lang_h = objc-lang.h
695695 objfiles_h = objfiles.h $(gdb_obstack_h) $(symfile_h)
696696 ocd_h = ocd.h
697697 osabi_h = osabi.h
@@ -870,6 +870,7 @@ SUBDIRS = @SUBDIRS@
870870
871871 # For now, shortcut the "configure GDB for fewer languages" stuff.
872872 YYFILES = c-exp.tab.c \
873+ objc-exp.tab.c \
873874 ada-exp.tab.c \
874875 jv-exp.tab.c \
875876 f-exp.tab.c m2-exp.tab.c p-exp.tab.c
@@ -1135,6 +1136,7 @@ local-maintainer-clean:
11351136 @echo "it deletes files that may require special tools to rebuild."
11361137 rm -f c-exp.tab.c \
11371138 ada-lex.c ada-exp.tab.c \
1139+ objc-exp.tab.c \
11381140 jv-exp.tab \
11391141 f-exp.tab.c m2-exp.tab.c p-exp.tab.c
11401142 rm -f TAGS $(INFOFILES)
@@ -1230,6 +1232,22 @@ c-exp.tab.c: c-exp.y
12301232 mv c-exp.new ./c-exp.tab.c
12311233
12321234 # See comments above ...
1235+.PRECIOUS: objc-exp.tab.c
1236+objc-exp.tab.o: objc-exp.tab.c
1237+objc-exp.tab.c: objc-exp.y
1238+ $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/objc-exp.y y.tab.c objc-exp.tmp -- $(YFLAGS)
1239+ -sed -e '/extern.*malloc/d' \
1240+ -e '/extern.*realloc/d' \
1241+ -e '/extern.*free/d' \
1242+ -e '/include.*malloc.h/d' \
1243+ -e 's/malloc/xmalloc/g' \
1244+ -e 's/realloc/xrealloc/g' \
1245+ -e '/^#line.*y.tab.c/d' \
1246+ < objc-exp.tmp > objc-exp.new
1247+ -rm objc-exp.tmp
1248+ mv objc-exp.new ./objc-exp.tab.c
1249+
1250+# See comments above ...
12331251 .PRECIOUS: jv-exp.tab.c
12341252 jv-exp.tab.o: jv-exp.tab.c
12351253 jv-exp.tab.c: jv-exp.y
@@ -1248,7 +1266,7 @@ jv-exp.tab.c: jv-exp.y
12481266 # See comments above ...
12491267 .PRECIOUS: f-exp.tab.c
12501268 f-exp.tab.o: f-exp.tab.c
1251-f-exp.tab.c: f-exp.y c-exp.tab.c
1269+f-exp.tab.c: f-exp.y
12521270 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/f-exp.y y.tab.c f-exp.tmp -- $(YFLAGS)
12531271 -sed -e '/extern.*malloc/d' \
12541272 -e '/extern.*realloc/d' \
@@ -1359,7 +1377,8 @@ ALLDEPFILES = a68v-nat.c \
13591377 core-sol2.c core-regset.c core-aout.c corelow.c \
13601378 dcache.c delta68-nat.c dpx2-nat.c exec.c fork-child.c \
13611379 go32-nat.c h8300-tdep.c h8500-tdep.c \
1362- hp300ux-nat.c hppa-tdep.c hppab-nat.c hppah-nat.c hpread.c \
1380+ hp300ux-nat.c hppa-tdep.c hppa-hpux-tdep.c \
1381+ hppab-nat.c hppah-nat.c hpread.c \
13631382 i386-tdep.c i386b-nat.c i386v-nat.c i386-linux-nat.c \
13641383 i386v4-nat.c i386ly-tdep.c \
13651384 i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c \
@@ -1423,9 +1442,15 @@ hpux-thread.o: $(srcdir)/hpux-thread.c
14231442 procfs.o: $(srcdir)/procfs.c
14241443 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $(srcdir)/procfs.c
14251444
1445+# FIXME: Thread-db.o gets warnings because the definitions of the register
1446+# sets are different from kernel to kernel.
1447+thread-db.o: $(srcdir)/thread-db.c
1448+ $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) \
1449+ $(srcdir)/thread-db.c
1450+
14261451 v850ice.o: $(srcdir)/v850ice.c
14271452 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
1428- $(TIX_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
1453+ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
14291454 $(GDBTK_CFLAGS) \
14301455 $(srcdir)/v850ice.c
14311456
@@ -1445,6 +1470,10 @@ c-exp.tab.o: c-exp.tab.c $(defs_h) $(gdb_string_h) $(expression_h) \
14451470 $(charset_h) \
14461471 $(symfile_h) $(objfiles_h)
14471472
1473+objc-exp.tab.o: objc-exp.tab.c $(objc_lang_h) $(defs_h) $(expression_h) \
1474+ $(gdbtypes_h) $(language_h) $(parser_defs_h) $(symtab_h) $(value_h) \
1475+ $(bfd_h) $(objfiles_h) $(symfile_h)
1476+
14481477 jv-exp.tab.o: jv-exp.tab.c jv-lang.h $(defs_h) $(expression_h) \
14491478 $(gdbtypes_h) $(language_h) $(parser_defs_h) $(symtab_h) $(value_h) \
14501479 $(bfd_h) $(objfiles_h) $(symfile_h)
@@ -1472,7 +1501,7 @@ ada-exp.tab.o: ada-exp.tab.c ada-lex.c ada-lang.h \
14721501
14731502 a68v-nat.o: a68v-nat.c $(defs_h) $(inferior_h) $(regcache_h)
14741503 abug-rom.o: abug-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
1475- $(serial_h) $(regcache_h)
1504+ $(serial_h) $(regcache_h) $(m68k_tdep_h)
14761505 ada-lang.o: ada-lang.c $(gdb_string_h) $(demangle_h) $(defs_h) $(symtab_h) \
14771506 $(gdbtypes_h) $(gdbcmd_h) $(expression_h) $(parser_defs_h) \
14781507 $(language_h) $(c_lang_h) $(inferior_h) $(symfile_h) $(objfiles_h) \
@@ -1493,7 +1522,7 @@ aix-thread.o: aix-thread.c $(defs_h) $(gdb_assert_h) $(gdbthread_h) \
14931522 alpha-linux-tdep.o: alpha-linux-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
14941523 $(value_h) $(alpha_tdep_h)
14951524 alpha-nat.o: alpha-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(target_h) \
1496- $(regcache_h) $(alpha_tdep_h) $(gregset_h)
1525+ $(regcache_h) $(alpha_tdep_h) $(gregset_h) $(gdb_string_h)
14971526 alpha-osf1-tdep.o: alpha-osf1-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
14981527 $(value_h) $(alpha_tdep_h)
14991528 alpha-tdep.o: alpha-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(symtab_h) \
@@ -1546,11 +1575,11 @@ breakpoint.o: breakpoint.c $(defs_h) $(symtab_h) $(frame_h) $(breakpoint_h) \
15461575 $(command_h) $(inferior_h) $(gdbthread_h) $(target_h) $(language_h) \
15471576 $(gdb_string_h) $(demangle_h) $(annotate_h) $(symfile_h) \
15481577 $(objfiles_h) $(linespec_h) $(completer_h) $(gdb_h) $(ui_out_h) \
1549- $(cli_script_h) $(gdb_events_h) $(source_h)
1578+ $(cli_script_h) $(gdb_events_h) $(source_h) $(gdb_assert_h)
15501579 buildsym.o: buildsym.c $(defs_h) $(bfd_h) $(gdb_obstack_h) $(symtab_h) \
1551- $(symfile_h) $(objfiles_h) $(gdbtypes_h) $(complaints_h) \
1552- $(gdb_string_h) $(expression_h) $(language_h) $(bcache_h) \
1553- $(filenames_h) $(macrotab_h) $(demangle_h) $(buildsym_h) \
1580+ $(symfile_h) $(objfiles_h) $(gdbtypes_h) $(gdb_assert_h) \
1581+ $(complaints_h) $(gdb_string_h) $(expression_h) $(language_h) \
1582+ $(bcache_h) $(filenames_h) $(macrotab_h) $(demangle_h) $(buildsym_h) \
15541583 $(stabsread_h)
15551584 builtin-regs.o: builtin-regs.c $(defs_h) $(builtin_regs_h) $(gdbtypes_h) \
15561585 $(gdb_string_h) $(gdb_assert_h)
@@ -1581,7 +1610,7 @@ coffread.o: coffread.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(demangle_h) \
15811610 complaints.o: complaints.c $(defs_h) $(complaints_h) $(gdb_assert_h) \
15821611 $(command_h) $(gdbcmd_h)
15831612 completer.o: completer.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(expression_h) \
1584- $(filenames_h) $(cli_decode_h) $(gdbcmd_h) $(completer_h)
1613+ $(filenames_h) $(cli_decode_h) $(gdbcmd_h) $(completer_h) $(readline_h)
15851614 copying.o: copying.c $(defs_h) $(command_h) $(gdbcmd_h)
15861615 core-aout.o: core-aout.c $(defs_h) $(gdbcore_h) $(value_h) $(regcache_h) \
15871616 $(gdb_dirent_h) $(gdb_stat_h)
@@ -1594,7 +1623,7 @@ corefile.o: corefile.c $(defs_h) $(gdb_string_h) $(inferior_h) $(symtab_h) \
15941623 $(dis_asm_h) $(gdb_stat_h) $(completer_h)
15951624 corelow.o: corelow.c $(defs_h) $(gdb_string_h) $(frame_h) $(inferior_h) \
15961625 $(symtab_h) $(command_h) $(bfd_h) $(target_h) $(gdbcore_h) \
1597- $(gdbthread_h) $(regcache_h) $(symfile_h)
1626+ $(gdbthread_h) $(regcache_h) $(symfile_h) $(readline_h)
15981627 cp-abi.o: cp-abi.c $(defs_h) $(value_h) $(cp_abi_h) $(gdb_string_h)
15991628 cp-support.o: cp-support.c $(defs_h) $(cp_support_h)
16001629 cp-valprint.o: cp-valprint.c $(defs_h) $(gdb_obstack_h) $(symtab_h) \
@@ -1602,7 +1631,7 @@ cp-valprint.o: cp-valprint.c $(defs_h) $(gdb_obstack_h) $(symtab_h) \
16021631 $(demangle_h) $(annotate_h) $(gdb_string_h) $(c_lang_h) $(target_h) \
16031632 $(cp_abi_h)
16041633 cpu32bug-rom.o: cpu32bug-rom.c $(defs_h) $(gdbcore_h) $(target_h) \
1605- $(monitor_h) $(serial_h) $(regcache_h)
1634+ $(monitor_h) $(serial_h) $(regcache_h) $(m68k_tdep_h)
16061635 cris-tdep.o: cris-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(inferior_h) \
16071636 $(gdbtypes_h) $(gdbcore_h) $(gdbcmd_h) $(target_h) $(value_h) \
16081637 $(opcode_cris_h) $(arch_utils_h) $(regcache_h) $(symfile_h) \
@@ -1615,7 +1644,7 @@ d10v-tdep.o: d10v-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(gdbtypes_h) \
16151644 $(sim_regno_h)
16161645 # OBSOLETE d30v-tdep.o: d30v-tdep.c
16171646 dbug-rom.o: dbug-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
1618- $(serial_h) $(regcache_h)
1647+ $(serial_h) $(regcache_h) $(m68k_tdep_h)
16191648 dbxread.o: dbxread.c $(defs_h) $(gdb_string_h) $(gdb_obstack_h) \
16201649 $(gdb_stat_h) $(symtab_h) $(breakpoint_h) $(target_h) $(gdbcore_h) \
16211650 $(libaout_h) $(symfile_h) $(objfiles_h) $(buildsym_h) $(stabsread_h) \
@@ -1660,12 +1689,13 @@ eval.o: eval.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \
16601689 event-loop.o: event-loop.c $(defs_h) $(event_loop_h) $(event_top_h) \
16611690 $(gdb_string_h)
16621691 event-top.o: event-top.c $(defs_h) $(top_h) $(inferior_h) $(target_h) \
1663- $(terminal_h) $(event_loop_h) $(event_top_h) $(gdbcmd_h)
1692+ $(terminal_h) $(event_loop_h) $(event_top_h) $(gdbcmd_h) $(readline_h)
16641693 exec.o: exec.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) $(gdbcmd_h) \
16651694 $(language_h) $(symfile_h) $(objfiles_h) $(completer_h) $(value_h) \
1666- $(gdb_string_h) $(gdbcore_h) $(gdb_stat_h) $(xcoffsolib_h)
1695+ $(gdb_string_h) $(gdbcore_h) $(gdb_stat_h) $(xcoffsolib_h) \
1696+ $(readline_h)
16671697 expprint.o: expprint.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(expression_h) \
1668- $(value_h) $(language_h) $(parser_defs_h)
1698+ $(value_h) $(language_h) $(parser_defs_h) $(target_h) $(gdb_string_h)
16691699 f-lang.o: f-lang.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \
16701700 $(expression_h) $(parser_defs_h) $(language_h) $(f_lang_h) \
16711701 $(valprint_h)
@@ -1686,8 +1716,9 @@ fork-child.o: fork-child.c $(defs_h) $(gdb_string_h) $(frame_h) \
16861716 $(terminal_h) $(gdbthread_h) $(command_h)
16871717 # OBSOLETE fr30-tdep.o: fr30-tdep.c
16881718 frame.o: frame.c $(defs_h) $(frame_h) $(target_h) $(value_h) $(inferior_h) \
1689- $(regcache_h) $(gdb_assert_h) $(gdb_obstack_h) $(dummy_frame_h) \
1690- $(gdbcore_h) $(annotate_h)
1719+ $(regcache_h) $(gdb_assert_h) $(gdb_string_h) $(builtin_regs_h) \
1720+ $(gdb_obstack_h) $(dummy_frame_h) $(gdbcore_h) $(annotate_h) \
1721+ $(language_h)
16911722 frv-tdep.o: frv-tdep.c $(defs_h) $(inferior_h) $(symfile_h) $(gdbcore_h) \
16921723 $(arch_utils_h) $(regcache_h)
16931724 gcore.o: gcore.c $(defs_h) $(cli_decode_h) $(inferior_h) $(gdbcore_h) \
@@ -1728,7 +1759,8 @@ hpacc-abi.o: hpacc-abi.c $(defs_h) $(value_h) $(gdb_regex_h) $(gdb_string_h) \
17281759 hppa-tdep.o: hppa-tdep.c $(defs_h) $(frame_h) $(bfd_h) $(inferior_h) \
17291760 $(value_h) $(regcache_h) $(completer_h) $(symtab_h) $(a_out_encap_h) \
17301761 $(gdb_stat_h) $(gdb_wait_h) $(gdbcore_h) $(gdbcmd_h) $(target_h) \
1731- $(symfile_h) $(objfiles_h) $(language_h)
1762+ $(symfile_h) $(objfiles_h) $(language_h) $(osabi_h)
1763+hppa-hpux-tdep.o: hppa-hpux-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h)
17321764 hppab-nat.o: hppab-nat.c $(defs_h) $(inferior_h) $(target_h) $(regcache_h)
17331765 hppah-nat.o: hppah-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \
17341766 $(gdb_wait_h) $(regcache_h)
@@ -1788,7 +1820,7 @@ ia64-aix-nat.o: ia64-aix-nat.c $(defs_h) $(inferior_h) $(target_h) \
17881820 $(objfiles_h) $(gdb_stat_h)
17891821 ia64-aix-tdep.o: ia64-aix-tdep.c $(defs_h)
17901822 ia64-linux-nat.o: ia64-linux-nat.c $(defs_h) $(inferior_h) $(target_h) \
1791- $(gdbcore_h) $(regcache_h) $(gregset_h)
1823+ $(gdbcore_h) $(regcache_h) $(gregset_h) $(gdb_string_h)
17921824 ia64-linux-tdep.o: ia64-linux-tdep.c $(defs_h) $(arch_utils_h)
17931825 ia64-tdep.o: ia64-tdep.c $(defs_h) $(inferior_h) $(symfile_h) $(gdbcore_h) \
17941826 $(arch_utils_h) $(floatformat_h) $(regcache_h) $(doublest_h) \
@@ -1868,10 +1900,12 @@ m68hc11-tdep.o: m68hc11-tdep.c $(defs_h) $(frame_h) $(symtab_h) \
18681900 m68k-stub.o: m68k-stub.c
18691901 m68k-tdep.o: m68k-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(gdbcore_h) \
18701902 $(value_h) $(gdb_string_h) $(inferior_h) $(regcache_h) \
1871- $(arch_utils_h) $(gregset_h)
1903+ $(arch_utils_h) $(gregset_h) $(m68k_tdep_h)
18721904 m68klinux-nat.o: m68klinux-nat.c $(defs_h) $(frame_h) $(inferior_h) \
18731905 $(language_h) $(gdbcore_h) $(regcache_h) $(gdb_stat_h) \
1874- $(floatformat_h) $(target_h) $(gregset_h)
1906+ $(floatformat_h) $(target_h) $(gregset_h) $(m68k_tdep_h)
1907+m68klinux-tdep.o: m68klinux-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \
1908+ $(target_h)
18751909 m68knbsd-nat.o: m68knbsd-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \
18761910 $(regcache_h)
18771911 m68knbsd-tdep.o: m68knbsd-tdep.c $(defs_h) $(gdbtypes_h) $(regcache_h)
@@ -1912,13 +1946,13 @@ minsyms.o: minsyms.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) \
19121946 mips-irix-tdep.o: mips-irix-tdep.c $(defs_h) $(osabi_h) $(elf_bfd_h)
19131947 mips-linux-nat.o: mips-linux-nat.c $(defs_h)
19141948 mips-linux-tdep.o: mips-linux-tdep.c $(defs_h) $(gdbcore_h) $(target_h) \
1915- $(solib_svr4_h)
1949+ $(solib_svr4_h) $(osabi_h) $(gdb_string_h)
19161950 mips-nat.o: mips-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(regcache_h)
19171951 mips-tdep.o: mips-tdep.c $(defs_h) $(gdb_string_h) $(frame_h) $(inferior_h) \
19181952 $(symtab_h) $(value_h) $(gdbcmd_h) $(language_h) $(gdbcore_h) \
19191953 $(symfile_h) $(objfiles_h) $(gdbtypes_h) $(target_h) $(arch_utils_h) \
1920- $(regcache_h) $(osabi_h) $(opcode_mips_h) $(elf_mips_h) $(elf_bfd_h) \
1921- $(symcat_h)
1954+ $(regcache_h) $(osabi_h) $(mips_tdep_h) $(opcode_mips_h) \
1955+ $(elf_mips_h) $(elf_bfd_h) $(symcat_h)
19221956 mipsm3-nat.o: mipsm3-nat.c $(defs_h) $(inferior_h) $(regcache_h)
19231957 mipsnbsd-nat.o: mipsnbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
19241958 $(mipsnbsd_tdep_h)
@@ -1953,6 +1987,11 @@ ns32k-tdep.o: ns32k-tdep.c $(defs_h) $(frame_h) $(gdbtypes_h) $(gdbcore_h) \
19531987 ns32knbsd-nat.o: ns32knbsd-nat.c $(defs_h) $(inferior_h) $(target_h) \
19541988 $(gdbcore_h) $(regcache_h)
19551989 ns32knbsd-tdep.o: ns32knbsd-tdep.c $(defs_h) $(ns32k_tdep_h) $(gdb_string_h)
1990+objc-lang.o: objc-lang.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(expression_h) \
1991+ $(parser_defs_h) $(language_h) $(c_lang_h) $(objc_lang_h) \
1992+ $(complaints_h) $(value_h) $(symfile_h) $(objfiles_h) \
1993+ $(gdb_string_h) $(target_h) $(gdbcore_h) $(gdbcmd_h) $(frame_h) \
1994+ $(gdb_regex_h) $(regcache_h)
19561995 objfiles.o: objfiles.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \
19571996 $(objfiles_h) $(gdb_stabs_h) $(target_h) $(bcache_h) $(gdb_stat_h) \
19581997 $(gdb_obstack_h) $(gdb_string_h) $(breakpoint_h) $(mmalloc_h)
@@ -1986,7 +2025,7 @@ ppc-bdm.o: ppc-bdm.c $(defs_h) $(gdbcore_h) $(gdb_string_h) $(frame_h) \
19862025 $(objfiles_h) $(gdb_stabs_h) $(serial_h) $(ocd_h) $(ppc_tdep_h) \
19872026 $(regcache_h)
19882027 ppc-linux-nat.o: ppc-linux-nat.c $(defs_h) $(frame_h) $(inferior_h) \
1989- $(gdbcore_h) $(regcache_h) $(gregset_h) $(ppc_tdep_h)
2028+ $(gdbcore_h) $(regcache_h) $(gregset_h) $(ppc_tdep_h) $(gdb_string_h)
19902029 ppc-linux-tdep.o: ppc-linux-tdep.c $(defs_h) $(frame_h) $(inferior_h) \
19912030 $(symtab_h) $(target_h) $(gdbcore_h) $(gdbcmd_h) $(symfile_h) \
19922031 $(objfiles_h) $(regcache_h) $(value_h) $(solib_svr4_h) $(ppc_tdep_h)
@@ -2031,7 +2070,7 @@ remote-es.o: remote-es.c $(defs_h) $(gdb_string_h) $(frame_h) $(inferior_h) \
20312070 $(target_h) $(command_h) $(symfile_h) $(remote_utils_h) $(gdbcore_h) \
20322071 $(serial_h) $(regcache_h) $(value_h)
20332072 remote-est.o: remote-est.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
2034- $(serial_h) $(regcache_h)
2073+ $(serial_h) $(regcache_h) $(m68k_tdep_h)
20352074 remote-hms.o: remote-hms.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
20362075 $(serial_h) $(regcache_h)
20372076 remote-mips.o: remote-mips.c $(defs_h) $(inferior_h) $(bfd_h) $(symfile_h) \
@@ -2088,7 +2127,7 @@ remote.o: remote.c $(defs_h) $(gdb_string_h) $(inferior_h) $(bfd_h) \
20882127 $(event_loop_h) $(event_top_h) $(inf_loop_h) $(serial_h) \
20892128 $(gdbcore_h)
20902129 rom68k-rom.o: rom68k-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
2091- $(serial_h) $(regcache_h) $(value_h)
2130+ $(serial_h) $(regcache_h) $(value_h) $(m68k_tdep_h)
20922131 rs6000-nat.o: rs6000-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \
20932132 $(xcoffsolib_h) $(symfile_h) $(objfiles_h) $(libbfd_h) $(bfd_h) \
20942133 $(gdb_stabs_h) $(regcache_h) $(arch_utils_h) $(language_h) \
@@ -2154,7 +2193,7 @@ solib-svr4.o: solib-svr4.c $(defs_h) $(elf_external_h) $(elf_common_h) \
21542193 solib.o: solib.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) $(symfile_h) \
21552194 $(objfiles_h) $(gdbcore_h) $(command_h) $(target_h) $(frame_h) \
21562195 $(gdb_regex_h) $(inferior_h) $(environ_h) $(language_h) $(gdbcmd_h) \
2157- $(completer_h) $(filenames_h) $(solist_h)
2196+ $(completer_h) $(filenames_h) $(solist_h) $(readline_h)
21582197 somread.o: somread.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \
21592198 $(objfiles_h) $(buildsym_h) $(stabsread_h) $(gdb_stabs_h) \
21602199 $(complaints_h) $(gdb_string_h) $(demangle_h) $(som_h) $(libhppa_h)
@@ -2166,7 +2205,7 @@ source.o: source.c $(defs_h) $(symtab_h) $(expression_h) $(language_h) \
21662205 $(command_h) $(source_h) $(gdbcmd_h) $(frame_h) $(value_h) \
21672206 $(gdb_string_h) $(gdb_stat_h) $(gdbcore_h) $(gdb_regex_h) \
21682207 $(symfile_h) $(objfiles_h) $(annotate_h) $(gdbtypes_h) $(linespec_h) \
2169- $(filenames_h) $(completer_h) $(ui_out_h)
2208+ $(filenames_h) $(completer_h) $(ui_out_h) $(readline_h)
21702209 sparc-linux-nat.o: sparc-linux-nat.c $(defs_h) $(regcache_h) $(gregset_h)
21712210 sparc-nat.o: sparc-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \
21722211 $(regcache_h)
@@ -2208,14 +2247,15 @@ symfile.o: symfile.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(gdbcore_h) \
22082247 $(gdbcmd_h) $(breakpoint_h) $(language_h) $(complaints_h) \
22092248 $(demangle_h) $(inferior_h) $(gdb_stabs_h) $(gdb_obstack_h) \
22102249 $(completer_h) $(bcache_h) $(gdb_string_h) $(gdb_stat_h) $(source_h) \
2211- $(gdb_assert_h)
2250+ $(gdb_assert_h) $(readline_h)
22122251 symm-nat.o: symm-nat.c $(defs_h) $(frame_h) $(inferior_h) $(symtab_h) \
22132252 $(target_h) $(regcache_h) $(gdb_stat_h) $(gdbcore_h) $(gdbcore_h)
22142253 symm-tdep.o: symm-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(symtab_h) \
22152254 $(gdb_stat_h) $(gdbcore_h)
22162255 symmisc.o: symmisc.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(bfd_h) \
22172256 $(symfile_h) $(objfiles_h) $(breakpoint_h) $(command_h) \
2218- $(gdb_obstack_h) $(language_h) $(bcache_h) $(gdb_string_h)
2257+ $(gdb_obstack_h) $(language_h) $(bcache_h) $(gdb_string_h) \
2258+ $(readline_h)
22192259 symtab.o: symtab.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(gdbcore_h) \
22202260 $(frame_h) $(target_h) $(value_h) $(symfile_h) $(objfiles_h) \
22212261 $(gdbcmd_h) $(call_cmds_h) $(gdb_regex_h) $(expression_h) \
@@ -2237,12 +2277,12 @@ top.o: top.c $(defs_h) $(gdbcmd_h) $(call_cmds_h) $(cli_cmds_h) \
22372277 $(expression_h) $(value_h) $(language_h) $(terminal_h) $(annotate_h) \
22382278 $(completer_h) $(top_h) $(version_h) $(serial_h) $(doublest_h) \
22392279 $(gdb_assert_h) $(event_top_h) $(gdb_string_h) $(gdb_stat_h) \
2240- $(ui_out_h) $(cli_out_h)
2280+ $(ui_out_h) $(cli_out_h) $(readline_h)
22412281 tracepoint.o: tracepoint.c $(defs_h) $(symtab_h) $(frame_h) $(gdbtypes_h) \
22422282 $(expression_h) $(gdbcmd_h) $(value_h) $(target_h) $(language_h) \
22432283 $(gdb_string_h) $(inferior_h) $(tracepoint_h) $(remote_h) \
22442284 $(linespec_h) $(regcache_h) $(completer_h) $(gdb_events_h) $(ax_h) \
2245- $(ax_gdb_h)
2285+ $(ax_gdb_h) $(readline_h)
22462286 typeprint.o: typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) $(symtab_h) \
22472287 $(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) $(command_h) \
22482288 $(gdbcmd_h) $(target_h) $(language_h) $(cp_abi_h) $(gdb_string_h)
@@ -2252,7 +2292,7 @@ ui-out.o: ui-out.c $(defs_h) $(gdb_string_h) $(expression_h) $(language_h) \
22522292 utils.o: utils.c $(config_h) $(defs_h) $(gdb_assert_h) $(gdb_string_h) \
22532293 $(event_top_h) $(gdbcmd_h) $(serial_h) $(bfd_h) $(target_h) \
22542294 $(demangle_h) $(expression_h) $(language_h) $(annotate_h) \
2255- $(filenames_h) $(inferior_h) $(mmalloc_h) $(charset_h)
2295+ $(filenames_h) $(inferior_h) $(mmalloc_h) $(charset_h) $(readline_h)
22562296 uw-thread.o: uw-thread.c $(defs_h) $(gdbthread_h) $(target_h) $(inferior_h) \
22572297 $(regcache_h) $(gregset_h)
22582298 v850-tdep.o: v850-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \
@@ -2331,7 +2371,7 @@ cli-decode.o: $(srcdir)/cli/cli-decode.c $(defs_h) $(symtab_h) \
23312371 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-decode.c
23322372 cli-dump.o: $(srcdir)/cli/cli-dump.c $(defs_h) $(gdb_string_h) \
23332373 $(cli_decode_h) $(cli_cmds_h) $(value_h) $(completer_h) \
2334- $(cli_dump_h) $(gdb_assert_h) $(target_h)
2374+ $(cli_dump_h) $(gdb_assert_h) $(target_h) $(readline_h)
23352375 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-dump.c
23362376 cli-script.o: $(srcdir)/cli/cli-script.c $(defs_h) $(value_h) $(language_h) \
23372377 $(ui_out_h) $(gdb_string_h) $(top_h) $(cli_cmds_h) $(cli_decode_h) \
@@ -2413,7 +2453,7 @@ gdbtk.o: $(srcdir)/gdbtk/generic/gdbtk.c \
24132453 $(bfd_h) $(symfile_h) $(objfiles_h) $(target_h) $(gdb_string_h) \
24142454 $(tracepoint_h) $(top_h)
24152455 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
2416- $(ITK_CFLAGS) $(TIX_CFLAGS) \
2456+ $(ITK_CFLAGS) \
24172457 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
24182458 $(srcdir)/gdbtk/generic/gdbtk.c \
24192459 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\" -DSRC_DIR=\"$(GDBTK_SRC_DIR)\"
@@ -2424,7 +2464,7 @@ gdbtk-bp.o: $(srcdir)/gdbtk/generic/gdbtk-bp.c \
24242464 $(defs_h) $(breakpoint_h) $(tracepoint_h) \
24252465 $(symfile_h) $(symtab_h) $(gdb_string_h)
24262466 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
2427- $(TIX_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
2467+ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
24282468 $(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-bp.c \
24292469 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\"
24302470
@@ -2434,7 +2474,7 @@ gdbtk-cmds.o: $(srcdir)/gdbtk/generic/gdbtk-cmds.c \
24342474 $(command_h) $(bfd_h) $(top_h) $(symfile_h) $(objfiles_h) $(target_h) \
24352475 $(gdb_string_h) $(tracepoint_h) $(source_h) $(regcache_h)
24362476 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
2437- $(TIX_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
2477+ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
24382478 $(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-cmds.c \
24392479 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\"
24402480
@@ -2443,13 +2483,13 @@ gdbtk-hooks.o: $(srcdir)/gdbtk/generic/gdbtk-hooks.c \
24432483 $(symtab_h) $(inferior_h) $(command_h) \
24442484 $(bfd_h) $(symfile_h) $(objfiles_h) $(target_h) $(gdb_string_h) \
24452485 $(tracepoint_h)
2446- $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
2486+ $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
24472487 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
24482488 $(srcdir)/gdbtk/generic/gdbtk-hooks.c -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\"
24492489
24502490 gdbtk-main.o: $(srcdir)/gdbtk/generic/gdbtk-main.c $(defs_h) $(main_h) \
24512491 $(gdb_string_h)
2452- $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
2492+ $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
24532493 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
24542494 $(srcdir)/gdbtk/generic/gdbtk-main.c -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\"
24552495
@@ -2458,7 +2498,7 @@ gdbtk-register.o: $(srcdir)/gdbtk/generic/gdbtk-register.c \
24582498 $(srcdir)/gdbtk/generic/gdbtk-cmds.h \
24592499 $(defs_h) $(frame_h) $(value_h) $(gdb_string_h)
24602500 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
2461- $(TIX_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
2501+ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
24622502 $(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-register.c \
24632503 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\"
24642504
@@ -2468,14 +2508,14 @@ gdbtk-stack.o: $(srcdir)/gdbtk/generic/gdbtk-stack.c \
24682508 $(defs_h) $(frame_h) $(value_h) $(target_h) $(breakpoint_h) \
24692509 $(linespec_h)
24702510 $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
2471- $(TIX_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
2511+ $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
24722512 $(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-stack.c \
24732513 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\"
24742514
24752515 gdbtk-varobj.o: $(srcdir)/gdbtk/generic/gdbtk-varobj.c \
24762516 $(srcdir)/gdbtk/generic/gdbtk.h \
24772517 $(defs_h) $(value_h) $(varobj_h) $(gdb_string_h)
2478- $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
2518+ $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
24792519 $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
24802520 $(srcdir)/gdbtk/generic/gdbtk-varobj.c
24812521
@@ -2498,6 +2538,10 @@ mi-cmd-break.o: $(srcdir)/mi/mi-cmd-break.c $(defs_h) $(mi_cmds_h) \
24982538 mi-cmd-disas.o: $(srcdir)/mi/mi-cmd-disas.c $(defs_h) $(target_h) $(value_h) \
24992539 $(mi_cmds_h) $(mi_getopt_h) $(ui_out_h) $(gdb_string_h) $(disasm_h)
25002540 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-disas.c
2541+mi-cmd-env.o: $(srcdir)/mi/mi-cmd-env.c $(defs_h) $(mi_cmds_h) $(ui_out_h) \
2542+ $(mi_out_h) $(varobj_h) $(value_h) $(gdb_string_h) $(inferior.h) \
2543+ $(mi_getopt_h) $(environ_h) $(gdbcmd_h) $(top_h)
2544+ $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-env.c
25012545 mi-cmd-stack.o: $(srcdir)/mi/mi-cmd-stack.c $(defs_h) $(target_h) $(frame_h) \
25022546 $(value_h) $(mi_cmds_h) $(ui_out_h) $(symtab_h)
25032547 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-stack.c
@@ -2581,7 +2625,7 @@ tui-hooks.o: $(srcdir)/tui/tui-hooks.c $(config_h) $(defs_h) $(symtab_h) \
25812625 $(target_h) $(gdbcore_h) $(event_loop_h) $(frame_h) $(breakpoint_h) \
25822626 $(gdb_events_h) $(tui_h) $(tuiData_h) $(tuiLayout_h) $(tuiIO_h) \
25832627 $(tuiRegs_h) $(tuiWin_h) $(tuiStack_h) $(tuiDataWin_h) \
2584- $(tuiSourceWin_h)
2628+ $(tuiSourceWin_h) $(readline_h)
25852629 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-hooks.c
25862630 tui-out.o: $(srcdir)/tui/tui-out.c $(defs_h) $(ui_out_h) $(tui_h) \
25872631 $(gdb_string_h) $(gdb_assert_h)
@@ -2639,7 +2683,8 @@ tuiStack.o: $(srcdir)/tui/tuiStack.c $(config_h) $(defs_h) $(symtab_h) \
26392683 tuiWin.o: $(srcdir)/tui/tuiWin.c $(config_h) $(defs_h) $(command_h) \
26402684 $(symtab_h) $(breakpoint_h) $(frame_h) $(cli_cmds_h) $(tui_h) \
26412685 $(tuiData_h) $(tuiGeneralWin_h) $(tuiStack_h) $(tuiRegs_h) \
2642- $(tuiDisassem_h) $(tuiSource_h) $(tuiSourceWin_h) $(tuiDataWin_h)
2686+ $(tuiDisassem_h) $(tuiSource_h) $(tuiSourceWin_h) $(tuiDataWin_h) \
2687+ $(readline_h)
26432688 $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tuiWin.c
26442689
26452690 #