]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/Makefile.in
Fix powerpc-power8.exp test with new mnemonics
[thirdparty/binutils-gdb.git] / gdb / testsuite / Makefile.in
index 29897abea1ff47fd9d40da7322f756229e6bd58e..2c0482cef1b09a5aef6bf35604e17f9a5a994249 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for regression testing the GNU debugger.
-# Copyright 1992-2016 Free Software Foundation, Inc.
+# Copyright 1992-2021 Free Software Foundation, Inc.
 
 # This file is part of GDB.
 
@@ -28,14 +28,13 @@ program_transform_name = @program_transform_name@
 build_canonical = @build@
 host_canonical = @host@
 target_canonical = @target@
+enable_libctf = @enable_libctf@
 
 SHELL = @SHELL@
 EXEEXT = @EXEEXT@
 SUBDIRS = @subdirs@
 RPATH_ENVVAR = @RPATH_ENVVAR@
 
-EXTRA_RULES = @EXTRA_RULES@
-
 CC=@CC@
 
 EXPECT = `if [ "$${READ1}" != "" ] ; then \
@@ -52,6 +51,9 @@ RUNTESTFLAGS =
 
 FORCE_PARALLEL =
 
+GDB_DEBUG =
+GDBSERVER_DEBUG =
+
 # Default number of iterations that we will use to run the testsuite
 # if the user does not specify the RACY_ITER environment variable
 # (e.g., when the user calls the make rule directly from the command
@@ -93,8 +95,8 @@ TARGET_FLAGS_TO_PASS = \
         "RUNTEST=$(RUNTEST)" \
         "RUNTESTFLAGS=$(RUNTESTFLAGS)"
 
-all: $(EXTRA_RULES)
-       @echo "Nothing to be done for all..."
+all:
+       @:
 
 .NOEXPORT:
 INFODIRS=doc
@@ -114,33 +116,35 @@ uninstall: force
 # Bare `site.exp' is used as a target here if user requests it explicitly.
 # $(RUNTEST) is looking up `site.exp' only in the current directory.
 
-$(abs_builddir)/site.exp site.exp: ./config.status Makefile
-       @echo "Making a new config file..."
-       -@rm -f ./tmp?
-       @touch site.exp
-       -@mv site.exp site.bak
-       @echo "## these variables are automatically generated by make ##" > ./tmp0
-       @echo "# Do not edit here. If you wish to override these values" >> ./tmp0
-       @echo "# add them to the last section" >> ./tmp0
-       @echo "set host_triplet ${host_canonical}" >> ./tmp0
-       @echo "set target_alias $(target_alias)" >> ./tmp0
-       @echo "set target_triplet ${target_canonical}" >> ./tmp0
-       @echo "set build_triplet ${build_canonical}" >> ./tmp0
-       @echo "set srcdir ${abs_srcdir}" >> ./tmp0
-       @echo "set tool gdb" >> ./tmp0
-       @echo 'source $${srcdir}/lib/append_gdb_boards_dir.exp' >> ./tmp0
-       @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
-               @cat ./tmp0 > site.exp
-       @cat site.bak | sed \
-                       -e '1,/^## All variables above are.*##/ d' >> site.exp
-       -@rm -f ./tmp?
+$(abs_builddir)/site.exp site.exp: Makefile
+       $(ECHO_GEN) \
+       rm -f ./tmp?; \
+       touch site.exp; \
+       mv site.exp site.bak; \
+       echo "## these variables are automatically generated by make ##" > ./tmp0; \
+       echo "# Do not edit here. If you wish to override these values" >> ./tmp0; \
+       echo "# add them to the last section" >> ./tmp0; \
+       echo "set host_triplet ${host_canonical}" >> ./tmp0; \
+       echo "set target_alias $(target_alias)" >> ./tmp0; \
+       echo "set target_triplet ${target_canonical}" >> ./tmp0; \
+       echo "set build_triplet ${build_canonical}" >> ./tmp0; \
+       echo "set srcdir ${abs_srcdir}" >> ./tmp0; \
+       echo "set tool gdb" >> ./tmp0; \
+       echo "set enable_libctf ${enable_libctf}" >> ./tmp0; \
+       echo 'source $${srcdir}/lib/append_gdb_boards_dir.exp' >> ./tmp0; \
+       echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0; \
+       cat ./tmp0 > site.exp; \
+       cat site.bak | sed \
+                       -e '1,/^## All variables above are.*##/ d' >> site.exp; \
+       rm -f ./tmp?
 
 installcheck:
 
