From 29f0602796fdabdd27cc3134098c77ebf4521936 Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Fri, 31 May 2024 16:57:18 +0200 Subject: [PATCH] Upgrade submodule, sync patches. --- binutils-gdb | 2 +- patches/binutils-gdb/002-srcrelease.patch | 4 ++-- patches/binutils-gdb/009-windows-stop.patch | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/binutils-gdb b/binutils-gdb index 2597ca3..cc80485 160000 --- a/binutils-gdb +++ b/binutils-gdb @@ -1 +1 @@ -Subproject commit 2597ca3417d9adb0adda135c90ab86c4ea675139 +Subproject commit cc80485f45cc983370327b50d4310927bb77b7bb diff --git a/patches/binutils-gdb/002-srcrelease.patch b/patches/binutils-gdb/002-srcrelease.patch index 231cffe..1b16de9 100644 --- a/patches/binutils-gdb/002-srcrelease.patch +++ b/patches/binutils-gdb/002-srcrelease.patch @@ -4,7 +4,7 @@ diff -Naurp a/src-release.sh b/src-release.sh --- a/src-release.sh 2023-11-17 16:00:29.406197829 +0100 +++ b/src-release.sh 2023-11-17 16:24:29.385980177 +0100 -@@ -334,6 +334,16 @@ gdb_release() +@@ -347,6 +347,16 @@ gdb_release() gdb_tar_compress $package $tool "$GDB_SUPPORT_DIRS" "$compressors" } @@ -21,7 +21,7 @@ diff -Naurp a/src-release.sh b/src-release.sh # Corresponding to the CVS "sim" module. SIM_SUPPORT_DIRS="libsframe bfd opcodes libiberty libctf/swap.h include gdb/version.in gdb/common/create-version.sh makefile.vms zlib gnulib" sim_release() -@@ -367,6 +377,8 @@ build_release() +@@ -381,6 +391,8 @@ build_release() gas_release "$compressors";; gdb) gdb_release "$compressors";; diff --git a/patches/binutils-gdb/009-windows-stop.patch b/patches/binutils-gdb/009-windows-stop.patch index 4c21ffd..7c3cdc4 100644 --- a/patches/binutils-gdb/009-windows-stop.patch +++ b/patches/binutils-gdb/009-windows-stop.patch @@ -4,7 +4,7 @@ As this did not exist, insight stop button was inoperant. diff -Naurp a/gdb/windows-nat.c b/gdb/windows-nat.c --- a/gdb/windows-nat.c 2022-12-16 10:50:05.157673977 +0100 +++ b/gdb/windows-nat.c 2022-12-16 11:35:32.324844244 +0100 -@@ -292,6 +292,7 @@ struct windows_nat_target final : public +@@ -293,6 +293,7 @@ struct windows_nat_target final : public void interrupt () override; void pass_ctrlc () override; @@ -12,7 +12,7 @@ diff -Naurp a/gdb/windows-nat.c b/gdb/windows-nat.c const char *pid_to_exec_file (int pid) override; -@@ -1566,6 +1567,12 @@ windows_nat_target::pass_ctrlc () +@@ -1567,6 +1568,12 @@ windows_nat_target::pass_ctrlc () { interrupt (); } -- 2.43.5