From: ljsebald <ljs...@us...> - 2023-08-22 01:12:50
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via 2e1153d508fe7f7fbf9ed6d2746d50792e2373d2 (commit) via f02614bb16a2fd7a95ebb605a8ed8e8ee92a05ba (commit) from 8d040105fd922addf4c5853be4cafcf3c9bf093e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2e1153d508fe7f7fbf9ed6d2746d50792e2373d2 Merge: 8d04010 f02614b Author: Lawrence Sebald <ljs...@us...> Date: Mon Aug 21 20:28:27 2023 -0400 Merge pull request #272 from sizious/dc-chain-mingw-gdb-10.2 `dc-chain`: MinGW: Adding Win32 patch for GDB 10.2 commit f02614bb16a2fd7a95ebb605a8ed8e8ee92a05ba Author: SiZiOUS <si...@gm...> Date: Mon Aug 21 15:07:22 2023 +0100 `dc-chain`: MinGW: Adding Win32 patch for GDB 10.2 ----------------------------------------------------------------------- Summary of changes: .../patches/i686-pc-mingw32/{gdb-9.2.diff => gdb-10.2.diff} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) copy utils/dc-chain/patches/i686-pc-mingw32/{gdb-9.2.diff => gdb-10.2.diff} (60%) diff --git a/utils/dc-chain/patches/i686-pc-mingw32/gdb-9.2.diff b/utils/dc-chain/patches/i686-pc-mingw32/gdb-10.2.diff similarity index 60% copy from utils/dc-chain/patches/i686-pc-mingw32/gdb-9.2.diff copy to utils/dc-chain/patches/i686-pc-mingw32/gdb-10.2.diff index e535fa0..f70ff89 100644 --- a/utils/dc-chain/patches/i686-pc-mingw32/gdb-9.2.diff +++ b/utils/dc-chain/patches/i686-pc-mingw32/gdb-10.2.diff @@ -1,6 +1,6 @@ -diff -ruN gdb-9.2/gdb/gdbsupport/pathstuff.c gdb-9.2-mingw/gdb/gdbsupport/pathstuff.c ---- gdb-9.2/gdb/gdbsupport/pathstuff.c 2020-05-23 21:10:29 +0000 -+++ gdb-9.2-mingw/gdb/gdbsupport/pathstuff.c 2020-08-26 14:10:06 +0000 +diff -ruN gdb-10.2/gdbsupport/pathstuff.cc gdb-10.2-mingw/gdbsupport/pathstuff.cc +--- gdb-10.2/gdbsupport/pathstuff.cc 2021-04-25 05:06:26 +0100 ++++ gdb-10.2-mingw/gdbsupport/pathstuff.cc 2023-08-21 14:40:43 +0100 @@ -231,6 +231,15 @@ #endif hooks/post-receive -- A pseudo Operating System for the Dreamcast. |