| Index: gdb/Makefile.in
|
| diff --git a/gdb/Makefile.in b/gdb/Makefile.in
|
| index d79bc37ebdf130949fe8e84ef6a4ea85bd42fb7f..a41cff9caebc23fed3e4a2b7b9e8e27486c1b551 100644
|
| --- a/gdb/Makefile.in
|
| +++ b/gdb/Makefile.in
|
| @@ -166,20 +166,17 @@ INTL = @LIBINTL@
|
| INTL_DEPS = @LIBINTL_DEP@
|
| INTL_CFLAGS = @INCINTL@
|
|
|
| -# Did the user give us a --with-sysroot option?
|
| -TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@
|
| -TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@
|
| -
|
| # Did the user give us a --with-gdb-datadir option?
|
| GDB_DATADIR = @GDB_DATADIR@
|
|
|
| # Helper code from gnulib.
|
| -LIBGNU = gnulib/libgnu.a
|
| -INCGNU = -I$(srcdir)/gnulib -Ignulib
|
| +GNULIB_BUILDDIR = build-gnulib
|
| +LIBGNU = $(GNULIB_BUILDDIR)/import/libgnu.a
|
| +INCGNU = -I$(srcdir)/gnulib/import -I$(GNULIB_BUILDDIR)/import
|
|
|
| # Generated headers in the gnulib directory. These must be listed
|
| # so that they are generated before other files are compiled.
|
| -GNULIB_H = gnulib/string.h @GNULIB_STDINT_H@
|
| +GNULIB_H = $(GNULIB_BUILDDIR)/import/string.h @GNULIB_STDINT_H@
|
|
|
| #
|
| # CLI sub directory definitons
|
| @@ -205,14 +202,14 @@ SUBDIR_MI_OBS = \
|
| mi-out.o mi-console.o \
|
| mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o \
|
| mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o \
|
| - mi-interp.o \
|
| + mi-cmd-info.o mi-interp.o \
|
| mi-main.o mi-parse.o mi-getopt.o
|
| SUBDIR_MI_SRCS = \
|
| mi/mi-out.c mi/mi-console.c \
|
| mi/mi-cmds.c mi/mi-cmd-env.c \
|
| mi/mi-cmd-var.c mi/mi-cmd-break.c mi/mi-cmd-stack.c \
|
| mi/mi-cmd-file.c mi/mi-cmd-disas.c mi/mi-symbol-cmds.c \
|
| - mi/mi-cmd-target.c mi/mi-interp.c \
|
| + mi/mi-cmd-target.c mi/mi-cmd-info.c mi/mi-interp.c \
|
| mi/mi-main.c mi/mi-parse.c mi/mi-getopt.c
|
| SUBDIR_MI_DEPS =
|
| SUBDIR_MI_LDFLAGS=
|
| @@ -222,20 +219,16 @@ SUBDIR_MI_CFLAGS=
|
| # TUI sub directory definitions
|
| #
|
|
|
| -# Name of the TUI program
|
| -TUI=gdbtui
|
| -
|
| SUBDIR_TUI_OBS = \
|
| tui-command.o \
|
| tui-data.o \
|
| tui-disasm.o \
|
| - tui-file.o tui.o \
|
| + tui-file.o \
|
| tui-hooks.o \
|
| tui-interp.o \
|
| tui-io.o \
|
| tui-layout.o \
|
| tui-out.o \
|
| - tui-main.o \
|
| tui-regs.o \
|
| tui-source.o \
|
| tui-stack.o \
|
| @@ -254,7 +247,6 @@ SUBDIR_TUI_SRCS = \
|
| tui/tui-interp.c \
|
| tui/tui-io.c \
|
| tui/tui-layout.c \
|
| - tui/tui-main.c \
|
| tui/tui-out.c \
|
| tui/tui-regs.c \
|
| tui/tui-source.c \
|
| @@ -525,7 +517,7 @@ ALL_64_TARGET_OBS = \
|
| amd64fbsd-tdep.o amd64-darwin-tdep.o amd64-dicos-tdep.o \
|
| amd64-linux-tdep.o amd64nbsd-tdep.o \
|
| amd64obsd-tdep.o amd64-sol2-tdep.o amd64-tdep.o amd64-windows-tdep.o \
|
| - ia64-hpux-tdep.o ia64-linux-tdep.o ia64-tdep.o \
|
| + ia64-hpux-tdep.o ia64-linux-tdep.o ia64-vms-tdep.o ia64-tdep.o \
|
| mips64obsd-tdep.o \
|
| sparc64fbsd-tdep.o sparc64-linux-tdep.o sparc64nbsd-tdep.o \
|
| sparc64obsd-tdep.o sparc64-sol2-tdep.o sparc64-tdep.o
|
| @@ -564,7 +556,9 @@ ALL_TARGET_OBS = \
|
| mt-tdep.o \
|
| nto-tdep.o \
|
| ppc-linux-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o ppc-sysv-tdep.o \
|
| + rl78-tdep.o \
|
| rs6000-aix-tdep.o rs6000-tdep.o \
|
| + rx-tdep.o \
|
| s390-tdep.o \
|
| score-tdep.o \
|
| sh64-tdep.o sh-linux-tdep.o shnbsd-tdep.o sh-tdep.o \
|
| @@ -572,6 +566,7 @@ ALL_TARGET_OBS = \
|
| sparc-sol2-tdep.o sparc-tdep.o \
|
| spu-tdep.o spu-multiarch.o solib-spu.o \
|
| tic6x-tdep.o tic6x-linux-tdep.o \
|
| + tilegx-tdep.o tilegx-linux-tdep.o \
|
| v850-tdep.o \
|
| vaxnbsd-tdep.o vaxobsd-tdep.o vax-tdep.o \
|
| xstormy16-tdep.o \
|
| @@ -580,13 +575,12 @@ ALL_TARGET_OBS = \
|
| bsd-uthread.o \
|
| nbsd-tdep.o obsd-tdep.o \
|
| sol2-tdep.o \
|
| - solib-frv.o solib-irix.o solib-svr4.o solib-target.o \
|
| + solib-frv.o solib-irix.o solib-svr4.o \
|
| solib-som.o solib-pa64.o solib-darwin.o solib-dsbt.o \
|
| dbug-rom.o dink32-rom.o ppcbug-rom.o m32r-rom.o dsrec.o monitor.o \
|
| remote-m32r-sdi.o remote-mips.o \
|
| xcoffread.o \
|
| symfile-mem.o \
|
| - corelow.o \
|
| windows-tdep.o \
|
| linux-record.o
|
|
|
| @@ -690,14 +684,16 @@ TARGET_FLAGS_TO_PASS = \
|
| # SFILES is used in building the distribution archive.
|
|
|
| SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
|
| - addrmap.c \
|
| + ada-varobj.c \
|
| + addrmap.c auto-load.c \
|
| auxv.c ax-general.c ax-gdb.c \
|
| + agent.c \
|
| bcache.c \
|
| bfd-target.c \
|
| block.c blockframe.c breakpoint.c buildsym.c \
|
| c-exp.y c-lang.c c-typeprint.c c-valprint.c \
|
| - charset.c cli-out.c coffread.c coff-pe-read.c \
|
| - complaints.c completer.c continuations.c corefile.c \
|
| + charset.c cleanups.c cli-out.c coffread.c coff-pe-read.c \
|
| + complaints.c completer.c continuations.c corefile.c corelow.c \
|
| cp-abi.c cp-support.c cp-namespace.c cp-valprint.c \
|
| d-lang.c d-valprint.c \
|
| cp-name-parser.y \
|
| @@ -709,6 +705,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
|
| f-exp.y f-lang.c f-typeprint.c f-valprint.c filesystem.c \
|
| findcmd.c findvar.c frame.c frame-base.c frame-unwind.c \
|
| gdbarch.c arch-utils.c gdbtypes.c gnu-v2-abi.c gnu-v3-abi.c \
|
| + go-exp.y go-lang.c go-typeprint.c go-valprint.c \
|
| inf-loop.c \
|
| infcall.c \
|
| infcmd.c inflow.c infrun.c \
|
| @@ -730,8 +727,8 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
|
| sentinel-frame.c \
|
| serial.c ser-base.c ser-unix.c skip.c \
|
| solib.c solib-target.c source.c \
|
| - stabsread.c stack.c std-regs.c symfile.c symfile-mem.c symmisc.c \
|
| - symtab.c \
|
| + stabsread.c stack.c probe.c stap-probe.c std-regs.c \
|
| + symfile.c symfile-mem.c symmisc.c symtab.c \
|
| target.c target-descriptions.c target-memory.c \
|
| thread.c top.c tracepoint.c \
|
| trad-frame.c \
|
| @@ -739,8 +736,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
|
| typeprint.c \
|
| ui-out.c utils.c ui-file.h ui-file.c \
|
| user-regs.c \
|
| - valarith.c valops.c valprint.c value.c varobj.c vec.c \
|
| - wrapper.c \
|
| + valarith.c valops.c valprint.c value.c varobj.c common/vec.c \
|
| xml-tdesc.c xml-support.c \
|
| inferior.c gdb_usleep.c \
|
| record.c gcore.c \
|
| @@ -749,7 +745,8 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
|
| annotate.c common/signals.c copying.c dfp.c gdb.c inf-child.c \
|
| regset.c sol-thread.c windows-termcap.c \
|
| common/common-utils.c common/xml-utils.c \
|
| - common/ptid.c common/buffer.c gdb-dlfcn.c
|
| + common/ptid.c common/buffer.c gdb-dlfcn.c common/agent.c \
|
| + common/format.c
|
|
|
| LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c
|
|
|
| @@ -772,30 +769,30 @@ common/gdb_signals.h common/gdb_thread_db.h common/i386-xstate.h \
|
| common/linux-ptrace.h \
|
| proc-utils.h arm-tdep.h ax-gdb.h ppcnbsd-tdep.h \
|
| cli-out.h gdb_expat.h breakpoint.h infcall.h obsd-tdep.h \
|
| -exec.h m32r-tdep.h osabi.h gdbcore.h solib-som.h \
|
| +exec.h m32r-tdep.h osabi.h gdbcore.h solib-som.h amd64bsd-nat.h \
|
| i386bsd-nat.h xml-support.h xml-tdesc.h alphabsd-tdep.h gdb_obstack.h \
|
| -ia64-tdep.h ada-lang.h varobj.h frv-tdep.h nto-tdep.h serial.h \
|
| -c-lang.h d-lang.h frame.h event-loop.h block.h cli/cli-setshow.h \
|
| +ia64-tdep.h ada-lang.h ada-varobj.h varobj.h frv-tdep.h nto-tdep.h serial.h \
|
| +c-lang.h d-lang.h golang.h frame.h event-loop.h block.h cli/cli-setshow.h \
|
| cli/cli-decode.h cli/cli-cmds.h cli/cli-dump.h cli/cli-utils.h \
|
| -cli/cli-script.h macrotab.h symtab.h version.h gnulib/wchar.in.h \
|
| -gnulib/string.in.h gnulib/str-two-way.h \
|
| -gnulib/stdint.in.h remote.h gdb.h sparc-nat.h \
|
| +cli/cli-script.h macrotab.h symtab.h version.h \
|
| +gnulib/import/string.in.h gnulib/import/str-two-way.h \
|
| +gnulib/import/stdint.in.h remote.h gdb.h sparc-nat.h \
|
| gdbthread.h dwarf2-frame.h dwarf2-frame-tailcall.h nbsd-nat.h dcache.h \
|
| amd64-nat.h s390-tdep.h arm-linux-tdep.h exceptions.h macroscope.h \
|
| gdbarch.h bsd-uthread.h gdb_stat.h memory-map.h memrange.h \
|
| mdebugread.h m88k-tdep.h stabsread.h hppa-linux-offsets.h linux-fork.h \
|
| ser-unix.h inf-ptrace.h terminal.h ui-out.h frame-base.h \
|
| f-lang.h dwarf2loc.h value.h sparc-tdep.h defs.h target-descriptions.h \
|
| -objfiles.h vec.h disasm.h mips-tdep.h ser-base.h \
|
| +objfiles.h common/vec.h disasm.h mips-tdep.h ser-base.h \
|
| gdb_curses.h bfd-target.h memattr.h inferior.h ax.h dummy-frame.h \
|
| -inflow.h fbsd-nat.h libunwind-frame.h completer.h inf-ttrace.h \
|
| +inflow.h fbsd-nat.h ia64-libunwind-tdep.h completer.h inf-ttrace.h \
|
| solib-target.h gdb_vfork.h alpha-tdep.h dwarf2expr.h \
|
| -m2-lang.h stack.h charset.h addrmap.h command.h solist.h source.h \
|
| +m2-lang.h stack.h charset.h cleanups.h addrmap.h command.h solist.h source.h \
|
| target.h prologue-value.h cp-abi.h tui/tui-hooks.h tui/tui.h \
|
| tui/tui-file.h tui/tui-command.h tui/tui-disasm.h tui/tui-wingeneral.h \
|
| tui/tui-windata.h tui/tui-data.h tui/tui-win.h tui/tui-stack.h \
|
| tui/tui-winsource.h tui/tui-regs.h tui/tui-io.h tui/tui-layout.h \
|
| -tui/tui-source.h xcoffsolib.h sol2-tdep.h gregset.h sh-tdep.h \
|
| +tui/tui-source.h xcoffsolib.h sol2-tdep.h gregset.h sh-tdep.h sh64-tdep.h \
|
| expression.h score-tdep.h gdb_select.h ser-tcp.h buildsym.h valprint.h \
|
| call-cmds.h typeprint.h mi/mi-getopt.h mi/mi-parse.h mi/mi-console.h \
|
| mi/mi-out.h mi/mi-main.h mi/mi-common.h mi/mi-cmds.h linux-nat.h \
|
| @@ -808,7 +805,7 @@ coff-pe-read.h parser-defs.h gdb_ptrace.h mips-linux-tdep.h \
|
| m68k-tdep.h spu-tdep.h jv-lang.h environ.h solib-irix.h amd64-tdep.h \
|
| doublest.h regset.h hppa-tdep.h ppc-linux-tdep.h rs6000-tdep.h \
|
| common/gdb_locale.h common/gdb_dirent.h arch-utils.h trad-frame.h gnu-nat.h \
|
| -language.h nbsd-tdep.h wrapper.h solib-svr4.h \
|
| +language.h nbsd-tdep.h solib-svr4.h \
|
| macroexp.h ui-file.h regcache.h gdb_string.h tracepoint.h i386-tdep.h \
|
| inf-child.h p-lang.h event-top.h gdbtypes.h user-regs.h \
|
| regformats/regdef.h config/alpha/nm-osf3.h config/i386/nm-i386gnu.h \
|
| @@ -827,10 +824,12 @@ i386-darwin-tdep.h i386-nat.h linux-record.h moxie-tdep.h \
|
| osdata.h procfs.h python/py-event.h python/py-events.h python/py-stopevent.h \
|
| python/python-internal.h python/python.h ravenscar-thread.h record.h \
|
| solib-darwin.h solib-ia64-hpux.h solib-spu.h windows-nat.h xcoffread.h \
|
| -gnulib/extra/arg-nonnull.h gnulib/extra/c++defs.h gnulib/extra/warn-on-use.h \
|
| -gnulib/stddef.in.h inline-frame.h skip.h \
|
| +gnulib/import/extra/snippet/arg-nonnull.h gnulib/import/extra/snippet/c++defs.h \
|
| +gnulib/import/extra/snippet/warn-on-use.h \
|
| +gnulib/import/stddef.in.h gnulib/import/inttypes.in.h inline-frame.h skip.h \
|
| common/common-utils.h common/xml-utils.h common/buffer.h common/ptid.h \
|
| -common/linux-osdata.h gdb-dlfcn.h
|
| +common/format.h \
|
| +common/linux-osdata.h gdb-dlfcn.h auto-load.h probe.h stap-probe.h
|
|
|
| # Header files that already have srcdir in them, or which are in objdir.
|
|
|
| @@ -862,10 +861,11 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
|
| version.o \
|
| annotate.o \
|
| addrmap.o \
|
| - auxv.o \
|
| + auto-load.o auxv.o \
|
| + agent.o \
|
| bfd-target.o \
|
| - blockframe.o breakpoint.o findvar.o regcache.o \
|
| - charset.o continuations.o disasm.o dummy-frame.o dfp.o \
|
| + blockframe.o breakpoint.o findvar.o regcache.o cleanups.o \
|
| + charset.o continuations.o corelow.o disasm.o dummy-frame.o dfp.o \
|
| source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o \
|
| block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o \
|
| infcall.o \
|
| @@ -890,9 +890,10 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
|
| dwarf2read.o mipsread.o stabsread.o corefile.o \
|
| dwarf2expr.o dwarf2loc.o dwarf2-frame.o dwarf2-frame-tailcall.o \
|
| ada-lang.o c-lang.o d-lang.o f-lang.o objc-lang.o \
|
| - ada-tasks.o \
|
| + ada-tasks.o ada-varobj.o \
|
| ui-out.o cli-out.o \
|
| - varobj.o vec.o wrapper.o \
|
| + varobj.o vec.o \
|
| + go-lang.o go-valprint.o go-typeprint.o \
|
| jv-lang.o jv-valprint.o jv-typeprint.o \
|
| m2-lang.o opencl-lang.o p-lang.o p-typeprint.o p-valprint.o \
|
| sentinel-frame.o \
|
| @@ -916,19 +917,20 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
|
| xml-support.o xml-syscall.o xml-utils.o \
|
| target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o \
|
| inferior.o osdata.o gdb_usleep.o record.o gcore.o \
|
| - jit.o progspace.o skip.o \
|
| - common-utils.o buffer.o ptid.o gdb-dlfcn.o
|
| + jit.o progspace.o skip.o probe.o \
|
| + common-utils.o buffer.o ptid.o gdb-dlfcn.o common-agent.o \
|
| + format.o
|
|
|
| TSOBS = inflow.o
|
|
|
| -SUBDIRS = doc @subdirs@ data-directory
|
| -CLEANDIRS = $(SUBDIRS) gnulib
|
| +SUBDIRS = doc @subdirs@ data-directory $(GNULIB_BUILDDIR)
|
| +CLEANDIRS = $(SUBDIRS)
|
|
|
| # List of subdirectories in the build tree that must exist.
|
| # This is used to force build failures in existing trees when
|
| # a new directory is added.
|
| # The format here is for the `case' shell command.
|
| -REQUIRED_SUBDIRS = doc | testsuite | gnulib | data-directory
|
| +REQUIRED_SUBDIRS = doc | testsuite | $(GNULIB_BUILDDIR) | data-directory
|
|
|
| # For now, shortcut the "configure GDB for fewer languages" stuff.
|
| YYFILES = c-exp.c \
|
| @@ -937,13 +939,13 @@ YYFILES = c-exp.c \
|
| ada-lex.c \
|
| ada-exp.c \
|
| jv-exp.c \
|
| - f-exp.c m2-exp.c p-exp.c
|
| + f-exp.c go-exp.c m2-exp.c p-exp.c
|
| YYOBJ = c-exp.o \
|
| cp-name-parser.o \
|
| objc-exp.o \
|
| ada-exp.o \
|
| jv-exp.o \
|
| - f-exp.o m2-exp.o p-exp.o
|
| + f-exp.o go-exp.o m2-exp.o p-exp.o
|
|
|
| # Things which need to be built when making a distribution.
|
|
|
| @@ -960,8 +962,6 @@ generated_files = config.h observer.h observer.inc ada-lex.c jit-reader.h \
|
|
|
| all: gdb$(EXEEXT) $(CONFIG_ALL)
|
| @$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
|
| -.PHONY: all-tui
|
| -all-tui: $(TUI)$(EXEEXT)
|
|
|
| installcheck:
|
|
|
| @@ -1040,22 +1040,6 @@ install-only: $(CONFIG_INSTALL)
|
| $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(includedir)/gdb ; \
|
| $(INSTALL_DATA) jit-reader.h $(DESTDIR)$(includedir)/gdb/jit-reader.h
|
| @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
|
| -.PHONY: install-tui
|
| -install-tui:
|
| - transformed_name=`t='$(program_transform_name)'; \
|
| - echo $(TUI) | sed -e "$$t"` ; \
|
| - if test "x$$transformed_name" = x; then \
|
| - transformed_name=$(TUI) ; \
|
| - else \
|
| - true ; \
|
| - fi ; \
|
| - $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir) ; \
|
| - $(INSTALL_PROGRAM) $(TUI)$(EXEEXT) \
|
| - $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \
|
| - $(SHELL) $(srcdir)/../mkinstalldirs \
|
| - $(DESTDIR)$(man1dir) ; \
|
| - $(INSTALL_DATA) $(srcdir)/gdb.1 \
|
| - $(DESTDIR)$(man1dir)/$$transformed_name.1
|
|
|
| install-python:
|
| $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(GDB_DATADIR)/python/gdb
|
| @@ -1071,17 +1055,6 @@ uninstall: force $(CONFIG_UNINSTALL)
|
| rm -f $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) \
|
| $(DESTDIR)$(man1dir)/$$transformed_name.1
|
| @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
|
| -.PHONY: uninstall-tui
|
| -uninstall-tui:
|
| - transformed_name=`t='$(program_transform_name)'; \
|
| - echo $(TUI) | sed -e $$t` ; \
|
| - if test "x$$transformed_name" = x; then \
|
| - transformed_name=$(TUI) ; \
|
| - else \
|
| - true ; \
|
| - fi ; \
|
| - rm -f $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) \
|
| - $(DESTDIR)$(man1dir)/$$transformed_name.1
|
|
|
| # The C++ name parser can be built standalone for testing.
|
| test-cp-name-parser.o: cp-name-parser.c
|
| @@ -1178,23 +1151,27 @@ init.c: $(INIT_FILES)
|
|
|
| .PRECIOUS: init.c
|
|
|
| +# Create a library of the gdb object files and build GDB by linking
|
| +# against that.
|
| +#
|
| +# init.o is very important. It pulls in the rest of GDB.
|
| +LIBGDB_OBS= $(COMMON_OBS) $(TSOBS) $(ADD_FILES) init.o
|
| +libgdb.a: $(LIBGDB_OBS)
|
| + -rm -f libgdb.a
|
| + $(AR) q libgdb.a $(LIBGDB_OBS)
|
| + $(RANLIB) libgdb.a
|
| +
|
| # Removing the old gdb first works better if it is running, at least on SunOS.
|
| -gdb$(EXEEXT): gdb.o libgdb.a $(ADD_DEPS) $(CDEPS) $(TDEPLIBS)
|
| +gdb$(EXEEXT): gdb.o $(LIBGDB_OBS) $(ADD_DEPS) $(CDEPS) $(TDEPLIBS)
|
| rm -f gdb$(EXEEXT)
|
| $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) \
|
| - -o gdb$(EXEEXT) gdb.o libgdb.a \
|
| - $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
|
| -
|
| -$(TUI)$(EXEEXT): tui-main.o libgdb.a $(ADD_DEPS) $(CDEPS) $(TDEPLIBS)
|
| - rm -f $(TUI)$(EXEEXT)
|
| - $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) \
|
| - -o $(TUI)$(EXEEXT) tui-main.o libgdb.a \
|
| + -o gdb$(EXEEXT) gdb.o $(LIBGDB_OBS) \
|
| $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
|
|
|
| # Convenience rule to handle recursion.
|
| $(LIBGNU) $(GNULIB_H): all-lib
|
| -all-lib: gnulib/Makefile
|
| - @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=gnulib subdir_do
|
| +all-lib: $(GNULIB_BUILDDIR)/Makefile
|
| + @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=$(GNULIB_BUILDDIR) subdir_do
|
| .PHONY: all-lib
|
|
|
| # Convenience rule to handle recursion.
|
| @@ -1202,16 +1179,6 @@ all-lib: gnulib/Makefile
|
| all-data-directory: data-directory/Makefile
|
| @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=data-directory subdir_do
|
|
|
| -# Create a library of the gdb object files and build GDB by linking
|
| -# against that.
|
| -#
|
| -# init.o is very important. It pulls in the rest of GDB.
|
| -LIBGDB_OBS= $(COMMON_OBS) $(TSOBS) $(ADD_FILES) init.o
|
| -libgdb.a: $(LIBGDB_OBS)
|
| - -rm -f libgdb.a
|
| - $(AR) q libgdb.a $(LIBGDB_OBS)
|
| - $(RANLIB) libgdb.a
|
| -
|
| # This is useful when debugging GDB, because some Unix's don't let you run GDB
|
| # on itself without copying the executable. So "make gdb1" will make
|
| # gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
|
| @@ -1251,10 +1218,6 @@ clean mostlyclean: $(CONFIG_CLEAN)
|
| rm -f xml-builtin.c stamp-xml
|
| rm -f $(DEPDIR)/*
|
|
|
| -.PHONY: clean-tui
|
| -clean-tui:
|
| - rm -f $(TUI)$(EXEEXT)
|
| -
|
| # This used to depend on c-exp.c m2-exp.c TAGS
|
| # I believe this is wrong; the makefile standards for distclean just
|
| # describe removing files; the only sort of "re-create a distribution"
|
| @@ -1263,10 +1226,11 @@ clean-tui:
|
| # always included in SUBDIRS. Remove the gdbserver files explicitly.
|
| distclean: clean
|
| @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(CLEANDIRS)" subdir_do
|
| + rm -rf $(GNULIB_BUILDDIR)
|
| rm -f gdbserver/config.status gdbserver/config.log
|
| rm -f gdbserver/tm.h gdbserver/xm.h gdbserver/nm.h
|
| rm -f gdbserver/Makefile gdbserver/config.cache
|
| - rm -f nm.h config.status config.h stamp-h .gdbinit jit-reader.h
|
| + rm -f nm.h config.status config.h stamp-h gdb-gdb.gdb jit-reader.h
|
| rm -f y.output yacc.acts yacc.tmp y.tab.h
|
| rm -f config.log config.cache
|
| rm -f Makefile
|
| @@ -1283,7 +1247,7 @@ local-maintainer-clean:
|
| ada-lex.c ada-exp.c \
|
| objc-exp.c \
|
| jv-exp.tab \
|
| - f-exp.c m2-exp.c p-exp.c
|
| + f-exp.c go-exp.c m2-exp.c p-exp.c
|
| rm -f TAGS $(INFOFILES)
|
| rm -f $(YYFILES)
|
| rm -f nm.h config.status
|
| @@ -1318,8 +1282,8 @@ Makefile: Makefile.in config.status @frags@
|
| CONFIG_HEADERS= \
|
| $(SHELL) config.status
|
|
|
| -gnulib/Makefile: gnulib/Makefile.in gnulib/Makefile.in config.status @frags@
|
| - CONFIG_FILES="gnulib/Makefile" \
|
| +$(GNULIB_BUILDDIR)/Makefile: gnulib/Makefile.in config.status @frags@
|
| + @cd $(GNULIB_BUILDDIR); CONFIG_FILES="Makefile" \
|
| CONFIG_COMMANDS="depfiles" \
|
| CONFIG_HEADERS= \
|
| CONFIG_LINKS= \
|
| @@ -1347,27 +1311,10 @@ config.status: $(srcdir)/configure configure.tgt configure.host
|
| $(SHELL) config.status --recheck
|
|
|
| ACLOCAL = aclocal
|
| -ACLOCAL_AMFLAGS = -I gnulib/m4 -I ../config
|
| +ACLOCAL_AMFLAGS = -I ../config
|
| aclocal_m4_deps = \
|
| configure.ac \
|
| - gnulib/m4/00gnulib.m4 \
|
| - gnulib/m4/extensions.m4 \
|
| - gnulib/m4/gnulib-common.m4 \
|
| - gnulib/m4/gnulib-comp.m4 \
|
| - gnulib/m4/include_next.m4 \
|
| - gnulib/m4/longlong.m4 \
|
| - gnulib/m4/memchr.m4 \
|
| - gnulib/m4/memmem.m4 \
|
| - gnulib/m4/mmap-anon.m4 \
|
| - gnulib/m4/multiarch.m4 \
|
| - gnulib/m4/onceonly.m4 \
|
| - gnulib/m4/stddef_h.m4 \
|
| - gnulib/m4/stdint.m4 \
|
| - gnulib/m4/string_h.m4 \
|
| - gnulib/m4/warn-on-use.m4 \
|
| - gnulib/m4/wchar_h.m4 \
|
| - gnulib/m4/wchar_t.m4 \
|
| - gnulib/m4/wint_t.m4 \
|
| + acx_configure_dir.m4 \
|
| ../config/extensions.m4 \
|
| ../config/lead-dot.m4 \
|
| ../config/proginstall.m4 \
|
| @@ -1483,7 +1430,7 @@ ALLDEPFILES = \
|
| avr-tdep.c \
|
| bfin-linux-tdep.c bfin-tdep.c \
|
| bsd-uthread.c bsd-kvm.c \
|
| - core-regset.c corelow.c \
|
| + core-regset.c \
|
| dcache.c dicos-tdep.c darwin-nat.c \
|
| exec.c \
|
| fbsd-nat.c \
|
| @@ -1506,10 +1453,10 @@ ALLDEPFILES = \
|
| i386-sol2-nat.c i386-sol2-tdep.c \
|
| i386gnu-nat.c i386gnu-tdep.c \
|
| ia64-hpux-nat.c ia64-hpux-tdep.c \
|
| - ia64-linux-nat.c ia64-linux-tdep.c ia64-tdep.c \
|
| + ia64-linux-nat.c ia64-linux-tdep.c ia64-tdep.c ia64-vms-tdep.c \
|
| inf-ptrace.c inf-ttrace.c \
|
| irix5-nat.c \
|
| - libunwind-frame.c \
|
| + ia64-libunwind-tdep.c \
|
| linux-fork.c \
|
| linux-tdep.c \
|
| linux-record.c \
|
| @@ -1539,7 +1486,9 @@ ALLDEPFILES = \
|
| remote-m32r-sdi.c remote-mips.c \
|
| remote-sim.c \
|
| dcache.c \
|
| + rl78-tdep.c \
|
| rs6000-nat.c rs6000-tdep.c \
|
| + rx-tdep.c \
|
| s390-tdep.c s390-nat.c \
|
| score-tdep.c \
|
| ser-go32.c ser-pipe.c ser-tcp.c ser-mingw.c \
|
| @@ -1553,6 +1502,7 @@ ALLDEPFILES = \
|
| sparc64nbsd-nat.c sparc64nbsd-tdep.c sparc64obsd-tdep.c \
|
| sparcnbsd-nat.c sparcnbsd-tdep.c sparcobsd-tdep.c \
|
| spu-linux-nat.c spu-tdep.c spu-multiarch.c solib-spu.c \
|
| + tilegx-linux-nat.c tilegx-tdep.c tilegx-linux-tdep.c \
|
| v850-tdep.c \
|
| vax-nat.c vax-tdep.c vaxbsd-nat.c vaxnbsd-tdep.c \
|
| windows-nat.c windows-tdep.c \
|
| @@ -1564,11 +1514,6 @@ ALLDEPFILES = \
|
| # Some files need explicit build rules (due to -Werror problems) or due
|
| # to sub-directory fun 'n' games.
|
|
|
| -# main.o needs an explicit build rule to get TARGET_SYSTEM_ROOT and BINDIR.
|
| -main.o: $(srcdir)/main.c
|
| - $(COMPILE) $(TARGET_SYSTEM_ROOT_DEFINE) -DBINDIR=\"$(bindir)\" $(srcdir)/main.c
|
| - $(POSTCOMPILE)
|
| -
|
| # FIXME: cagney/2003-08-10: "monitor.c" gets -Wformat-nonliteral
|
| # errors. It turns out that that is the least of monitor.c's
|
| # problems. The function print_vsprintf appears to be using
|
| @@ -1897,6 +1842,10 @@ mi-cmd-file.o: $(srcdir)/mi/mi-cmd-file.c
|
| $(COMPILE) $(srcdir)/mi/mi-cmd-file.c
|
| $(POSTCOMPILE)
|
|
|
| +mi-cmd-info.o: $(srcdir)/mi/mi-cmd-info.c
|
| + $(COMPILE) $(srcdir)/mi/mi-cmd-info.c
|
| + $(POSTCOMPILE)
|
| +
|
| mi-cmds.o: $(srcdir)/mi/mi-cmds.c
|
| $(COMPILE) $(srcdir)/mi/mi-cmds.c
|
| $(POSTCOMPILE)
|
| @@ -1970,6 +1919,10 @@ buffer.o: ${srcdir}/common/buffer.c
|
| $(COMPILE) $(srcdir)/common/buffer.c
|
| $(POSTCOMPILE)
|
|
|
| +format.o: ${srcdir}/common/format.c
|
| + $(COMPILE) $(srcdir)/common/format.c
|
| + $(POSTCOMPILE)
|
| +
|
| linux-osdata.o: ${srcdir}/common/linux-osdata.c
|
| $(COMPILE) $(srcdir)/common/linux-osdata.c
|
| $(POSTCOMPILE)
|
| @@ -1978,6 +1931,18 @@ linux-procfs.o: $(srcdir)/common/linux-procfs.c
|
| $(COMPILE) $(srcdir)/common/linux-procfs.c
|
| $(POSTCOMPILE)
|
|
|
| +linux-ptrace.o: $(srcdir)/common/linux-ptrace.c
|
| + $(COMPILE) $(srcdir)/common/linux-ptrace.c
|
| + $(POSTCOMPILE)
|
| +
|
| +common-agent.o: $(srcdir)/common/agent.c
|
| + $(COMPILE) $(srcdir)/common/agent.c
|
| + $(POSTCOMPILE)
|
| +
|
| +vec.o: ${srcdir}/common/vec.c
|
| + $(COMPILE) $(srcdir)/common/vec.c
|
| + $(POSTCOMPILE)
|
| +
|
| #
|
| # gdb/tui/ dependencies
|
| #
|
| @@ -2020,10 +1985,6 @@ tui-layout.o: $(srcdir)/tui/tui-layout.c
|
| $(COMPILE) $(srcdir)/tui/tui-layout.c
|
| $(POSTCOMPILE)
|
|
|
| -tui-main.o: $(srcdir)/tui/tui-main.c
|
| - $(COMPILE) $(srcdir)/tui/tui-main.c
|
| - $(POSTCOMPILE)
|
| -
|
| tui-out.o: $(srcdir)/tui/tui-out.c
|
| $(COMPILE) $(srcdir)/tui/tui-out.c
|
| $(POSTCOMPILE)
|
| @@ -2209,7 +2170,7 @@ py-value.o: $(srcdir)/python/py-value.c
|
|
|
| # A list of all the objects we might care about in this build, for
|
| # dependency tracking.
|
| -all_object_files = gdb.o tui-main.o $(LIBGDB_OBS) gdbtk-main.o \
|
| +all_object_files = gdb.o $(LIBGDB_OBS) gdbtk-main.o \
|
| test-cp-name-parser.o
|
|
|
| # Ensure that generated files are created early. Use order-only
|
|
|