Daily bump.

This commit is contained in:
GCC Administrator 2022-06-10 00:17:37 +00:00
parent 9f6a1fefe9
commit 44a4c6f5e4
4 changed files with 49 additions and 1 deletions

View 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:

View File

@ -1 +1 @@
20220609
20220610

View 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:

View 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: