]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 10 Jun 2022 00:17:37 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 10 Jun 2022 00:17:37 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/jit/ChangeLog
gcc/testsuite/ChangeLog

index 5d4d6b34612a7c77b6ebd1d29e88388a6629fa17..d869ed53ff221fdc157acaa106009d996e8890be 100644 (file)
@@ -1,3 +1,14 @@
+2022-06-09  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2021-09-14  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * Makefile.in: Remove variables related to applying no-PIE
+       to the exes on $build.
+       * configure: Regenerate.
+       * configure.ac: Remove configuration related to applying
+       no-PIE to the exes on $build.
+
 2022-06-06  Alan Modra  <amodra@gmail.com>
 
        Backported from master:
index 2b282de2e7df4802d0c755cc6a05160265935f66..b3177859c58d04e72d9c70595955ea847c5ebe3d 100644 (file)
@@ -1 +1 @@
-20220609
+20220610
index 3f2abe51c2976cb9b126868ca74dac0d6eca1952..c3009c0400ee876eaa07546b60202b0434726247 100644 (file)
@@ -1,3 +1,21 @@
+2022-06-09  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2021-08-19  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * docs/examples/tut04-toyvm/toyvm.c: Include jit-dejagnu.h.
+       * docs/examples/tut04-toyvm/toyvm.cc: Likewise.
+       * jit-dejagnu.h: New file, imported from dejagnu-1.6.2 and
+       patched for this application.
+
+2022-06-09  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR jit/100613
+       * Make-lang.in: Provide clauses for Darwin hosts.
+
 2021-11-24  Martin Liska  <mliska@suse.cz>
 
        Backported from master:
index b1e55de2af6b1468556cf32de6c5366202b26fda..1e2bf96860bb04651bb24939d4b1aea29262751f 100644 (file)
@@ -1,3 +1,22 @@
+2022-06-09  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2021-09-19  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * jit.dg/jit.exp (fixed_local_execute): Amend the match and
+       exit conditions to cater for more platforms.
+       * lib/target-supports.exp: Add support for checking that the
+       jit lib is usable on the target.
+
+2022-06-09  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2021-08-19  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * jit.dg/harness.h: Include jit-dejagnu.h.
+       * jit.dg/jit.exp: Use -rdynamic conditionally on target
+       support, instead of unconditional -Wl,--export-dynamic.
+
 2022-05-29  Richard Biener  <rguenther@suse.de>
 
        Backported from master: