From 6f7303edd54514280a0c8b3960e3c86c573ebda6 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Fri, 24 Apr 2026 13:04:16 +0200 Subject: [PATCH 1/2] Update In Memoriam section Replace ROCgdb with GDB (cherry picked from commit e5143718d6c9340abf141d113f8521bae01f3267) --- gdb/doc/gdb.texinfo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e2b67b0f7f1..21fae20eca7 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -43812,20 +43812,20 @@ things without first using the debugger to find the facts. @node In Memoriam @appendix In Memoriam -The @value{GDBN} project mourns the loss of the following long-time +The @sc{gdb} project mourns the loss of the following long-time contributors: @table @code @item Fred Fish -Fred was a long-standing contributor to @value{GDBN} (1991-2006), and -to Free Software in general. Outside of @value{GDBN}, he was known in +Fred was a long-standing contributor to @sc{gdb} (1991-2006), and +to Free Software in general. Outside of @sc{gdb}, he was known in the Amiga world for his series of Fish Disks, and the GeekGadget project. @item Michael Snyder -Michael was one of the Global Maintainers of the @value{GDBN} project, +Michael was one of the Global Maintainers of the @sc{gdb} project, with contributions recorded as early as 1996, until 2011. In addition to his day to day participation, he was a large driving force behind -adding Reverse Debugging to @value{GDBN}. +adding Reverse Debugging to @sc{gdb}. @end table Beyond their technical contributions to the project, they were also From f8a6e52feee382cb018621fda0eee7d8d24a986c Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Tue, 5 May 2026 05:56:52 -0500 Subject: [PATCH 2/2] Update TheRock dependencies and container images TheRock commit: 8df747734dda -> 54acd32c58aa (cherry picked from commit 2c625f8c23ce1e3ab1142507ebe5e34b28589a99) --- .github/workflows/therock-ci-linux.yml | 2 +- .github/workflows/therock-test-packages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/therock-ci-linux.yml b/.github/workflows/therock-ci-linux.yml index 6e8b33873ef..9ecd4e6861b 100644 --- a/.github/workflows/therock-ci-linux.yml +++ b/.github/workflows/therock-ci-linux.yml @@ -14,7 +14,7 @@ permissions: contents: read env: - THEROCK_COMMIT_REF: 8df747734dda21ac24eb63a43454eb448655a507 # 27/04/2026 + THEROCK_COMMIT_REF: 54acd32c58aa0b5c2911b42b53bc23b0e0ddd6d6 # 05/05/2026 jobs: therock-build-linux: diff --git a/.github/workflows/therock-test-packages.yml b/.github/workflows/therock-test-packages.yml index 9ce4ce62065..5d8794de876 100644 --- a/.github/workflows/therock-test-packages.yml +++ b/.github/workflows/therock-test-packages.yml @@ -26,7 +26,7 @@ permissions: contents: read env: - THEROCK_COMMIT_REF: 8df747734dda21ac24eb63a43454eb448655a507 # 27/04/2026 + THEROCK_COMMIT_REF: 54acd32c58aa0b5c2911b42b53bc23b0e0ddd6d6 # 05/05/2026 VENV_DIR: ${{ github.workspace }}/.venv OUTPUT_ARTIFACTS_DIR: "./build" THEROCK_BIN_DIR: "./build/bin"