-# See whether -j was given to make.  Either it was given with no
-# arguments, and appears as "j" in the first word, or it was given an
-# argument and appears as "-j" in a separate word.
-saw_dash_j = $(or $(findstring j,$(firstword $(MAKEFLAGS))),$(filter -j,$(MAKEFLAGS)))
+# See whether -j was given to make.  Before GNU make 4.2, either it was
+# given with no arguments, and appears as "j" in the first word, or it was
+# given an argument and appears as "-j" in a separate word.  Starting with
+# GNU make 4.2, it always appears as "-j"/"-jN" in a separate word.
+saw_dash_j = $(or $(findstring j,$(firstword $(MAKEFLAGS))),$(filter -j%,$(MAKEFLAGS)))
 
 # Try to run the tests in parallel if any -j option is given.  If RUNTESTFLAGS
 # is not empty, then by default the tests will be serialized.  This can be
@@ -154,16 +158,24 @@ CHECK_TARGET = $(if $(RACY_ITER),$(addsuffix -racy,$(CHECK_TARGET_TMP)),$(CHECK_
 check: all $(abs_builddir)/site.exp
        $(MAKE) $(CHECK_TARGET)
 
-check-read1:
+check-read1: read1.so expect-read1
        $(MAKE) READ1="1" check
 
+# Check whether we need to print the timestamp for each line of
+# status.
+TIMESTAMP = $(if $(TS),| $(srcdir)/print-ts.py $(if $(TS_FORMAT),$(TS_FORMAT),),)
+
+gdb_debug = $(if $(GDB_DEBUG),GDB_DEBUG=$(GDB_DEBUG) ; export GDB_DEBUG ;,)
+gdbserver_debug = $(if $(GDBSERVER_DEBUG),GDBSERVER_DEBUG=$(GDBSERVER_DEBUG) ; export GDBSERVER_DEBUG ;,)
+
+
 # All the hair to invoke dejagnu.  A given invocation can just append
 # $(RUNTESTFLAGS)
 DO_RUNTEST = \
        rootme=`pwd`; export rootme; \
        srcdir=${srcdir} ; export srcdir ; \
        EXPECT=${EXPECT} ; export EXPECT ; \
-       EXEEXT=${EXEEXT} ; export EXEEXT ; \
+       EXEEXT=${EXEEXT} ; export EXEEXT ;  $(gdb_debug) $(gdbserver_debug) \
         $(RPATH_ENVVAR)=$$rootme/../../expect:$$rootme/../../libstdc++:$$rootme/../../tk/unix:$$rootme/../../tcl/unix:$$rootme/../../bfd:$$rootme/../../opcodes:$$$(RPATH_ENVVAR); \
        export $(RPATH_ENVVAR); \
        if [ -f $${rootme}/../../expect/expect ] ; then  \
@@ -191,13 +203,13 @@ check-gdb.%:
        $(MAKE) check TESTS="gdb.$*/*.exp"
 
 check-single:
-       $(DO_RUNTEST) $(RUNTESTFLAGS) $(expanded_tests_or_none)
+       $(DO_RUNTEST) $(RUNTESTFLAGS) $(expanded_tests_or_none) $(TIMESTAMP)
 
 check-single-racy:
        -rm -rf cache racy_outputs temp
        mkdir -p racy_outputs; \
        racyiter="$(RACY_ITER)"; \
-       test "x$$racyiter" == "x" && \
+       test "x$$racyiter" = "x" && \
          racyiter=$(DEFAULT_RACY_ITER); \
        if test $$racyiter -lt 2 ; then \
          echo "RACY_ITER must be at least 2."; \
@@ -207,7 +219,7 @@ check-single-racy:
        for n in `seq $$racyiter` ; do \
          mkdir -p racy_outputs/$$n; \
          $(DO_RUNTEST) --outdir=racy_outputs/$$n $(RUNTESTFLAGS) \
-           $(expanded_tests_or_none); \
+           $(expanded_tests_or_none) $(TIMESTAMP); \
        done; \
        $(srcdir)/analyze-racy-logs.py \
          `ls racy_outputs/*/gdb.sum` > racy.sum; \
@@ -217,9 +229,9 @@ check-parallel:
        -rm -rf cache outputs temp
        $(MAKE) -k do-check-parallel; \
        result=$$?; \
-       $(SHELL) $(srcdir)/dg-extract-results.sh \
+       $(SHELL) $(srcdir)/../../contrib/dg-extract-results.sh \
          `find outputs -name gdb.sum -print` > gdb.sum; \
-       $(SHELL) $(srcdir)/dg-extract-results.sh -L \
+       $(SHELL) $(srcdir)/../../contrib/dg-extract-results.sh -L \
          `find outputs -name gdb.log -print` > gdb.log; \
        sed -n '/=== gdb Summary ===/,$$ p' gdb.sum; \
        exit $$result
@@ -227,7 +239,7 @@ check-parallel:
 check-parallel-racy:
        -rm -rf cache racy_outputs temp
        racyiter="$(RACY_ITER)"; \
-       test "x$$racyiter" == "x" && \
+       test "x$$racyiter" = "x" && \
          racyiter=$(DEFAULT_RACY_ITER); \
        if test $$racyiter -lt 2 ; then \
          echo "RACY_ITER must be at least 2."; \
@@ -237,10 +249,10 @@ check-parallel-racy:
        for n in `seq $$racyiter` ; do \
          $(MAKE) -k do-check-parallel-racy \
            RACY_OUTPUT_N=$$n; \
-         $(SHELL) $(srcdir)/dg-extract-results.sh \
+         $(SHELL) $(srcdir)/../../contrib/dg-extract-results.sh \
            `find racy_outputs/$$n -name gdb.sum -print` > \
            racy_outputs/$$n/gdb.sum; \
-         $(SHELL) $(srcdir)/dg-extract-results.sh -L \
+         $(SHELL) $(srcdir)/../../contrib/dg-extract-results.sh -L \
            `find racy_outputs/$$n -name gdb.log -print` > \
            racy_outputs/$$n/gdb.log; \
          sed -n '/=== gdb Summary ===/,$$ p' racy_outputs/$$n/gdb.sum; \
@@ -272,7 +284,7 @@ do-check-parallel: $(TEST_TARGETS)
 
 check/%.exp:
        -mkdir -p outputs/$*
-       @$(DO_RUNTEST) GDB_PARALLEL=yes --outdir=outputs/$* $*.exp $(RUNTESTFLAGS)
+       @$(DO_RUNTEST) GDB_PARALLEL=yes --outdir=outputs/$* $*.exp $(RUNTESTFLAGS) $(TIMESTAMP)
 
 do-check-parallel-racy: $(TEST_TARGETS)
        @:
@@ -281,7 +293,7 @@ check-racy/%.exp:
        -mkdir -p racy_outputs/$(RACY_OUTPUT_N)/$*
        $(DO_RUNTEST) GDB_PARALLEL=yes \
          --outdir=racy_outputs/$(RACY_OUTPUT_N)/$* $*.exp \
-         $(RUNTESTFLAGS)
+         $(RUNTESTFLAGS) $(TIMESTAMP)
 
 check/no-matching-tests-found:
        @echo ""
@@ -291,7 +303,7 @@ check/no-matching-tests-found:
 # Utility rule invoked by step 2 of the build-perf rule.
 workers/%.worker:
        mkdir -p gdb.perf/outputs/$*
-       $(DO_RUNTEST) --outdir=gdb.perf/outputs/$* lib/build-piece.exp WORKER=$* GDB_PARALLEL=gdb.perf $(RUNTESTFLAGS) GDB_PERFTEST_MODE=compile GDB_PERFTEST_SUBMODE=build-pieces
+       $(DO_RUNTEST) --outdir=gdb.perf/outputs/$* lib/build-piece.exp WORKER=$* GDB_PARALLEL=gdb.perf $(RUNTESTFLAGS) GDB_PERFTEST_MODE=compile GDB_PERFTEST_SUBMODE=build-pieces $(TIMESTAMP)
 
 # Utility rule to build tests that support it in parallel.
 # The build is broken into 3 steps distinguished by GDB_PERFTEST_SUBMODE:
@@ -311,18 +323,18 @@ build-perf: $(abs_builddir)/site.exp
        rm -rf gdb.perf/workers
        mkdir -p gdb.perf/workers
        @: Step 1: Generate the build .worker files.
-       $(DO_RUNTEST) --directory=gdb.perf --outdir gdb.perf/workers GDB_PARALLEL=gdb.perf $(RUNTESTFLAGS) GDB_PERFTEST_MODE=compile GDB_PERFTEST_SUBMODE=gen-workers
+       $(DO_RUNTEST) --directory=gdb.perf --outdir gdb.perf/workers GDB_PARALLEL=gdb.perf $(RUNTESTFLAGS) GDB_PERFTEST_MODE=compile GDB_PERFTEST_SUBMODE=gen-workers $(TIMESTAMP)
        @: Step 2: Compile the pieces.  Here is the build parallelism.
        $(MAKE) $$(cd gdb.perf && echo workers/*/*.worker)
        @: Step 3: Do the final link.
-       $(DO_RUNTEST) --directory=gdb.perf --outdir gdb.perf GDB_PARALLEL=gdb.perf $(RUNTESTFLAGS) GDB_PERFTEST_MODE=compile GDB_PERFTEST_SUBMODE=final
+       $(DO_RUNTEST) --directory=gdb.perf --outdir gdb.perf GDB_PARALLEL=gdb.perf $(RUNTESTFLAGS) GDB_PERFTEST_MODE=compile GDB_PERFTEST_SUBMODE=final $(TIMESTAMP)
 
 # The default is to both compile and run the tests.
 GDB_PERFTEST_MODE = both
 
 check-perf: all $(abs_builddir)/site.exp
        @if test ! -d gdb.perf; then mkdir gdb.perf; fi
-       $(DO_RUNTEST) --directory=gdb.perf --outdir gdb.perf GDB_PERFTEST_MODE=$(GDB_PERFTEST_MODE) $(RUNTESTFLAGS)
+       $(DO_RUNTEST) --directory=gdb.perf --outdir gdb.perf GDB_PERFTEST_MODE=$(GDB_PERFTEST_MODE) $(RUNTESTFLAGS) $(TIMESTAMP)
 
 force:;
 
@@ -336,39 +348,45 @@ clean mostlyclean:
 
 distclean maintainer-clean realclean: clean
        -rm -f *~ core
-       -rm -f Makefile config.status *-init.exp
+       -rm -f Makefile *-init.exp
        -rm -fr *.log summary detail *.plog *.sum *.psum site.*
 
-Makefile : Makefile.in config.status $(host_makefile_frag)
-       $(SHELL) config.status
+Makefile : Makefile.in ../config.status $(host_makefile_frag)
+       cd .. && $(SHELL) ./config.status testsuite/Makefile
 
-config.status: configure
-       $(SHELL) config.status --recheck
+lib/pdtrace: pdtrace.in ../config.status
+       cd .. && $(SHELL) ./config.status testsuite/lib/pdtrace
 
 TAGS: force
        find $(srcdir) -name '*.exp' -print | \
-           etags --regex='/proc[ \t]+\([^ \t]+\)/\1/' -
+           etags \
+               --regex='/\(proc\|proc_with_prefix\|gdb_caching_proc\)[ \t]+\([^ \t]+\)/\2/' \
+               -
 
 # Build the expect wrapper script that preloads the read1.so library.
 expect-read1:
-       @echo Making expect-read1
-       @rm -f expect-read1-tmp
-       @touch expect-read1-tmp
-       @echo "# THIS FILE IS GENERATED -*- buffer-read-only: t -*- \n" >>expect-read1-tmp
-       @echo "# vi:set ro: */\n\n" >>expect-read1-tmp
-       @echo "# To regenerate this file, run:\n" >>expect-read1-tmp
-       @echo "#      make clean; make/\n" >>expect-read1-tmp
-       @echo "export LD_PRELOAD=`pwd`/read1.so" >>expect-read1-tmp
-       @echo 'exec expect "$$@"' >>expect-read1-tmp
-       @chmod +x expect-read1-tmp
-       @mv expect-read1-tmp expect-read1
+       $(ECHO_GEN) \
+       rm -f expect-read1-tmp; \
+       touch expect-read1-tmp; \
+       echo "# THIS FILE IS GENERATED -*- buffer-read-only: t -*- \n" >>expect-read1-tmp; \
+       echo "# vi:set ro: */\n\n" >>expect-read1-tmp; \
+       echo "# To regenerate this file, run:\n" >>expect-read1-tmp; \
+       echo "#      make clean; make/\n" >>expect-read1-tmp; \
+       echo "export LD_PRELOAD=`pwd`/read1.so" >>expect-read1-tmp; \
+       echo 'exec expect "$$@"' >>expect-read1-tmp; \
+       chmod +x expect-read1-tmp; \
+       mv expect-read1-tmp expect-read1
 
 # Build the read1.so preload library.  This overrides the `read'
 # function, making it read one byte at a time.  Running the testsuite
 # with this catches racy tests.
 read1.so: lib/read1.c
-       $(CC) -o $@ ${srcdir}/lib/read1.c -Wall -g -shared -fPIC $(CFLAGS)
+       $(ECHO_CC) $(CC) -o $@ ${srcdir}/lib/read1.c -Wall -g -shared -fPIC $(CFLAGS)
 
 # Build the read1 machinery.
 .PHONY: read1
 read1: read1.so expect-read1
+
+# Disable implicit make rules.
+include $(srcdir)/../disable-implicit-rules.mk
+include $(srcdir)/../silent-rules.mk