diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5d4d6b34612..d869ed53ff2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2022-06-09 Iain Sandoe + + Backported from master: + 2021-09-14 Iain Sandoe + + * 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 Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 2b282de2e7d..b3177859c58 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220609 +20220610 diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 3f2abe51c29..c3009c0400e 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,21 @@ +2022-06-09 Iain Sandoe + + Backported from master: + 2021-08-19 Iain Sandoe + + * 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 + + Backported from master: + 2021-08-18 Iain Sandoe + + PR jit/100613 + * Make-lang.in: Provide clauses for Darwin hosts. + 2021-11-24 Martin Liska Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b1e55de2af6..1e2bf96860b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,22 @@ +2022-06-09 Iain Sandoe + + Backported from master: + 2021-09-19 Iain Sandoe + + * 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 + + Backported from master: + 2021-08-19 Iain Sandoe + + * 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 Backported from master: