Changeset 17
- Timestamp:
- 03/15/06 16:00:43 (3 years ago)
- Files:
-
- trunk/mod (deleted)
- trunk/orig/gdb/Makefile.in (modified) (96 diffs)
- trunk/orig/gdb/c-lang.c (modified) (9 diffs)
- trunk/orig/gdb/defs.h (modified) (21 diffs)
- trunk/orig/gdb/dwarf2read.c (modified) (95 diffs)
- trunk/orig/gdb/language.c (modified) (39 diffs)
- trunk/orig/gdb/symfile.c (modified) (77 diffs)
- trunk/orig/gdb/symtab.c (modified) (20 diffs)
- trunk/orig/include/elf/dwarf2.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/orig/gdb/Makefile.in
r13 r17 1 1 # Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2 # 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation,2 # 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, 3 3 # Inc. 4 4 … … 172 172 mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o \ 173 173 mi-interp.o \ 174 mi-main.o mi-parse.o mi-getopt.o 174 mi-main.o mi-parse.o mi-getopt.o mi-common.o 175 175 SUBDIR_MI_SRCS = \ 176 176 mi/mi-out.c mi/mi-console.c \ … … 179 179 mi/mi-cmd-file.c mi/mi-cmd-disas.c mi/mi-symbol-cmds.c \ 180 180 mi/mi-interp.c \ 181 mi/mi-main.c mi/mi-parse.c mi/mi-getopt.c 181 mi/mi-main.c mi/mi-parse.c mi/mi-getopt.c mi/mi-common.c 182 182 SUBDIR_MI_DEPS = 183 183 SUBDIR_MI_LDFLAGS= … … 373 373 $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \ 374 374 -lintl -liberty 375 CLIBS = $(SIM) $( BFD) $(READLINE) $(OPCODES) $(INTL) $(LIBIBERTY) \375 CLIBS = $(SIM) $(READLINE) $(OPCODES) $(BFD) $(INTL) $(LIBIBERTY) \ 376 376 $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \ 377 377 $(LIBICONV) \ … … 390 390 $(INTL_CFLAGS) 391 391 392 RUNTEST = `if [ -f $${rootsrc}/../dejagnu/runtest ] ; then \ 393 echo $${rootsrc}/../dejagnu/runtest ; else echo runtest; \ 394 fi` 395 392 RUNTEST = runtest 396 393 RUNTESTFLAGS= 397 394 … … 520 517 complaints.c completer.c corefile.c \ 521 518 cp-abi.c cp-support.c cp-namespace.c cp-valprint.c \ 519 cp-name-parser.y \ 522 520 dbxread.c demangle.c dictionary.c disasm.c doublest.c dummy-frame.c \ 523 521 dwarfread.c dwarf2expr.c dwarf2loc.c dwarf2read.c dwarf2-frame.c \ … … 545 543 scm-exp.c scm-lang.c scm-valprint.c \ 546 544 sentinel-frame.c \ 547 serial.c ser-unix.c source.c \ 545 serial.c ser-base.c ser-unix.c \ 546 solib.c solib-null.c source.c \ 548 547 stabsread.c stack.c std-regs.c symfile.c symfile-mem.c symmisc.c \ 549 548 symtab.c \ … … 554 553 ui-out.c utils.c ui-file.h ui-file.c \ 555 554 user-regs.c \ 556 valarith.c valops.c valprint.c value s.c varobj.c \555 valarith.c valops.c valprint.c value.c varobj.c \ 557 556 wrapper.c 558 557 … … 580 579 elf_frv_h = $(INCLUDE_DIR)/elf/frv.h $(elf_reloc_macros_h) 581 580 libaout_h = $(BFD_SRC)/libaout.h 581 libiberty_h = $(INCLUDE_DIR)/libiberty.h 582 582 libbfd_h = $(BFD_SRC)/libbfd.h 583 583 remote_sim_h = $(INCLUDE_DIR)/gdb/remote-sim.h … … 597 597 gdb_sim_sh_h = $(INCLUDE_DIR)/gdb/sim-sh.h 598 598 splay_tree_h = $(INCLUDE_DIR)/splay-tree.h 599 safe_ctype_h = $(INCLUDE_DIR)/safe-ctype.h 599 600 hashtab_h = $(INCLUDE_DIR)/hashtab.h 600 601 … … 642 643 breakpoint_h = breakpoint.h $(frame_h) $(value_h) $(gdb_events_h) 643 644 bsd_kvm_h = bsd-kvm.h 645 bsd_uthread_h = bsd-uthread.h 644 646 buildsym_h = buildsym.h 645 647 call_cmds_h = call-cmds.h … … 668 670 event_loop_h = event-loop.h 669 671 event_top_h = event-top.h 672 exceptions_h = exceptions.h $(ui_out_h) 670 673 exec_h = exec.h $(target_h) 671 674 expression_h = expression.h $(symtab_h) $(doublest_h) … … 699 702 glibc_tdep_h = glibc-tdep.h 700 703 gnu_nat_h = gnu-nat.h 704 gnu_v2_abi_h = gnu-v2-abi.h 701 705 gregset_h = gregset.h 702 706 hppa_tdep_h = hppa-tdep.h … … 712 716 inflow_h = inflow.h $(terminal_h) 713 717 inf_ptrace_h = inf-ptrace.h 714 inf ttrace_h = infttrace.h715 interps_h = interps.h 718 inf_ttrace_h = inf-ttrace.h 719 interps_h = interps.h $(exceptions_h) 716 720 jv_lang_h = jv-lang.h 717 721 kod_h = kod.h … … 728 732 macrotab_h = macrotab.h 729 733 main_h = main.h 734 mdebugread_h = mdebugread.h $(coff_sym_h) $(coff_symconst_h) 730 735 memattr_h = memattr.h 736 mips_mdebug_tdep_h = mips-mdebug-tdep.h 731 737 mipsnbsd_tdep_h = mipsnbsd-tdep.h 732 738 mips_tdep_h = mips-tdep.h 739 mn10300_tdep_h = mn10300-tdep.h 733 740 monitor_h = monitor.h 734 741 nbsd_tdep_h = nbsd-tdep.h 735 ns32k_tdep_h = ns32k-tdep.h 736 nto_tdep_h = nto-tdep.h $(defs_h) $(solist_h) 742 nto_tdep_h = nto-tdep.h $(defs_h) $(solist_h) $(osabi_h) $(regset_h) 737 743 objc_lang_h = objc-lang.h 738 744 objfiles_h = objfiles.h $(gdb_obstack_h) $(symfile_h) 739 745 ocd_h = ocd.h 740 746 osabi_h = osabi.h 741 pa64solib_h = pa64solib.h742 747 parser_defs_h = parser-defs.h $(doublest_h) 743 748 p_lang_h = p-lang.h … … 757 762 sentinel_frame_h = sentinel-frame.h 758 763 serial_h = serial.h 764 ser_base_h = ser-base.h 759 765 ser_unix_h = ser-unix.h 760 766 shnbsd_tdep_h = shnbsd-tdep.h … … 762 768 sim_regno_h = sim-regno.h 763 769 solib_h = solib.h 770 solib_pa64_h = solib-pa64.h 771 solib_som_h = solib-som.h 764 772 solib_svr4_h = solib-svr4.h 765 773 solist_h = solist.h 766 somsolib_h = somsolib.h767 774 source_h = source.h 768 775 sparc64_tdep_h = sparc64-tdep.h $(sparc_tdep_h) … … 815 822 mi_out_h = $(srcdir)/mi/mi-out.h 816 823 mi_parse_h = $(srcdir)/mi/mi-parse.h 824 mi_common_h = $(srcdir)/mi/mi-common.h 817 825 818 826 # … … 843 851 844 852 HFILES_NO_SRCDIR = bcache.h buildsym.h call-cmds.h coff-solib.h defs.h \ 853 exceptions.h \ 845 854 environ.h $(gdbcmd_h) gdb.h gdbcore.h \ 846 gdb-stabs.h $(inferior_h) language.h m inimon.h monitor.h \855 gdb-stabs.h $(inferior_h) language.h monitor.h \ 847 856 objfiles.h parser-defs.h serial.h solib.h \ 848 symfile.h s ymfile-mem.h stabsread.h target.h terminal.h typeprint.h \857 symfile.h stabsread.h target.h terminal.h typeprint.h \ 849 858 xcoffsolib.h \ 850 859 macrotab.h macroexp.h macroscope.h \ … … 853 862 m2-lang.h p-lang.h \ 854 863 complaints.h valprint.h \ 855 vx-share/dbgRpcLib.h vx-share/ptrace.h vx-share/vxTypes.h \ 856 vx-share/vxWorks.h vx-share/wait.h vx-share/xdr_ld.h \ 857 vx-share/xdr_ptrace.h vx-share/xdr_rdb.h gdbthread.h \ 858 dcache.h remote-utils.h top.h somsolib.h 864 gdbthread.h \ 865 dcache.h remote-utils.h top.h solib-som.h 859 866 860 867 # Header files that already have srcdir in them, or which are in objdir. … … 875 882 876 883 DEPFILES = $(TDEPFILES) $(SER_HARDWIRE) $(NATDEPFILES) \ 877 $(REMOTE_OBS) $(SIM_OBS) $(CONFIG_OBS)884 $(REMOTE_OBS) $(SIM_OBS) 878 885 879 886 SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES) $(CONFIG_SRCS) … … 881 888 # and it's more useful to see it in the .y file. 882 889 TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \ 883 $( SUBDIR_CLI_SRCS)890 $(CONFIG_SRCS) 884 891 TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR) 885 892 886 COMMON_OBS = $(DEPFILES) $( YYOBJ) \893 COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \ 887 894 version.o \ 888 895 annotate.o \ … … 891 898 blockframe.o breakpoint.o findvar.o regcache.o \ 892 899 charset.o disasm.o dummy-frame.o \ 893 source.o value s.o eval.o valops.o valarith.o valprint.o printcmd.o \900 source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o \ 894 901 block.o symtab.o symfile.o symmisc.o linespec.o dictionary.o \ 895 902 infcall.o \ 896 903 infcmd.o infrun.o \ 897 904 expprint.o environ.o stack.o thread.o \ 905 exceptions.o \ 898 906 inf-child.o \ 899 907 interps.o \ … … 930 938 reggroups.o regset.o \ 931 939 trad-frame.o \ 932 tramp-frame.o 940 tramp-frame.o \ 941 solib.o solib-null.o 933 942 934 943 TSOBS = inflow.o … … 938 947 # For now, shortcut the "configure GDB for fewer languages" stuff. 939 948 YYFILES = c-exp.c \ 949 cp-name-parser.c \ 940 950 objc-exp.c \ 951 ada-lex.c \ 941 952 ada-exp.c \ 942 953 jv-exp.c \ 943 954 f-exp.c m2-exp.c p-exp.c 944 955 YYOBJ = c-exp.o \ 956 cp-name-parser.o \ 945 957 objc-exp.o \ 946 958 ada-exp.o \ … … 1072 1084 rm -f $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) \ 1073 1085 $(DESTDIR)$(man1dir)/$$transformed_name.1 1086 1087 # The C++ name parser can be built standalone for testing. 1088 test-cp-name-parser.o: cp-name-parser.c $(safe_ctype_h) $(libiberty_h) \ 1089 $(demangle_h) 1090 $(CC) -c $(INTERNAL_CFLAGS) -DTEST_CPNAMES \ 1091 -o test-cp-name-parser.o cp-name-parser.c 1092 1093 test-cp-name-parser$(EXEEXT): test-cp-name-parser.o $(LIBIBERTY) 1094 $(CC_LD) $(INTERNAL_LDFLAGS) -o test-cp-name-parser$(EXEEXT) \ 1095 test-cp-name-parser.o $(LIBIBERTY) 1074 1096 1075 1097 # We do this by grepping through sources. If that turns out to be too slow, … … 1207 1229 # with `make TAGS' and not have to say `rm TAGS' first. 1208 1230 1209 TAGS: $( TAGFILES_NO_SRCDIR) $(TAGFILES_WITH_SRCDIR)1231 TAGS: $(DEPFILES) $(TAGFILES_NO_SRCDIR) $(TAGFILES_WITH_SRCDIR) 1210 1232 @echo Making TAGS 1211 1233 @etags $(srcdir)/$(DEPRECATED_TM_FILE) \ … … 1227 1249 rm -f gdb$(EXEEXT) core make.log 1228 1250 rm -f gdb[0-9]$(EXEEXT) 1251 rm -f test-cp-name-parser$(EXEEXT) 1252 1229 1253 .PHONY: clean-tui 1230 1254 clean-tui: … … 1254 1278 @echo "it deletes files that may require special tools to rebuild." 1255 1279 rm -f c-exp.c \ 1280 cp-name-parser.c \ 1256 1281 ada-lex.c ada-exp.c \ 1257 1282 objc-exp.c \ … … 1331 1356 lint: $(LINTFILES) 1332 1357 $(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES) \ 1333 `echo $(DEPFILES) | sed 's/\.o /\.c /g'`1358 `echo $(DEPFILES) $(CONFIG_OBS) | sed 's/\.o /\.c /g'` 1334 1359 1335 1360 gdb.cxref: $(SFILES) … … 1351 1376 ALLDEPFILES = \ 1352 1377 aix-thread.c \ 1353 alpha-nat.c alphabsd-nat.c \1378 alpha-nat.c alphabsd-nat.c alpha-linux-nat.c \ 1354 1379 alpha-tdep.c alpha-linux-tdep.c alphabsd-tdep.c alphanbsd-tdep.c \ 1355 1380 alpha-osf1-tdep.c alphafbsd-tdep.c alpha-mdebug-tdep.c \ 1356 1381 amd64-nat.c amd64-tdep.c \ 1357 amd64bsd-nat.c amd fbsd-nat.c amd64fbsd-tdep.c \1382 amd64bsd-nat.c amd64fbsd-nat.c amd64fbsd-tdep.c \ 1358 1383 amd64nbsd-nat.c amd64nbsd-tdep.c \ 1359 1384 amd64obsd-nat.c amd64obsd-tdep.c \ 1360 1385 amd64-linux-nat.c amd64-linux-tdep.c \ 1386 amd64-sol2-tdep.c \ 1361 1387 arm-linux-nat.c arm-linux-tdep.c arm-tdep.c \ 1362 1388 armnbsd-nat.c armnbsd-tdep.c \ 1363 1389 avr-tdep.c \ 1364 bsd- kvm.c \1390 bsd-uthread.c bsd-kvm.c \ 1365 1391 coff-solib.c \ 1366 1392 core-regset.c core-aout.c corelow.c \ … … 1370 1396 glibc-tdep.c \ 1371 1397 go32-nat.c h8300-tdep.c \ 1372 hppa-tdep.c hppa-hpux-tdep.c \ 1373 hppah-nat.c hpread.c \ 1398 hppa-tdep.c hppa-hpux-tdep.c hppa-hpux-nat.c \ 1374 1399 hppa-linux-tdep.c hppa-linux-nat.c \ 1375 1400 hppabsd-nat.c hppabsd-tdep.c \ 1401 hpread.c \ 1376 1402 i386-tdep.c i386v-nat.c i386-linux-nat.c \ 1377 i386v4-nat.c i386 ly-tdep.c i386-cygwin-tdep.c \1403 i386v4-nat.c i386-cygwin-tdep.c \ 1378 1404 i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c i386fbsd-tdep.c \ 1379 1405 i386nbsd-nat.c i386nbsd-tdep.c i386obsd-nat.c i386obsd-tdep.c \ 1380 1406 i387-tdep.c \ 1381 1407 i386-linux-tdep.c i386-nat.c \ 1408 i386-sol2-nat.c i386-sol2-tdep.c \ 1382 1409 i386gnu-nat.c i386gnu-tdep.c \ 1383 1410 ia64-linux-nat.c ia64-linux-tdep.c ia64-tdep.c \ 1384 infptrace.c inftarg.c irix4-nat.c irix5-nat.c \ 1411 inf-ptrace.c inf-ttrace.c \ 1412 infptrace.c inftarg.c irix5-nat.c \ 1385 1413 libunwind-frame.c \ 1386 lynx-nat.c m3-nat.c\1414 lynx-nat.c \ 1387 1415 m68hc11-tdep.c \ 1388 1416 m32r-tdep.c \ … … 1390 1418 m68k-tdep.c \ 1391 1419 m68kbsd-nat.c m68kbsd-tdep.c \ 1420 m68klinux-nat.c m68klinux-tdep.c \ 1392 1421 m88k-tdep.c m88kbsd-nat.c \ 1393 mcore-tdep.c \1394 1422 mips-linux-nat.c mips-linux-tdep.c \ 1395 1423 mips-irix-tdep.c \ 1396 mips-tdep.c mips m3-nat.c mipsv4-nat.c \1424 mips-tdep.c mipsv4-nat.c \ 1397 1425 mipsnbsd-nat.c mipsnbsd-tdep.c \ 1426 mips64obsd-nat.c mips64obsd-tdep.c \ 1398 1427 nbsd-tdep.c \ 1399 ns32k-tdep.csolib-osf.c \1400 somread.c so msolib.c $(HPREAD_SOURCE) \1428 solib-osf.c \ 1429 somread.c solib-som.c $(HPREAD_SOURCE) \ 1401 1430 ppc-sysv-tdep.c ppc-linux-nat.c ppc-linux-tdep.c \ 1402 1431 ppcnbsd-nat.c ppcnbsd-tdep.c \ … … 1407 1436 remote-rdp.c remote-sim.c \ 1408 1437 remote-st.c remote-utils.c dcache.c \ 1409 remote-vx.c \1410 1438 rs6000-nat.c rs6000-tdep.c \ 1411 1439 s390-tdep.c s390-nat.c \ 1412 1440 ser-go32.c ser-pipe.c ser-tcp.c \ 1413 1441 sh-tdep.c sh64-tdep.c shnbsd-tdep.c shnbsd-nat.c \ 1414 solib.c solib-irix.c solib-svr4.c solib-sunos.c \ 1442 solib-irix.c solib-svr4.c solib-sunos.c \ 1443 sparc-linux-nat.c \ 1415 1444 sparc-linux-tdep.c sparc-nat.c sparc-sol2-nat.c sparc-sol2-tdep.c \ 1416 1445 sparc-tdep.c sparc-sol2-nat.c sparc-sol2-tdep.c sparc64-linux-nat.c \ … … 1419 1448 sparc64nbsd-nat.c sparc64nbsd-tdep.c sparc64obsd-tdep.c \ 1420 1449 sparcnbsd-nat.c sparcnbsd-tdep.c sparcobsd-tdep.c \ 1421 symm-tdep.c symm-nat.c \1450 v850-tdep.c \ 1422 1451 vax-nat.c vax-tdep.c vaxbsd-nat.c vaxnbsd-tdep.c \ 1423 vx-share/xdr_ld.c vx-share/xdr_ptrace.c vx-share/xdr_rdb.c \1424 1452 win32-nat.c \ 1425 1453 xcoffread.c xcoffsolib.c \ … … 1474 1502 # FIXME: Thread-db.o gets warnings because the definitions of the register 1475 1503 # sets are different from kernel to kernel. 1476 thread-db.o: $(srcdir)/thread-db.c1504 linux-thread-db.o: $(srcdir)/linux-thread-db.c 1477 1505 $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) \ 1478 $(srcdir)/ thread-db.c1506 $(srcdir)/linux-thread-db.c 1479 1507 1480 1508 v850ice.o: $(srcdir)/v850ice.c … … 1483 1511 $(GDBTK_CFLAGS) \ 1484 1512 $(srcdir)/v850ice.c 1485 1486 1513 1487 1514 # Message files. Based on code in gcc/Makefile.in. … … 1571 1598 .SUFFIXES: .y .l 1572 1599 .y.c: 1573 $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $@.tmp --$(YFLAGS)1600 $(SHELL) $(YLWRAP) $< y.tab.c $@.tmp -- $(YACC) $(YFLAGS) 1574 1601 -sed -e '/extern.*malloc/d' \ 1575 1602 -e '/extern.*realloc/d' \ … … 1626 1653 $(gdbcore_h) $(hashtab_h) $(gdb_obstack_h) $(ada_lang_h) \ 1627 1654 $(completer_h) $(gdb_stat_h) $(ui_out_h) $(block_h) $(infcall_h) \ 1628 $(dictionary_h) 1655 $(dictionary_h) $(exceptions_h) 1629 1656 ada-typeprint.o: ada-typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) \ 1630 1657 $(symtab_h) $(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) \ … … 1633 1660 ada-valprint.o: ada-valprint.c $(defs_h) $(gdb_string_h) $(symtab_h) \ 1634 1661 $(gdbtypes_h) $(expression_h) $(value_h) $(demangle_h) $(valprint_h) \ 1635 $(language_h) $(annotate_h) $(ada_lang_h) $(c_lang_h) $(infcall_h) 1662 $(language_h) $(annotate_h) $(ada_lang_h) $(c_lang_h) $(infcall_h) \ 1663 $(exceptions_h) 1636 1664 aix-thread.o: aix-thread.c $(defs_h) $(gdb_assert_h) $(gdbthread_h) \ 1637 1665 $(target_h) $(inferior_h) $(regcache_h) $(gdbcmd_h) $(ppc_tdep_h) \ 1638 1666 $(gdb_string_h) 1639 1667 alphabsd-nat.o: alphabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ 1640 $(alpha_tdep_h) $(alphabsd_tdep_h) $( gregset_h)1668 $(alpha_tdep_h) $(alphabsd_tdep_h) $(inf_ptrace_h) $(gregset_h) 1641 1669 alphabsd-tdep.o: alphabsd-tdep.c $(defs_h) $(alpha_tdep_h) \ 1642 1670 $(alphabsd_tdep_h) 1643 1671 alphafbsd-tdep.o: alphafbsd-tdep.c $(defs_h) $(value_h) $(osabi_h) \ 1644 1672 $(alpha_tdep_h) 1673 alpha-linux-nat.o: alpha-linux-nat.c $(defs_h) $(target_h) $(linux_nat_h) 1645 1674 alpha-linux-tdep.o: alpha-linux-tdep.c $(defs_h) $(frame_h) $(gdb_assert_h) \ 1646 $(osabi_h) $( alpha_tdep_h)1675 $(osabi_h) $(solib_svr4_h) $(alpha_tdep_h) 1647 1676 alpha-mdebug-tdep.o: alpha-mdebug-tdep.c $(defs_h) $(frame_h) \ 1648 1677 $(frame_unwind_h) $(frame_base_h) $(symtab_h) $(gdbcore_h) \ 1649 $(block_h) $(gdb_assert_h) $(alpha_tdep_h) 1678 $(block_h) $(gdb_assert_h) $(alpha_tdep_h) $(mdebugread_h) 1650 1679 alpha-nat.o: alpha-nat.c $(defs_h) $(gdb_string_h) $(inferior_h) \ 1651 1680 $(gdbcore_h) $(target_h) $(regcache_h) $(alpha_tdep_h) $(gregset_h) … … 1668 1697 $(amd64_nat_h) $(bsd_kvm_h) 1669 1698 amd64fbsd-tdep.o: amd64fbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ 1670 $(gdbcore_h) $(regcache_h) $(osabi_h) $(gdb_ string_h) \1671 $( amd64_tdep_h) $(solib_svr4_h)1699 $(gdbcore_h) $(regcache_h) $(osabi_h) $(gdb_assert_h) \ 1700 $(gdb_string_h) $(amd64_tdep_h) $(bsd_uthread_h) $(solib_svr4_h) 1672 1701 amd64-linux-nat.o: amd64-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \ 1673 1702 $(regcache_h) $(linux_nat_h) $(gdb_assert_h) $(gdb_string_h) \ 1674 1703 $(gdb_proc_service_h) $(gregset_h) $(amd64_tdep_h) \ 1675 $(i386_linux_tdep_h) $(amd64_nat_h) 1704 $(i386_linux_tdep_h) $(amd64_nat_h) $(target_h) 1676 1705 amd64-linux-tdep.o: amd64-linux-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \ 1677 1706 $(regcache_h) $(osabi_h) $(symtab_h) $(gdb_string_h) $(amd64_tdep_h) \ … … 1691 1720 $(gdb_assert_h) $(gdb_string_h) $(amd64_tdep_h) $(i387_tdep_h) \ 1692 1721 $(solib_svr4_h) 1722 amd64-sol2-tdep.o: amd64-sol2-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \ 1723 $(regcache_h) $(osabi_h) $(symtab_h) $(gdb_string_h) $(amd64_tdep_h) \ 1724 $(solib_svr4_h) 1693 1725 amd64-tdep.o: amd64-tdep.c $(defs_h) $(arch_utils_h) $(block_h) \ 1694 1726 $(dummy_frame_h) $(frame_h) $(frame_base_h) $(frame_unwind_h) \ … … 1703 1735 $(floatformat_h) 1704 1736 arm-linux-nat.o: arm-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \ 1705 $(gdb_string_h) $(regcache_h) $(arm_tdep_h) $(gregset_h) 1737 $(gdb_string_h) $(regcache_h) $(arm_tdep_h) $(gregset_h) \ 1738 $(target_h) $(linux_nat_h) 1706 1739 arm-linux-tdep.o: arm-linux-tdep.c $(defs_h) $(target_h) $(value_h) \ 1707 1740 $(gdbtypes_h) $(floatformat_h) $(gdbcore_h) $(frame_h) $(regcache_h) \ 1708 1741 $(doublest_h) $(solib_svr4_h) $(osabi_h) $(arm_tdep_h) \ 1709 1742 $(glibc_tdep_h) 1710 armnbsd-nat.o: armnbsd-nat.c $(defs_h) $( arm_tdep_h) $(inferior_h) \1711 $(regcache_h) $( gdbcore_h)1743 armnbsd-nat.o: armnbsd-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \ 1744 $(regcache_h) $(target_h) $(gdb_string_h) $(arm_tdep_h) $(inf_ptrace_h) 1712 1745 armnbsd-tdep.o: armnbsd-tdep.c $(defs_h) $(osabi_h) $(gdb_string_h) \ 1713 1746 $(arm_tdep_h) $(nbsd_tdep_h) $(solib_svr4_h) … … 1717 1750 $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) $(arm_tdep_h) \ 1718 1751 $(gdb_sim_arm_h) $(elf_bfd_h) $(coff_internal_h) $(elf_arm_h) \ 1719 $(gdb_assert_h) $(bfd_in2_h) $(libcoff_h) 1752 $(gdb_assert_h) $(bfd_in2_h) $(libcoff_h) $(objfiles_h) \ 1753 $(dwarf2_frame_h) 1720 1754 auxv.o: auxv.c $(defs_h) $(target_h) $(gdbtypes_h) $(command_h) \ 1721 1755 $(inferior_h) $(valprint_h) $(gdb_assert_h) $(auxv_h) \ … … 1745 1779 $(gdb_string_h) $(demangle_h) $(annotate_h) $(symfile_h) \ 1746 1780 $(objfiles_h) $(source_h) $(linespec_h) $(completer_h) $(gdb_h) \ 1747 $(ui_out_h) $(cli_script_h) $(gdb_assert_h) $(block_h) $(soli st_h) \1748 $( observer_h) $(gdb_events_h)1781 $(ui_out_h) $(cli_script_h) $(gdb_assert_h) $(block_h) $(solib_h) \ 1782 $(solist_h) $(observer_h) $(exceptions_h) $(gdb_events_h) $(mi_common_h) 1749 1783 bsd-kvm.o: bsd-kvm.c $(defs_h) $(cli_cmds_h) $(command_h) $(frame_h) \ 1750 1784 $(regcache_h) $(target_h) $(value_h) $(gdbcore_h) $(gdb_assert_h) \ 1751 1785 $(readline_h) $(bsd_kvm_h) 1786 bsd-uthread.o: bsd-uthread.c $(defs_h) $(gdbcore_h) $(gdbthread_h) \ 1787 $(inferior_h) $(objfiles_h) $(observer_h) $(regcache_h) $(solib_h) \ 1788 $(solist_h) $(symfile_h) $(target_h) $(gdb_assert_h) \ 1789 $(gdb_obstack_h) $(bsd_uthread_h) 1752 1790 buildsym.o: buildsym.c $(defs_h) $(bfd_h) $(gdb_obstack_h) $(symtab_h) \ 1753 1791 $(symfile_h) $(objfiles_h) $(gdbtypes_h) $(gdb_assert_h) \ … … 1785 1823 corefile.o: corefile.c $(defs_h) $(gdb_string_h) $(inferior_h) $(symtab_h) \ 1786 1824 $(command_h) $(gdbcmd_h) $(bfd_h) $(target_h) $(gdbcore_h) \ 1787 $(dis_asm_h) $(gdb_stat_h) $(completer_h) 1825 $(dis_asm_h) $(gdb_stat_h) $(completer_h) $(exceptions_h) 1788 1826 corelow.o: corelow.c $(defs_h) $(arch_utils_h) $(gdb_string_h) $(frame_h) \ 1789 1827 $(inferior_h) $(symtab_h) $(command_h) $(bfd_h) $(target_h) \ 1790 1828 $(gdbcore_h) $(gdbthread_h) $(regcache_h) $(regset_h) $(symfile_h) \ 1791 $(exec_h) $(readline_h) $(observer_h) $(gdb_assert_h) 1829 $(exec_h) $(readline_h) $(observer_h) $(gdb_assert_h) \ 1830 $(exceptions_h) $(solib_h) 1792 1831 core-regset.o: core-regset.c $(defs_h) $(command_h) $(gdbcore_h) \ 1793 1832 $(inferior_h) $(target_h) $(gdb_string_h) $(gregset_h) 1794 1833 cp-abi.o: cp-abi.c $(defs_h) $(value_h) $(cp_abi_h) $(command_h) $(gdbcmd_h) \ 1795 1834 $(ui_out_h) $(gdb_string_h) 1835 cp-name-parser.o: cp-name-parser.c $(safe_ctype_h) $(libiberty_h) $(demangle_h) 1796 1836 cp-namespace.o: cp-namespace.c $(defs_h) $(cp_support_h) $(gdb_obstack_h) \ 1797 1837 $(symtab_h) $(symfile_h) $(gdb_assert_h) $(block_h) $(objfiles_h) \ … … 1806 1846 $(gdbtypes_h) $(expression_h) $(value_h) $(command_h) $(gdbcmd_h) \ 1807 1847 $(demangle_h) $(annotate_h) $(gdb_string_h) $(c_lang_h) $(target_h) \ 1808 $(cp_abi_h) $(valprint_h) 1848 $(cp_abi_h) $(valprint_h) $(cp_support_h) $(language_h) 1809 1849 cris-tdep.o: cris-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \ 1810 1850 $(frame_base_h) $(trad_frame_h) $(dwarf2_frame_h) $(symtab_h) \ … … 1820 1860 $(gdbtypes_h) $(expression_h) $(value_h) $(valprint_h) $(language_h) \ 1821 1861 $(c_lang_h) $(cp_abi_h) $(target_h) 1822 d10v-tdep.o: d10v-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \ 1823 $(frame_base_h) $(symtab_h) $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) \ 1824 $(gdb_string_h) $(value_h) $(inferior_h) $(dis_asm_h) $(symfile_h) \ 1825 $(objfiles_h) $(language_h) $(arch_utils_h) $(regcache_h) \ 1826 $(remote_h) $(floatformat_h) $(gdb_sim_d10v_h) $(sim_regno_h) \ 1827 $(disasm_h) $(trad_frame_h) $(gdb_assert_h) 1862 # OBSOLETE d10v-tdep.o: d10v-tdep.c 1828 1863 dbug-rom.o: dbug-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \ 1829 1864 $(serial_h) $(regcache_h) $(m68k_tdep_h) … … 1832 1867 $(libaout_h) $(objfiles_h) $(buildsym_h) $(stabsread_h) \ 1833 1868 $(gdb_stabs_h) $(demangle_h) $(complaints_h) $(cp_abi_h) \ 1834 $(gdb_assert_h) $( aout_aout64_h) $(aout_stab_gnu_h)1869 $(gdb_assert_h) $(gdb_string_h) $(aout_aout64_h) $(aout_stab_gnu_h) 1835 1870 dcache.o: dcache.c $(defs_h) $(dcache_h) $(gdbcmd_h) $(gdb_string_h) \ 1836 1871 $(gdbcore_h) $(target_h) … … 1861 1896 dwarf2loc.o: dwarf2loc.c $(defs_h) $(ui_out_h) $(value_h) $(frame_h) \ 1862 1897 $(gdbcore_h) $(target_h) $(inferior_h) $(ax_h) $(ax_gdb_h) \ 1863 $(regcache_h) $(objfiles_h) $(e lf_dwarf2_h) $(dwarf2expr_h) \1864 $(dwarf2 loc_h) $(gdb_string_h)1898 $(regcache_h) $(objfiles_h) $(exceptions_h) $(elf_dwarf2_h) \ 1899 $(dwarf2expr_h) $(dwarf2loc_h) $(gdb_string_h) 1865 1900 dwarf2read.o: dwarf2read.c $(defs_h) $(bfd_h) $(symtab_h) $(gdbtypes_h) \ 1866 1901 $(objfiles_h) $(elf_dwarf2_h) $(buildsym_h) $(demangle_h) \ … … 1879 1914 $(value_h) $(expression_h) $(target_h) $(frame_h) $(language_h) \ 1880 1915 $(f_lang_h) $(cp_abi_h) $(infcall_h) $(objc_lang_h) $(block_h) \ 1881 $(parser_defs_h) 1916 $(parser_defs_h) $(cp_support_h) 1882 1917 event-loop.o: event-loop.c $(defs_h) $(event_loop_h) $(event_top_h) \ 1883 $(gdb_string_h) 1918 $(gdb_string_h) $(exceptions_h) $(gdb_assert_h) 1884 1919 event-top.o: event-top.c $(defs_h) $(top_h) $(inferior_h) $(target_h) \ 1885 1920 $(terminal_h) $(event_loop_h) $(event_top_h) $(interps_h) \ 1886 $(gdbcmd_h) $(readline_h) $(readline_history_h) 1921 $(exceptions_h) $(gdbcmd_h) $(readline_h) $(readline_history_h) 1922 exceptions.o: exceptions.c $(defs_h) $(exceptions_h) $(breakpoint_h) \ 1923 $(target_h) $(inferior_h) $(annotate_h) $(ui_out_h) $(gdb_assert_h) \ 1924 $(gdb_string_h) $(serial_h) 1887 1925 exec.o: exec.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) $(gdbcmd_h) \ 1888 1926 $(language_h) $(symfile_h) $(objfiles_h) $(completer_h) $(value_h) \ 1889 1927 $(exec_h) $(readline_h) $(gdb_string_h) $(gdbcore_h) $(gdb_stat_h) \ 1890 $(xcoffsolib_h) 1928 $(xcoffsolib_h) $(observer_h) 1891 1929 expprint.o: expprint.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(expression_h) \ 1892 1930 $(value_h) $(language_h) $(parser_defs_h) $(user_regs_h) $(target_h) \ … … 1907 1945 fork-child.o: fork-child.c $(defs_h) $(gdb_string_h) $(frame_h) \ 1908 1946 $(inferior_h) $(target_h) $(gdb_wait_h) $(gdb_vfork_h) $(gdbcore_h) \ 1909 $(terminal_h) $(gdbthread_h) $(command_h) 1947 $(terminal_h) $(gdbthread_h) $(command_h) $(solib_h) 1910 1948 frame-base.o: frame-base.c $(defs_h) $(frame_base_h) $(frame_h) \ 1911 1949 $(gdb_obstack_h) … … 1914 1952 $(gdb_obstack_h) $(dummy_frame_h) $(sentinel_frame_h) $(gdbcore_h) \ 1915 1953 $(annotate_h) $(language_h) $(frame_unwind_h) $(frame_base_h) \ 1916 $(command_h) $(gdbcmd_h) $(observer_h) $(objfiles_h) 1954 $(command_h) $(gdbcmd_h) $(observer_h) $(objfiles_h) $(exceptions_h) 1917 1955 frame-unwind.o: frame-unwind.c $(defs_h) $(frame_h) $(frame_unwind_h) \ 1918 1956 $(gdb_assert_h) $(dummy_frame_h) $(gdb_obstack_h) … … 1951 1989 $(msg_reply_S_h) $(exc_request_U_h) $(msg_U_h) 1952 1990 gnu-v2-abi.o: gnu-v2-abi.c $(defs_h) $(gdb_string_h) $(symtab_h) \ 1953 $(gdbtypes_h) $(value_h) $(demangle_h) $(cp_abi_h) $(cp_support_h) 1991 $(gdbtypes_h) $(value_h) $(demangle_h) $(cp_abi_h) $(cp_support_h) \ 1992 $(gnu_v2_abi_h) 1954 1993 gnu-v3-abi.o: gnu-v3-abi.c $(defs_h) $(value_h) $(cp_abi_h) $(cp_support_h) \ 1955 1994 $(demangle_h) $(gdb_assert_h) $(gdb_string_h) … … 1957 1996 $(command_h) $(gdbcmd_h) $(floatformat_h) $(buildsym_h) \ 1958 1997 $(i387_tdep_h) $(i386_tdep_h) $(value_h) $(regcache_h) \ 1959 $(gdb_string_h) 1960 h8300-tdep.o: h8300-tdep.c $(defs_h) $(value_h) $( inferior_h) $(symfile_h) \1961 $( arch_utils_h) $(regcache_h) $(gdbcore_h) $(objfiles_h) $(gdbcmd_h) \1962 $(gdb_assert_h) $(dis_asm_h)1998 $(gdb_string_h) $(top_h) 1999 h8300-tdep.o: h8300-tdep.c $(defs_h) $(value_h) $(arch_utils_h) $(regcache_h) \ 2000 $(gdbcore_h) $(objfiles_h) $(gdb_assert_h) $(dis_asm_h) \ 2001 $(dwarf2_frame_h) $(frame_base_h) $(frame_unwind_h) 1963 2002 hpacc-abi.o: hpacc-abi.c $(defs_h) $(value_h) $(gdb_regex_h) $(gdb_string_h) \ 1964 $(gdbtypes_h) $(gdbcore_h) $(cp_abi_h) 2003 $(gdbtypes_h) $(gdbcore_h) $(cp_abi_h) $(gnu_v2_abi_h) 1965 2004 hppabsd-nat.o: hppabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ 1966 $(hppa_tdep_h) 1967 hppabsd-tdep.o: hppabsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \ 1968 $(regcache_h) $(regset_h) $(gdb_assert_h) $(gdb_string_h) \ 2005 $(target_h) $(hppa_tdep_h) $(inf_ptrace_h) 2006 hppabsd-tdep.o: hppabsd-tdep.c $(defs_h) $(arch_utils_h) $(symtab_h) \ 2007 $(objfiles_h) $(osabi_h) $(regcache_h) $(regset_h) $(target_h) \ 2008 $(value_h) $(gdb_assert_h) $(gdb_string_h) $(elf_common_h) \ 1969 2009 $(hppa_tdep_h) $(solib_svr4_h) 1970 hppa h-nat.o: hppah-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \1971 $( gdb_wait_h) $(regcache_h) $(gdb_string_h) $(infttrace_h) \1972 $( hppa_tdep_h)2010 hppa-hpux-nat.o: hppa-hpux-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ 2011 $(target_h) $(gdb_assert_h) $(hppa_tdep_h) $(inf_ptrace_h) \ 2012 $(inf_ttrace_h) 1973 2013 hppa-hpux-tdep.o: hppa-hpux-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \ 1974 $(osabi_h) $(gdb_string_h) $(frame_h) $(frame_unwind_h) \ 1975 $(trad_frame_h) $(symtab_h) $(objfiles_h) $(inferior_h) $(infcall_h) \ 1976 $(observer_h) $(hppa_tdep_h) 2014 $(osabi_h) $(frame_h) $(frame_unwind_h) $(trad_frame_h) $(symtab_h) \ 2015 $(objfiles_h) $(inferior_h) $(infcall_h) $(observer_h) \ 2016 $(hppa_tdep_h) $(solib_som_h) $(solib_pa64_h) $(regset_h) \ 2017 $(exceptions_h) $(gdb_string_h) 1977 2018 hppa-linux-nat.o: hppa-linux-nat.c $(defs_h) $(gdbcore_h) $(regcache_h) \ 1978 $(gdb_string_h) $(inferior_h) $(hppa_tdep_h) $(gregset_h) 2019 $(gdb_string_h) $(inferior_h) $(hppa_tdep_h) $(gregset_h) \ 2020 $(target_h) $(linux_nat_h) 1979 2021 hppa-linux-tdep.o: hppa-linux-tdep.c $(defs_h) $(gdbcore_h) $(osabi_h) \ 1980 2022 $(target_h) $(objfiles_h) $(solib_svr4_h) $(glibc_tdep_h) \ … … 1989 2031 $(syms_h) $(symtab_h) $(symfile_h) $(objfiles_h) $(buildsym_h) \ 1990 2032 $(complaints_h) $(gdb_stabs_h) $(gdbtypes_h) $(demangle_h) \ 1991 $(so msolib_h) $(gdb_assert_h) $(hppa_tdep_h) $(gdb_string_h)2033 $(solib_som_h) $(gdb_assert_h) $(hppa_tdep_h) $(gdb_string_h) 1992 2034 hpux-thread.o: hpux-thread.c $(defs_h) $(gdbthread_h) $(target_h) \ 1993 $(inferior_h) $(regcache_h) $(gdb_stat_h) $(gdbcore_h) 2035 $(inferior_h) $(regcache_h) $(gdb_stat_h) $(gdbcore_h) \ 2036 $(hppa_tdep_h) 1994 2037 i386bsd-nat.o: i386bsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ 1995 2038 $(gdb_assert_h) $(i386_tdep_h) $(i387_tdep_h) $(i386bsd_nat_h) \ … … 2002 2045 $(target_h) $(fbsd_nat_h) $(i386_tdep_h) $(i386bsd_nat_h) \ 2003 2046 $(bsd_kvm_h) 2004 i386fbsd-tdep.o: i386fbsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \ 2005 $(i386_tdep_h) $(i387_tdep_h) $(solib_svr4_h) 2047 i386fbsd-tdep.o: i386fbsd-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \ 2048 $(osabi_h) $(regcache_h) $(gdb_assert_h) $(i386_tdep_h) \ 2049 $(i387_tdep_h) $(bsd_uthread_h) $(solib_svr4_h) 2006 2050 i386gnu-nat.o: i386gnu-nat.c $(defs_h) $(inferior_h) $(floatformat_h) \ 2007 2051 $(regcache_h) $(gdb_assert_h) $(gdb_string_h) $(i386_tdep_h) \ … … 2011 2055 $(regcache_h) $(linux_nat_h) $(gdb_assert_h) $(gdb_string_h) \ 2012 2056 $(gregset_h) $(i387_tdep_h) $(i386_tdep_h) $(i386_linux_tdep_h) \ 2013 $(gdb_proc_service_h) 2057 $(gdb_proc_service_h) $(target_h) 2014 2058 i386-linux-tdep.o: i386-linux-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \ 2015 2059 $(value_h) $(regcache_h) $(inferior_h) $(osabi_h) $(reggroups_h) \ 2016 $(gdb_string_h) $(i386_tdep_h) $(i386_linux_tdep_h) $(glibc_tdep_h) \ 2017 $(solib_svr4_h) 2018 i386ly-tdep.o: i386ly-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \ 2019 $(regcache_h) $(target_h) $(osabi_h) $(i386_tdep_h) 2060 $(dwarf2_frame_h) $(gdb_string_h) $(i386_tdep_h) \ 2061 $(i386_linux_tdep_h) $(glibc_tdep_h) $(solib_svr4_h) 2020 2062 i386-nat.o: i386-nat.c $(defs_h) $(breakpoint_h) $(command_h) $(gdbcmd_h) 2021 2063 i386nbsd-nat.o: i386nbsd-nat.c $(defs_h) $(gdbcore_h) $(regcache_h) \ … … 2025 2067 $(gdb_assert_h) $(gdb_string_h) $(i386_tdep_h) $(i387_tdep_h) \ 2026 2068 $(nbsd_tdep_h) $(solib_svr4_h) 2027 i386-nto-tdep.o: i386-nto-tdep.c $( gdb_string_h) $(gdb_assert_h) $(defs_h) \2028 $( frame_h) $(target_h) $(regcache_h) $(solib_svr4_h) $(i386_tdep_h) \2029 $( nto_tdep_h) $(osabi_h) $(i387_tdep_h)2069 i386-nto-tdep.o: i386-nto-tdep.c $(defs_h) $(frame_h) $(osabi_h) \ 2070 $(regcache_h) $(target_h) $(gdb_assert_h) $(gdb_string_h) \ 2071 $(i386_tdep_h) $(i387_tdep_h) $(nto_tdep_h) $(solib_svr4_h) 2030 2072 i386obsd-nat.o: i386obsd-nat.c $(defs_h) $(i386_tdep_h) 2031 2073 i386obsd-tdep.o: i386obsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ 2032 2074 $(gdbcore_h) $(regcache_h) $(regset_h) $(symtab_h) $(objfiles_h) \ 2033 2075 $(osabi_h) $(target_h) $(gdb_assert_h) $(gdb_string_h) \ 2034 $(i386_tdep_h) $(i387_tdep_h) $(solib_svr4_h) 2076 $(i386_tdep_h) $(i387_tdep_h) $(solib_svr4_h) $(bsd_uthread_h) 2077 i386-sol2-nat.o: i386-sol2-nat.c $(defs_h) $(regcache_h) $(gregset_h) \ 2078 $(amd64_nat_h) $(amd64_tdep_h) 2035 2079 i386-sol2-tdep.o: i386-sol2-tdep.c $(defs_h) $(value_h) $(osabi_h) \ 2036 2080 $(gdb_string_h) $(i386_tdep_h) $(solib_svr4_h) … … 2051 2095 $(gdbcore_h) $(inferior_h) $(language_h) $(regcache_h) $(value_h) \ 2052 2096 $(gdb_assert_h) $(gdb_string_h) $(i386_tdep_h) $(i387_tdep_h) 2053 ia64-aix-nat.o: ia64-aix-nat.c $(defs_h) $(inferior_h) $(target_h) \2054 $(gdbcore_h) $(regcache_h) $(symtab_h) $(bfd_h) $(symfile_h) \2055 $(objfiles_h) $(gdb_stat_h)2056 ia64-aix-tdep.o: ia64-aix-tdep.c $(defs_h)2057 2097 ia64-linux-nat.o: ia64-linux-nat.c $(defs_h) $(gdb_string_h) $(inferior_h) \ 2058 $(target_h) $(gdbcore_h) $(regcache_h) $(gdb_wait_h) $(gregset_h) 2098 $(target_h) $(gdbcore_h) $(regcache_h) $(ia64_tdep_h) $(gdb_wait_h) \ 2099 $(gregset_h) $(linux_nat_h) 2059 2100 ia64-linux-tdep.o: ia64-linux-tdep.c $(defs_h) $(ia64_tdep_h) \ 2060 $(arch_utils_h) $(gdbcore_h) $(regcache_h) 2101 $(arch_utils_h) $(gdbcore_h) $(regcache_h) $(osabi_h) $(solib_svr4_h) 2061 2102 ia64-tdep.o: ia64-tdep.c $(defs_h) $(inferior_h) $(gdbcore_h) \ 2062 2103 $(arch_utils_h) $(floatformat_h) $(regcache_h) $(reggroups_h) \ 2063 2104 $(frame_h) $(frame_base_h) $(frame_unwind_h) $(doublest_h) \ 2064 2105 $(value_h) $(gdb_assert_h) $(objfiles_h) $(elf_common_h) \ 2065 $(elf_bfd_h) $(dis_asm_h) $(infcall_h) $( ia64_tdep_h) $(elf_ia64_h) \2066 $( libunwind_frame_h) $(libunwind_ia64_h)2106 $(elf_bfd_h) $(dis_asm_h) $(infcall_h) $(osabi_h) $(ia64_tdep_h) \ 2107 $(elf_ia64_h) $(libunwind_frame_h) $(libunwind_ia64_h) 2067 2108 infcall.o: infcall.c $(defs_h) $(breakpoint_h) $(target_h) $(regcache_h) \ 2068 2109 $(inferior_h) $(gdb_assert_h) $(block_h) $(gdbcore_h) $(language_h) \ … … 2076 2117 $(objfiles_h) $(completer_h) $(ui_out_h) $(event_top_h) \ 2077 2118 $(parser_defs_h) $(regcache_h) $(reggroups_h) $(block_h) \ 2078 $( gdb_assert_h)2119 $(solib_h) $(gdb_assert_h) 2079 2120 inf-loop.o: inf-loop.c $(defs_h) $(inferior_h) $(target_h) $(event_loop_h) \ 2080 $(event_top_h) $(inf_loop_h) $(remote_h) 2121 $(event_top_h) $(inf_loop_h) $(remote_h) $(exceptions_h) 2081 2122 inflow.o: inflow.c $(defs_h) $(frame_h) $(inferior_h) $(command_h) \ 2082 2123 $(serial_h) $(terminal_h) $(target_h) $(gdbthread_h) $(gdb_string_h) \ 2083 2124 $(inflow_h) 2084 inf-ptrace.o: inf-ptrace.c $(defs_h) $( observer_h) $(gdb_ptrace_h) \2085 $( inflow_h) $(inferior_h) $(regcache_h) $(command_h) $(gdbcore_h) \2086 $( inf_child_h) $(gdbcmd_h) $(gdb_string_h) $(gdb_wait_h)2125 inf-ptrace.o: inf-ptrace.c $(defs_h) $(command_h) $(inferior_h) $(inflow_h) \ 2126 $(gdbcore_h) $(observer_h) $(regcache_h) $(gdb_assert_h) \ 2127 $(gdb_string_h) $(gdb_ptrace_h) $(gdb_wait_h) $(inf_child_h) 2087 2128 infptrace.o: infptrace.c $(defs_h) $(command_h) $(frame_h) $(gdbcore_h) \ 2088 2129 $(inferior_h) $(regcache_h) $(target_h) $(gdb_assert_h) \ 2089 2130 $(gdb_wait_h) $(gdb_string_h) $(gdb_dirent_h) $(gdb_ptrace_h) 2090 2131 infrun.o: infrun.c $(defs_h) $(gdb_string_h) $(symtab_h) $(frame_h) \ 2091 $(inferior_h) $(breakpoint_h) $(gdb_wait_h) $(gdbcore_h) $(gdbcmd_h) \ 2092 $(cli_script_h) $(target_h) $(gdbthread_h) $(annotate_h) \ 2093 $(symfile_h) $(top_h) $(inf_loop_h) $(regcache_h) $(value_h) \ 2094 $(observer_h) $(language_h) $(gdb_assert_h) 2132 $(inferior_h) $(exceptions_h) $(breakpoint_h) $(gdb_wait_h) \ 2133 $(gdbcore_h) $(gdbcmd_h) $(cli_script_h) $(target_h) $(gdbthread_h) \ 2134 $(annotate_h) $(symfile_h) $(top_h) $(inf_loop_h) $(regcache_h) \ 2135 $(value_h) $(observer_h) $(language_h) $(solib_h) $(gdb_assert_h) \ 2136 $(mi_common_h) $(main_h) 2095 2137 inftarg.o: inftarg.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \ 2096 2138 $(gdbcore_h) $(command_h) $(gdb_stat_h) $(observer_h) $(gdb_wait_h) \ 2097 2139 $(inflow_h) 2098 inf ttrace.o: infttrace.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \2099 $(gdb _string_h) $(gdb_wait_h) $(command_h) $(gdbthread_h) \2100 $( infttrace_h) $(gdbcore_h)2140 inf-ttrace.o: inf-ttrace.c $(defs_h) $(command_h) $(gdbcore_h) \ 2141 $(gdbthread_h) $(inferior_h) $(observer_h) $(target_h) \ 2142 $(gdb_assert_h) $(gdb_string_h) $(inf_child_h) $(inf_ttrace_h) 2101 2143 interps.o: interps.c $(defs_h) $(gdbcmd_h) $(ui_out_h) $(event_loop_h) \ 2102 2144 $(event_top_h) $(interps_h) $(completer_h) $(gdb_string_h) \ 2103 $(gdb_events_h) $(gdb_assert_h) $(top_h) 2145 $(gdb_events_h) $(gdb_assert_h) $(top_h) $(exceptions_h) 2146 iq2000-tdep.o: iq2000-tdep.c $(defs_h) $(frame_h) $(frame_base_h) \ 2147 $(frame_unwind_h) $(dwarf2_frame_h) $(gdbtypes_h) $(value_h) \ 2148 $(dis_asm_h) $(gdb_string_h) $(arch_utils_h) $(regcache_h) \ 2149 $(osabi_h) $(gdbcore_h) 2104 2150 irix5-nat.o: irix5-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(target_h) \ 2105 2151 $(regcache_h) $(gdb_string_h) $(gregset_h) $(mips_tdep_h) … … 2130 2176 $(symfile_h) $(objfiles_h) $(source_h) $(demangle_h) $(value_h) \ 2131 2177 $(completer_h) $(cp_abi_h) $(parser_defs_h) $(block_h) \ 2132 $(objc_lang_h) $(linespec_h) 2178 $(objc_lang_h) $(linespec_h) $(exceptions_h) 2133 2179 linux-nat.o: linux-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdb_string_h) \ 2134 2180 $(gdb_wait_h) $(gdb_assert_h) $(linux_nat_h) $(gdbthread_h) \ 2135 $(gdbcmd_h) $(regcache_h) $(elf_bfd_h) $(gregset_h) $(gdbcore_h) \ 2136 $(gdbthread_h) $(gdb_stat_h) 2181 $(gdbcmd_h) $(regcache_h) $(inf_ptrace.h) $(auxv.h) $(elf_bfd_h) \ 2182 $(gregset_h) $(gdbcore_h) $(gdbthread_h) $(gdb_stat_h) 2183 linux-thread-db.o: linux-thread-db.c $(defs_h) $(gdb_assert_h) \ 2184 $(gdb_proc_service_h) $(gdb_thread_db_h) $(bfd_h) $(exceptions_h) \ 2185 $(gdbthread_h) $(inferior_h) $(symfile_h) $(objfiles_h) $(target_h) \ 2186 $(regcache_h) $(solib_svr4_h) $(gdbcore_h) 2137 2187 lynx-nat.o: lynx-nat.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \ 2138 2188 $(gdbcore_h) $(regcache_h) … … 2146 2196 $(expression_h) $(value_h) $(gdbcore_h) $(target_h) $(m2_lang_h) 2147 2197 m2-valprint.o: m2-valprint.c $(defs_h) $(symtab_h) $(gdbtypes_h) \ 2148 $(m2_lang_h) 2198 $(m2_lang_h) $(c_lang_h) 2149 2199 m32r-linux-nat.o: m32r-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \ 2150 2200 $(regcache_h) $(linux_nat_h) $(gdb_assert_h) $(gdb_string_h) \ 2151 $(gregset_h) $(m32r_tdep_h) 2201 $(gregset_h) $(m32r_tdep_h) $(target_h) 2152 2202 m32r-linux-tdep.o: m32r-linux-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \ 2153 2203 $(value_h) $(regcache_h) $(inferior_h) $(osabi_h) $(reggroups_h) \ 2154 $(gdb_string_h) $(glibc_tdep_h) $(solib_svr4_h) $(trad_frame_h) \ 2155 $(frame_unwind_h) $(m32r_tdep_h) 2156 m32r-rom.o: m32r-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \ 2157 $(serial_h) $(symtab_h) $(command_h) $(gdbcmd_h) $(symfile_h) \ 2158 $(gdb_string_h) $(objfiles_h) $(inferior_h) $(regcache_h) 2204 $(regset_h) $(gdb_string_h) $(glibc_tdep_h) $(solib_svr4_h) \ 2205 $(trad_frame_h) $(frame_unwind_h) $(m32r_tdep_h) 2206 m32r-rom.o: m32r-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(exceptions_h) \ 2207 $(monitor_h) $(serial_h) $(symtab_h) $(command_h) $(gdbcmd_h) \ 2208 $(symfile_h) $(gdb_string_h) $(objfiles_h) $(inferior_h) \ 2209 $(regcache_h) 2159 2210 m32r-stub.o: m32r-stub.c $(syscall_h) 2160 2211 m32r-tdep.o: m32r-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \ 2161 2212 $(frame_base_h) $(symtab_h) $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) \ 2162 2213 $(gdb_string_h) $(value_h) $(inferior_h) $(symfile_h) $(objfiles_h) \ 2163 $( language_h) $(arch_utils_h) $(regcache_h) $(trad_frame_h) \2164 $( dis_asm_h) $(gdb_assert_h) $(osabi_h) $(m32r_tdep_h)2214 $(osabi_h) $(language_h) $(arch_utils_h) $(regcache_h) \ 2215 $(trad_frame_h) $(dis_asm_h) $(gdb_assert_h) $(m32r_tdep_h) 2165 2216 m68hc11-tdep.o: m68hc11-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \ 2166 2217 $(frame_base_h) $(dwarf2_frame_h) $(trad_frame_h) $(symtab_h) \ … … 2170 2221 $(opcode_m68hc11_h) $(elf_m68hc11_h) $(elf_bfd_h) 2171 2222 m68kbsd-nat.o: m68kbsd-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \ 2172 $(regcache_h) $(gdb_assert_h) $(m68k_tdep_h) $(bsd_kvm_h) 2173 m68kbsd-tdep.o: m68kbsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \ 2174 $(regcache_h) $(regset_h) $(gdb_assert_h) $(gdb_string_h) \ 2175 $(m68k_tdep_h) $(solib_svr4_h) 2223 $(regcache_h) $(gdb_assert_h) $(m68k_tdep_h) $(inf_ptrace_h) \ 2224 $(bsd_kvm_h) 2225 m68kbsd-tdep.o: m68kbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ 2226 $(osabi_h) $(regcache_h) $(regset_h) $(trad_frame_h) \ 2227 $(tramp_frame_h) $(gdb_assert_h) $(gdb_string_h) $(m68k_tdep_h) \ 2228 $(solib_svr4_h) 2176 2229 m68klinux-nat.o: m68klinux-nat.c $(defs_h) $(frame_h) $(inferior_h) \ 2177 2230 $(language_h) $(gdbcore_h) $(gdb_string_h) $(regcache_h) \ 2178 2231 $(m68k_tdep_h) $(gdb_stat_h) $(floatformat_h) $(target_h) \ 2179 $(gregset_h) 2232 $(gregset_h) $(target_h) $(linux_nat_h) 2180 2233 m68klinux-tdep.o: m68klinux-tdep.c $(defs_h) $(gdbcore_h) $(doublest_h) \ 2181 2234 $(floatformat_h) $(frame_h) $(target_h) $(gdb_string_h) \ 2182 2235 $(gdbtypes_h) $(osabi_h) $(regcache_h) $(objfiles_h) $(symtab_h) \ 2183 $(m68k_tdep_h) $(trad_frame_h) $(frame_unwind_h) 2236 $(m68k_tdep_h) $(trad_frame_h) $(frame_unwind_h) $(glibc_tdep_h) \ 2237 $(solib_svr4_h) 2184 2238 m68k-stub.o: m68k-stub.c 2185 2239 m68k-tdep.o: m68k-tdep.c $(defs_h) $(dwarf2_frame_h) $(frame_h) \ … … 2204 2258 $(bcache_h) $(complaints_h) 2205 2259 main.o: main.c $(defs_h) $(top_h) $(target_h) $(inferior_h) $(symfile_h) \ 2206 $(gdbcore_h) $( getopt_h) $(gdb_stat_h) $(gdb_string_h) \2207 $( event_loop_h) $(ui_out_h) $(interps_h) $(main_h)2260 $(gdbcore_h) $(exceptions_h) $(getopt_h) $(gdb_stat_h) \ 2261 $(gdb_string_h) $(event_loop_h) $(ui_out_h) $(interps_h) $(main_h) 2208 2262 maint.o: maint.c $(defs_h) $(command_h) $(gdbcmd_h) $(symtab_h) \ 2209 2263 $(gdbtypes_h) $(demangle_h) $(gdbcore_h) $(expression_h) \ 2210 2264 $(language_h) $(symfile_h) $(objfiles_h) $(value_h) $(cli_decode_h) 2211 mcore-rom.o: mcore-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \2212 $(gdb_string_h) $(regcache_h) $(serial_h)2213 mcore-tdep.o: mcore-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(value_h) \2214 $(gdbcmd_h) $(regcache_h) $(objfiles_h) $(gdbcore_h) $(inferior_h) \2215 $(arch_utils_h) $(gdb_string_h) $(disasm_h) $(dis_asm_h)2216 2265 mdebugread.o: mdebugread.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(gdbcore_h) \ 2217 2266 $(objfiles_h) $(gdb_obstack_h) $(buildsym_h) $(stabsread_h) \ 2218 2267 $(complaints_h) $(demangle_h) $(gdb_assert_h) $(block_h) \ 2219 $(dictionary_h) $( coff_sym_h) $(coff_symconst_h) $(gdb_stat_h) \2220 $( gdb_string_h) $(bfd_h) $(coff_ecoff_h) $(libaout_h) \2221 $(aout_ aout64_h) $(aout_stab_gnu_h) $(expression_h)2268 $(dictionary_h) $(mdebugread_h) $(gdb_stat_h) $(gdb_string_h) \ 2269 $(bfd_h) $(coff_ecoff_h) $(libaout_h) $(aout_aout64_h) \ 2270 $(aout_stab_gnu_h) $(expression_h) 2222 2271 memattr.o: memattr.c $(defs_h) $(command_h) $(gdbcmd_h) $(memattr_h) \ 2223 2272 $(target_h) $(value_h) $(language_h) $(gdb_string_h) … … 2226 2275 minsyms.o: minsyms.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) \ 2227 2276 $(symfile_h) $(objfiles_h) $(demangle_h) $(value_h) $(cp_abi_h) 2277 mips64obsd-nat.o: mips64obsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ 2278 $(target_h) $(mips_tdep_h) $(inf_ptrace_h) 2279 mips64obsd-tdep.o: mips64obsd-tdep.c $(defs_h) $(osabi_h) $(regcache_h) \ 2280 $(regset_h) $(trad_frame_h) $(tramp_frame_h) $(gdb_assert_h) \ 2281 $(gdb_string_h) $(mips_tdep_h) $(solib_svr4_h) 2228 2282 mips-irix-tdep.o: mips-irix-tdep.c $(defs_h) $(osabi_h) $(elf_bfd_h) 2229 mips-linux-nat.o: mips-linux-nat.c $(defs_h) $(mips_tdep_h) 2283 mips-linux-nat.o: mips-linux-nat.c $(defs_h) $(mips_tdep_h) $(target_h) \ 2284 $(linux_nat_h) 2230 2285 mips-linux-tdep.o: mips-linux-tdep.c $(defs_h) $(gdbcore_h) $(target_h) \ 2231 2286 $(solib_svr4_h) $(osabi_h) $(mips_tdep_h) $(gdb_string_h) \ 2232 $(gdb_assert_h) $(frame_h) $(trad_frame_h) $(tramp_frame_h) 2287 $(gdb_assert_h) $(frame_h) $(regcache_h) $(trad_frame_h) \ 2288 $(tramp_frame_h) 2289 mips-mdebug-tdep.o: mips-mdebug-tdep.c $(defs_h) $(frame_h) $(mips_tdep_h) \ 2290 $(trad_frame_h) $(block_h) $(symtab_h) $(objfiles_h) $(elf_mips_h) \ 2291 $(elf_bfd_h) $(gdb_assert_h) $(frame_unwind_h) $(frame_base_h) \ 2292 $(mips_mdebug_tdep_h) $(mdebugread_h) 2233 2293 mipsnbsd-nat.o: mipsnbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ 2234 $( mipsnbsd_tdep_h)2294 $(target_h) $(mips_tdep_h) $(mipsnbsd_tdep_h) $(inf_ptrace_h) 2235 2295 mipsnbsd-tdep.o: mipsnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \ 2236 $(target_h) $(value_h) $(osabi_h) $(nbsd_tdep_h) $(mipsnbsd_tdep_h) \ 2237 $(mips_tdep_h) $(solib_svr4_h) 2296 $(regset_h) $(target_h) $(value_h) $(osabi_h) $(gdb_assert_h) \ 2297 $(gdb_string_h) $(nbsd_tdep_h) $(mipsnbsd_tdep_h) $(mips_tdep_h) \ 2298 $(solib_svr4_h) 2238 2299 mipsread.o: mipsread.c $(defs_h) $(gdb_string_h) $(bfd_h) $(symtab_h) \ 2239 2300 $(objfiles_h) $(buildsym_h) $(stabsread_h) $(coff_sym_h) \ … … 2250 2311 mipsv4-nat.o: mipsv4-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(target_h) \ 2251 2312 $(regcache_h) $(gregset_h) 2252 mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(frame_h) $(inferior_h) \ 2253 $(target_h) $(value_h) $(bfd_h) $(gdb_string_h) $(gdbcore_h) \ 2254 $(objfiles_h) $(regcache_h) $(arch_utils_h) $(gdb_assert_h) \ 2255 $(dis_asm_h) 2256 monitor.o: monitor.c $(defs_h) $(gdbcore_h) $(target_h) $(gdb_string_h) \ 2257 $(command_h) $(serial_h) $(monitor_h) $(gdbcmd_h) $(inferior_h) \ 2258 $(gdb_regex_h) $(srec_h) $(regcache_h) 2313 mn10300-linux-tdep.o: mn10300-linux-tdep.c $(defs_h) $(gdbcore_h) \ 2314 $(gdb_string_h) $(regcache_h) $(mn10300_tdep_h) $(gdb_assert_h) \ 2315 $(bfd_h) $(elf_bfd_h) $(osabi_h) $(regset_h) $(solib_svr4_h) 2316 mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) \ 2317 $(gdbtypes_h) $(regcache_h) $(gdb_string_h) $(gdb_assert_h) \ 2318 $(frame_h) $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) \ 2319 $(symtab_h) $(dwarf2_frame_h) $(osabi_h) $(mn10300_tdep_h) 2320 2321 monitor.o: monitor.c $(defs_h) $(gdbcore_h) $(target_h) $(exceptions_h) \ 2322 $(gdb_string_h) $(command_h) $(serial_h) $(monitor_h) $(gdbcmd_h) \ 2323 $(inferior_h) $(gdb_regex_h) $(srec_h) $(regcache_h) 2324 ms1-tdep.o: ms1-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) $(frame_base_h) \ 2325 $(symtab_h) $(dis_asm_h) $(arch_utils_h) $(gdbtypes_h) \ 2326 $(gdb_string_h) $(regcache_h) $(reggroups_h) $(gdbcore_h) \ 2327 $(trad_frame_h) $(inferior_h) $(dwarf2_frame_h) $(infcall_h) \ 2328 $(gdb_assert_h) 2259 2329 nbsd-tdep.o: nbsd-tdep.c $(defs_h) $(gdb_string_h) $(solib_svr4_h) 2260 2330 nlmread.o: nlmread.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \
