https://gcc.gnu.org/g:eaa5e0b19f6628faf77076129d171afc58a6d667
commit r14-12636-geaa5e0b19f6628faf77076129d171afc58a6d667 Author: GCC Administrator <[email protected]> Date: Tue Jun 2 00:18:35 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 16 ++++++++++++++++ gcc/DATESTAMP | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d0655400d8ea..64e1a7a0ba40 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,19 @@ +2026-06-01 John David Anglin <[email protected]> + + * config/pa/pa.cc (pa_trampoline_init): Rework to use + clear_cache pattern. + * config/pa/pa.md (dcacheflush): Use "<<" condition instead + of "<<=". + (icacheflush): Remove. + (icacheflush1, icacheflush2, icacheflush3): New flush patterns + for PA 1.x targets, PA 2.0 targets, and PA 1.x no space + register targets. + (clear_cache): Rework to flush data and instruction caches. + Skip flush if the start address is greater than or equal to + the end address. Don't align the end address to a cacheline + boundary. Handle instruction flushes for PA 1.x targets, + PA 2.0 targets, and PA 1.x no space register targets. + 2026-05-25 Georg-Johann Lay <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b135605ac4dc..98ddba91d55c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260601 +20260602
